Metadata-Version: 2.1
Name: print-python
Version: 0.1.4
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](https://github.com/gduverger/print) Python client

## Installation

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

## Usage

```python
>>> import print as prt
>>> prt = prt.Client(host='<host>', path='<path>', token='<token>')
>>> prt.post('As easy as rolling off a log')
```

## Test

```bash
# DOC https://docs.pytest.org/en/latest/usage.html#calling-pytest-through-python-m-pytest
python -m pytest
```


