Simple-image-debayer

Latest version: v0.0.4

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

Scan your dependencies

0.0.4

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

- added option `--ignore_errors` to keep debayering images despite errors
- added option `--delete` to delete input file when successfully debayered
- outputting total processing time now at the end
- split code into more fine-grained methods to make it easier to use the tool as Python library

0.0.3

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

- outputting now the time left for processing the remainder of the images as well

0.0.2

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

- `--output_dir` parameter gets used now

0.0.1

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

- initial release


PyPi
====

Preparation:

* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* 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 `simple-image-debayer-X.Y.Z.tar.gz` previously generated with `setyp.py`
* publish

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.