Python library for the ProKnow API.
Project description
ProKnow DS - Python SDK
The ProKnow DS - Python SDK library provides convenient access to the ProKnow API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.
Development
Mac OSX
Use the following steps if you need to be able to package the project to publish on PyPi or if you need to build the documentation.
- Install the latest version of python. This will be installed alongside the version that your operating system provides.
- Run the following to install/upgrade
pip
,setuptools
,wheel
, andpipenv
.
python3 -m pip install --upgrade pip setuptools wheel pipenv
- Initialize a virtual environment using
pipenv
.
pipenv install --dev
- Activate the virtual environment using
pipenv shell
.
Packaging
First, make sure the version has been updated in setup.py. Then run the following.
python setup.py bdist_wheel --universal
twine upload dist/*
Building the Documentation
With the pipenv shell, you can run make clean && make html
to build the documentation.
pipenv shell
cd docs/
make clean && make html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for proknow-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f510d7edd0ae4d7547926c66d50a66e7829d45a56d7500c03129af91079f19d3 |
|
MD5 | fcdf73f82762eeb479a843d9f4e95825 |
|
BLAKE2b-256 | 7f2183997df154e1a4fa61eed1f169518b78eeabb4e69d66c9ce0acfa6f2063a |