Last updated:
0 purchases
piestore 0.0.2
piestore is A Python API for RESTful Store Services.
Objectives
Installing
Install and update using pip:
pip install -U piestore
A Simple Example
from piestore import App
app = App()
def _say(interjection='I like', noun='Pies'):
return app.say(interjection, noun)
Links
Website:
Documentation:
License: https://www.gnu.org/licenses/agpl.html
Releases: https://pypi.org/project/piestore/
Code: _To be released soon…_
Issue tracker:
Test status:
Test coverage:
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.