A wrapper for the VNDB API
Project description
VNDB-Python-API-Wrapper
API Wrapper for the VNDB API Server Requires Python3.6+
Basic code example
from vndb_api_wrapper.vndb_api import VNDBAPI
...
vndb_api = VNDBAPI(<your username>, <your password>)
# Example of searching for a VN anime of the visual novel with id = 17 using "get"
data = vndb_api.get('vn', 'basic,anime', '(id = 17)')
Installation Instructions
Using pip
pip3 install vndb-api-wrapper
Compiling from source
git clone https://github.com/PoeticViper/VNDB-Python-API-Wrapper.git
cd VNDB-Python-API-Wrapper
pip3 install .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vndb_api_wrapper-1.0.0a0-py2.py3-none-any.whl.
File metadata
- Download URL: vndb_api_wrapper-1.0.0a0-py2.py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7f46fb1397c18dd579f09583b5d3b935ef8b5ddd3299f958d8833d0c8e8edb5
|
|
| MD5 |
9bf2e1aa89c7c71210b6595b9b46beea
|
|
| BLAKE2b-256 |
724b296037278b1d3d2c0c4767735e4f21ad43d3edb11116d5d1fc2bf23164e2
|