Metadata-Version: 2.1
Name: pastemyst
Version: 1.9
Summary: api wrapper for paste.myst.rs written in python
Home-page: https://github.com/Dmunch04/pastemyst-py
Author: Munchii
Author-email: daniellmunch@gmail.com
License: MIT
Description: # pastemyst-py
        
        an api wrapper for [pastemyst-v2](https://paste.myst.rs) written in python.
        
        <br>
        
        ## install
        
        install using pip:
        ```
          pip install pastemyst
        ```
        
        <br>
        
        ## requirements
        
        Here's the libraries used to create the wrapper:
        - time
        - json
        - asks
        - trio
        - multio
        - datetime
        - collections
        
        <br>
        
        ## usage
        
        you can find a simple usage example in `/test/basic.py`.
        
        <br>
        
        ## contribution
        
        feel free to make a pull request or open an issue. all help is welcome.
        
        <br>
        
        ## license
        
        this repo is licensed under mit license.
        
        <br>
        
        ## maintainers
        
        - [Munchii](https://github.com/Dmunch04) (me)
        
Keywords: simple api wrapper python3 python pastemyst pastemyst.rs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
