Metadata-Version: 2.1
Name: pastemyst
Version: 3.0.0
Summary: api wrapper for paste.myst.rs
Author: munchii
Author-email: daniellmunch@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: trio (>=0.24.0,<0.25.0)
Description-Content-Type: text/markdown

# pastemyst-py

api wrapper for [pastemyst](https://paste.myst.rs) written in python 3.12.
<br>

## install

install using pip:
```
  $ pip install pastemyst
```
<br>

## requirements

Here's the libraries used to create the wrapper:
- [trio](https://pypi.org/project/trio/) `^0.24.0`
- [httpx](https://pypi.org/project/httpx/) `^0.26.0`
<br>

## usage

you can find a simple usage example in [test.py](https://github.com/Dmunch04/pastemyst-py/blob/master/examples/test.py).<br>
or take a look at the [tests](https://github.com/Dmunch04/pastemyst-py/tree/master/tests) folder.
<br>

## contribution

feel free to make a pull request or open an issue. all help is welcome.
