Metadata-Version: 2.1
Name: pastypy
Version: 1.0.1
Summary: UNKNOWN
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

# 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](examples) for usage and examples


