An optimised python utility package built on the standard library
Project description
tooltils | v1.4.3
An optimised python utility package 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': '*/*', 'User-Agent': 'tooltils/1.4.3', ...}
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.3.tar.gz
(14.5 kB
view details)
Built Distribution
tooltils-1.4.3-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file tooltils-1.4.3.tar.gz
.
File metadata
- Download URL: tooltils-1.4.3.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 200bfa8602dd541894cf3b6f3ffaa17dd39f13a6006897a07916b6744f611994 |
|
MD5 | 22c5b830153a8201d52cef11b5bc3ef3 |
|
BLAKE2b-256 | c640c4eefb1733a994a77b5ae18622c8104a9f23d04c2e419648849e458cc53d |
File details
Details for the file tooltils-1.4.3-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.4.3-py3-none-any.whl
- Upload date:
- Size: 16.4 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 | 77a11713820627a7cf2e9373af560d5978436e1a2ed206f0b8c5dad710e0a346 |
|
MD5 | ff054bdf8d319b88f747022ff0433056 |
|
BLAKE2b-256 | b0969ea8cc35432be6a2a0d4ddfe8cd8fa663bc510e87db4ec48be8094d790ea |