Metadata-Version: 2.1
Name: pyvndbhttp
Version: 0.1.1
Summary: VNDB HTTPS API implementation
License: MIT
Keywords: vndb,api
Author: Konosprod
Author-email: konosprod@free.fr
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# pyvndbhttp
Python implementation of VNDB HTTP API

TThe API is still under development, so is this project.

## Installation

`pip install pyvndbhttp`

 ## How to use
 
 Refer to the `main.py` file in `examples` directory
 
 ## References
 
 You can find the full API documentation [here](https://beta.vndb.org/api/kana)

