An extensive python utility library built on standard modules
Project description
tooltils | v1.4.0
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 Read the Docs
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.0.tar.gz
(14.3 kB
view details)
Built Distribution
tooltils-1.4.0-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file tooltils-1.4.0.tar.gz
.
File metadata
- Download URL: tooltils-1.4.0.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 | db2d9dd13868c05701537f2f7fd2c016410b20299d59fb7f5f1eb5060699ef81 |
|
MD5 | 675343491cd2573120b98eeefc4eae1b |
|
BLAKE2b-256 | 8d8386e666cb95aab1448a2844d6b6f422d3a71e911e508731fa936c3472fd0d |
File details
Details for the file tooltils-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.4.0-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 | 28b44537bd28501a91faa83302da096c3b160c50842779082f3e95122c4d23ac |
|
MD5 | 40c80c8f31bd265ddaa6ad83c0ec2a09 |
|
BLAKE2b-256 | 04f3bb736f52757eaf6280251c9808bb1d958523210197cc1b568e144be4c877 |