Python-image-complete

Latest version: v0.0.5

Safety actively analyzes 621444 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.5

------------------

- added support for *lenient mode* via `strict` and `check_size` parameters

0.0.4

------------------

- added support for determining completeness of bytes or BytesIO objects rather than just file names
- added `is_XYZ` methods that determine whether a file/bytes/BytesIO represents file type `XYZ`

0.0.3

------------------

- added support for: WebP

0.0.2

------------------

- added support for: BMP

0.0.1

------------------

- initial release
- support for: GIF, JPG, PNG


PyPi
====

Preparation:

* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* align `DESCRIPTION.rst` with `README.md`
* commit/push all changes

Commands for releasing on pypi.org (requires twine >= 1.8.0):


find -name "*~" -delete
rm dist/*
./venv/bin/python setup.py clean
./venv/bin/python setup.py sdist
./venv/bin/twine upload dist/*



Github
======

Steps:

* start new release (version: `vX.Y.Z`)
* enter release notes, i.e., significant changes since last release
* upload `python-image-complete-X.Y.Z.tar.gz` previously generated with `setyp.py`
* publish

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.