A short description of your package
Project description
ever wished that apis where easy to use, ever wished that private apis could be used publicly, and not lose security, well this is (somewhat) the perfect thing for you. Documentation available here
installing apipie
Install it by running
pip install apipie
if you would prefer not to use a venv run
python3 -m pip install apipie
or, on windows
py -m pip install apipie
to use you can run
apipie config.json False
The first argument is the filename, or the json iteself, if you would rather just input it right into there, make the second value true, that tells the code you want to use a string not a file path
you can also run it inside a .py file.
example.py
from apipie import Apipie
apipie=Apipie('config.json', False)
#or
apipie=Apipie('{"some":{"json":"here"}}',True)
if __name__ == "__main__":
apipie.run(debug=True, port=8080, host = "127.0.0.1")
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 Distribution
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 apipie-0.7.4.tar.gz.
File metadata
- Download URL: apipie-0.7.4.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0e617da343625825c7bf6acb0a1f17d437498072e93f28d94a847354ffddd6f
|
|
| MD5 |
f0ca6342310d06f0a8983a3db117d9ac
|
|
| BLAKE2b-256 |
b82ce7f82bbfe459d92d15b261580ba98b16d04788c0a84c5c45ef2dc9414b23
|
File details
Details for the file apipie-0.7.4-py3-none-any.whl.
File metadata
- Download URL: apipie-0.7.4-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81536ee77789f323852bef0610b21473072059a44908777b76932802a1465f8b
|
|
| MD5 |
1ed3df7781a706c93b8eb3f00a4e9ed8
|
|
| BLAKE2b-256 |
49df06c51483ae23a9ad49044d9fefc0a3ac23bf9d556b8b6c17356d46cbe1fd
|