Seppl

Latest version: v0.2.4

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

Scan your dependencies

Page 4 of 4

0.0.2

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

- removed old, logging-related code from Plugin class
- added `args_to_objects` to quickly instantiate plugins from parsed arguments
- added example to README.md and example library (https://github.com/waikato-datamining/seppl-example)

0.0.1

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

- initial release



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/*
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 `seppl-X.Y.Z.tar.gz` previously generated with `setup.py`
* publish

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.