This python module exists to make it easy to create python applications that interact with the Prodpad API.
To install, run pip3 install prodpad
.
from prodpad install Prodpad
prodpad = Prodpad(key)
idea = prodpad.idea('1234')
print(idea.title)
Runs on Python3 only.
To install, run pip3 install prodpad
.
Coming soon...
Please read contributions.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Colin McGovern - Initial work - Github profile
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details