Simple-file-poller

Latest version: v0.0.11

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

Scan your dependencies

Page 2 of 2

0.0.5

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

- added `params` object to allow attaching of arbitrary parameters to be used by the `check_file`
and `process_file` methods; this avoids accidentally overriding Poller attributes that were
introduced in later versions.

0.0.4

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

- added support for using watchdog for reacting to file creation events, speeding up polling

0.0.3

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

- `poll` method now skips directories, which could be listed if no extensions are supplied to restrict the polling.

0.0.2

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

- added `other_input_files` glob list and `delete_other_input_files` to manage additional files that may
reside in the input directory along side the actual files that are being processed.

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/*
python3 setup.py clean
python3 setup.py sdist
twine upload dist/*



Github
======

Steps:

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

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.