Pamela is a python library to simplify API usage in programs
Project description
Pamela
Pamela is a python library to simplify API usage in programs
General Information
- Pamela is a python library to simplify API usage in programs. It has different features to optimize the workflow with APIs.
- API usage in programs is sometimes very annoying. To optimize all things connected with APIs, Pamela is your helper!
Technologies Used
- Python
- Requests
Features
- Receive data
- Create sessions
- Get status of session
- Choose file format
Installation
pip install pamela
or
git clone github.com/zlElo/Pamela.git
cd Pamela
pip install .
Code examples (simple)
# import pamela with all classes
from pamela import Pamela, Session
# create pamela instance
pamela = Pamela()
# create session with pamela
session1 = Session.create("address", "username", "password")
# status of session
status_session = Session.status(address="address", session=session1)
# receive data with session
answer = pamela.receive_data(address="address", session=session1)
# receive data with no credentials
answer = pamela.receive_data(address="address")
Contact
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
pamela_lib-0.1.1.tar.gz
(8.0 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 pamela_lib-0.1.1.tar.gz.
File metadata
- Download URL: pamela_lib-0.1.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77e3ce400462ba25be79659d4e43716956f0188cc35c6d4d27d8e9018c054b8e
|
|
| MD5 |
765b019456fe622c141af3e5828919e3
|
|
| BLAKE2b-256 |
931c0aff68e52de7db90ec6f060981e9e92745f045c78f8a38e3da2fb8bb2f65
|
File details
Details for the file pamela_lib-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pamela_lib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbf3b23eb5dd0d5c1b421a33048c1f0112f9e3506e5d491c05bbec46faadc117
|
|
| MD5 |
14e6a9af45e34c445e7333a19d45ee88
|
|
| BLAKE2b-256 |
78accf0378bf46d3e4583310a339dd7a6170dd62cf7d15bf2b1dc00f2c25d3d3
|