An optimised python utility library built on the standard library
Project description
tooltils | v1.4.2
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 on 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.2.tar.gz
(14.3 kB
view details)
Built Distribution
tooltils-1.4.2-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file tooltils-1.4.2.tar.gz
.
File metadata
- Download URL: tooltils-1.4.2.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 | f642acf90abd97fe607f950f313a70701b2d140865611e513839c0e68b67952d |
|
MD5 | 2c3e35f8b853ff68d457ed33db5513f4 |
|
BLAKE2b-256 | 904f91c330457250f6eff630e8b4ede776e0ade5a832fdd7f82adcc7dec0e35a |
File details
Details for the file tooltils-1.4.2-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.4.2-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 | 9709736fb197dd95142daadfc30a10c6d2ac4ec2e5315c4947cf27a1f895be72 |
|
MD5 | f9cafdfffc8fb4c81fdc6266cf6f6f14 |
|
BLAKE2b-256 | 63bf86cf570ecde15423aaf74724e664b94346eadc57bcdfa799def8dde9fad6 |