A simple way to call APIs from Python
Project description
PyAutoWebAPI
a simple tool for accessing web APIs
Usage
from pyautowebapi.api import Api
api = Api('http://example.com/api/v1')
api['key'] = 'abcdefghijklmnopqrstuvwxyz'
api['parameter1'] = 'value1'
api['parameter2'] = 'value2'
print(api)
data = api.call()
print(data)
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
PyAutoWebAPI-0.0.1.tar.gz
(2.1 kB
view details)
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 PyAutoWebAPI-0.0.1.tar.gz.
File metadata
- Download URL: PyAutoWebAPI-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45287409baacf3380dea7eb303fb400c961326379dc903e9cef6b9e7c6bc2677
|
|
| MD5 |
f816459f6c2b0d87446a50dbae7ed804
|
|
| BLAKE2b-256 |
aad0be66454ec199aa85729cf9b8f259620ff0e76c3a35ce0ed06a03b3e600f5
|
File details
Details for the file PyAutoWebAPI-0.0.1-py3-none-any.whl.
File metadata
- Download URL: PyAutoWebAPI-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdcc8fbf53121b27d4cd895b46e2292b9d8fd2ad2cda650e4f9ff950f2a26de3
|
|
| MD5 |
f6b22e30b3f5cc476912d134bada4885
|
|
| BLAKE2b-256 |
9cfba43b4052d40508a5fa8a251b46c2d4b6adbb907cf68d7cabcaf3ab193593
|