/prodpad

Python module to ease interaction with the ProdPad API

Primary LanguagePythonMIT LicenseMIT

prodpad

This python module exists to make it easy to create python applications that interact with the Prodpad API.

Quick Start

To install, run pip3 install prodpad.

	from prodpad install Prodpad
	
	prodpad = Prodpad(key)
	
	idea = prodpad.idea('1234')
	print(idea.title)

Prerequisites

Runs on Python3 only.

Installing

To install, run pip3 install prodpad.

Running the tests

Coming soon...

Contributing

Please read contributions.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details