Python-sec

Latest version: v0.1.6

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

Scan your dependencies

0.1.6

Overview
Address an issue where the package was not installing correctly because of the `setup.py` file. In short, the package was using the `find_package` function instead of the `find_namespace_packages`. This prevented the `setup.py` file from copying all the necessary files that were needed for installation. Meaning that users who did:

terminal
pip install python-sec


Would not be able to import the package. To resolve this issue, upgrade the package to version 0.1.6 by running:

terminal
pip install upgrade python-sec


Full Changelog
https://github.com/areed1192/python-sec/compare/0.1.5...master

0.1.2

Overview:
Enhances the Python SEC Library by approaching it in a more component based approach. You'll now have access to different service clients that make pulling data easier and more efficient.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.