Cathpy

Latest version: v0.4.0

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

Scan your dependencies

Page 4 of 4

0.1.4

*Release date: 16/04/2019*

* Added binaries to allow scripts to work on Mac (darwin) and Linux

0.1.1

*Release date: 15/04/2019*

* Improved how version numbers are stored

0.1.0

*Release date: 15/04/2019*

General

* Improved handling of STOCKHOLM parser (f52b9a1, 4fc0069)
* Added Sphinx docs
* Refactor `cathpy.utils`:
* `CathVersion` to `cathpy.version`
* simple classes to `cathpy.models`
* util functions to `cathpy.tests`

0.0.1

General

* first release



Make sure packaging tools are up to date.


. venv/bin/activate
pip install --upgrade pip
pip install --upgrade twine
pip install --upgrade setuptools wheel


Bump version; document changes.


vim setup.py
vim Changelog
git tag v?.?.?
git commit -m "release version v?.?.?" Changelog setup.py


Package release.


python3 setup.py sdist bdist_wheel


Upload files.


python3 -m twine upload dist/*

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.