Skip to content

Releases: areed1192/python-sec

v0.1.6

23 Oct 17:44
Compare
Choose a tag to compare

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:

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:

pip install upgrade python-sec

Full Changelog

0.1.5...master

v0.1.2

08 Jul 23:06
Compare
Choose a tag to compare

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.