An optimised python utility library built on the standard library
Project description
tooltils | v1.4.1
An optimised python utility library built on the standard library
>>> import tooltils
>>> req = tooltils.get('httpbin.org/get')
>>> req
>>> '<Request GET [200]>'
>>> req.url
>>> 'https://httpbin.org/get'
>>> req.status_code
>>> '200 OK'
>>> req.headers
>>> {'Accept': 'application/json', ...}
Installation
pip install tooltils
OR clone the repo for the source code
git clone https://github.com/feetbots/tooltils.git
cd tooltils
pip install . --user
API
The full API is available at API.md
Roadmap
- Faster performance using the Cython compiler
- Adding more modules and methods within
- Optimise current source code further
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
tooltils-1.4.1.tar.gz
(14.3 kB
view details)
Built Distribution
tooltils-1.4.1-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file tooltils-1.4.1.tar.gz
.
File metadata
- Download URL: tooltils-1.4.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6abe5421527130bf9faf43ca3aff0ab4ca7998ca2905bc218179174f0e23bb4a |
|
MD5 | 3dcd35dd86c4b2c63f086ec96f6a5716 |
|
BLAKE2b-256 | ac472a23ba75459005202fdd5cc0e603cd9a20d2010617ed2bafaa23130cd70f |
File details
Details for the file tooltils-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.4.1-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12c42b7dd389356ab2119c5d8d78aa7ea01b61dbdfb7b470c2aec770b57d9fe3 |
|
MD5 | acaf8104a31d559f4018d9490b4ff117 |
|
BLAKE2b-256 | a8ff3c1369654e6b889625e60290e309fdbe56e245b0a4d0d8ab474f69a1d3f6 |