A python module for building Rest APIs
Project description
# restAPY
A python module for building Rest APIs
## Example
`python import restAPY api = restAPY.API(80, “0.0.0.0”) api.set_path(“/”, {“celsius”:5, “fahrenheit”:41}) api.run() `
Done! Start the python file and you’ve got a working rest API.
## Installation
Inside the terminal:
`bash pip install restAPY `
Inside your project:
`python import restAPY `
## Dependencies
#### Python 3.6 (or higher) with the following modules:
socket
threading
json
ssl
All of these are part of the default python install and therefore don’t need to be installed separately.
## Documentation
https://restapy.readthedocs.io/
## Contributors
Niklas Ziermann
## Copyright & License
© Niklas Ziermann
MIT License
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
File details
Details for the file restAPY-1.2.3.tar.gz
.
File metadata
- Download URL: restAPY-1.2.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a33acff16d3b0e61caeeec3dbb4e088031faf133c250750076497edae5c05499 |
|
MD5 | 9d2a022d9c9a68fa89b2a6f6d1df26de |
|
BLAKE2b-256 | 318fe603d7ec90c9963986b71a695902ff8497a339bbd3877fe59d73b4f0bc4c |