Metadata-Version: 2.1
Name: e621-temp
Version: 0.0.2
Summary: e621.net API wrapper written in Python
Home-page: https://github.com/PatriotRossii/e621-py
License: MIT
Keywords: e621,furry,yiff,api
Author: PatriotRossii
Author-email: patriotrossii2019@mail.ru
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: backports.cached-property (>=1.0.1,<2.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: typing-extensions (>=4.1.1,<5.0.0)
Project-URL: Repository, https://github.com/PatriotRossii/e621-py
Description-Content-Type: text/markdown

# e621
e621 is a low-level e621.net API wrapper written for Python.

# Requirements
+ Python 3.6
+ requests
+ json

# Installation

## From master branch
```bash
$ git clone https://github.com/PatriotRossii/e621-py.git 
$ pip install -e e621-py
``` 

## From PyPi
```bash
$ pip install e621
```

