Metadata-Version: 2.1
Name: print-python
Version: 0.1.2
Summary: Print Python Client
Home-page: https://github.com/gduverger/print-python
Author: Georges Duverger
Author-email: georges.duverger@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3
Description-Content-Type: text/markdown

print-python
============

Print Python Client

Installation:
```bash
$ pipenv install print-python
```

Usage:
```python
>>> import print
>>> print = print.Print('https://<your_print_instance>/<path>')
>>> print.post('As easy as rolling off a log')
```


