Metadata-Version: 2.1
Name: HTTP_db
Version: 1.2
Summary: Simple and easy database system using HTTP
Home-page: https://github.com/nattyan-tv/HTTP_db
Author: nattyan-tv
Author-email: nananatsu2020@outlook.com
Maintainer: nattyan-tv
Maintainer-email: nananatsu2020@outlook.com
License: MIT License
Download-URL: https://github.com/nattyan-tv/HTTP_db
Keywords: HTTP,database,simple,easy,nirabot
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# HTTP_db

Simple and easy database manager using HTTP  
[日本語版](https://github.com/nattyan-tv/HTTP_db/blob/master/README_ja.md)

# Usage(Server)

1. Install modules (`pip install -r requirements.txt`)
2. Write `setting.json` file
3. Execute `main.py`

# Usage(Client)

1. Install module (`pip install HTTP-db`)
2. you can use `HTTP_db` module (Please refer to `example`)

# Documents

Documents have api references.  
[API Reference (Japanese)](https://nattyan-tv.github.io/HTTP_db/docs/index)  

# Setting

| Name       | Description                                                  | Type |
| ---------- | ------------------------------------------------------------ | ---- |
| address    | HTTP Server address                                          | str  |
| port       | HTTP Server port                                             | int  |
| debug      | HTTP Server debug mode                                       | bool |
| remotesave | Remote save mode                                             | bool |
| location   | If remotesave is true, database key, else, savedata location | str  |
| cell       | If remotesave is true, database cell                         | str  |


