Metadata-Version: 2.1
Name: pastypy
Version: 1.0.2
Summary: Pasty API wrapper
Home-page: https://github.com/zevaryx/pastypy
Author: zevaryx
Author-email: zevaryx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Documentation
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycryptodome (==3.14.1) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.5.0"
Requires-Dist: requests (==2.27.1) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.6.0"
Requires-Dist: charset-normalizer (==2.0.12) ; python_full_version >= "3.6.0" and python_version >= "3.6"
Requires-Dist: certifi (==2021.10.8) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
Requires-Dist: urllib3 (==1.26.8) ; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
Requires-Dist: aiohttp (==3.8.1) ; python_version >= "3.6"
Requires-Dist: aiosignal (==1.2.0) ; python_version >= "3.6"
Requires-Dist: async-timeout (==4.0.2) ; python_version >= "3.6"
Requires-Dist: yarl (==1.7.2) ; python_version >= "3.6"
Requires-Dist: attrs (==21.4.0) ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
Requires-Dist: idna (==3.3) ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
Requires-Dist: frozenlist (==1.3.0) ; python_version >= "3.7"
Requires-Dist: multidict (==6.0.2) ; python_version >= "3.7"

# PastyPY

[![pytest](https://github.com/zevaryx/pastypy/actions/workflows/pytest.yml/badge.svg)](https://github.com/zevaryx/pastypy/actions/workflows/pytest.yml) [![codecov](https://codecov.io/gh/zevaryx/pastypy/branch/main/graph/badge.svg?token=IPC1OMI36K)](https://codecov.io/gh/zevaryx/pastypy)

A Python wrapper around [Pasty](https://github.com/lus/pasty) written by lus

## Features

- Full API coverage
- `asyncio` support with `pastypy.AsyncPaste`
- Encryption support

## Examples

See [examples](https://github.com/zevaryx/pastypy/tree/main/examples) for usage and examples


