InnoRPA common API package
Project description
InnoRPA API Package
This is a innoRPA API package.
-
Install the Package locally
$ pip install .
and then use it as follow.
>>> import irapi
>>> print irpa.getValue()
-
Publishing on PyPi
$ python setup.py bdist_wheel
$ python -m pip install dist/irapi-0.1-py2-none-any.whl
$ python -m twine upload dist/*
-
Install the Package from PyPi
$ pip install irapi
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
irapi-0.1.0-py2-none-any.whl
(2.6 kB
view hashes)