A lightweight python utility package built on the standard library
Project description
tooltils | v1.7.2
A lightweight python utility package built on the standard library
>>> import tooltils
>>> data = tooltils.requests.get('httpbin.org/get')
>>> data.status_code
'200 OK'
>>> data.end_data.url
'https:/httpbin.org/get'
>>> data.end_data.sent_headers
{'User-Agent': 'Python-tooltils/1.7.2', 'Accept-Encoding': 'gzip, deflate', ...}
>>> data.headers
{'Accept': '*/*', 'Accept-Encoding': 'gzip, deflate', 'Host': 'httpbin.org', ...}
Installation
Get the latest version from PyPi
python -m pip install tooltils
OR install using the source code
git clone https://github.com/feetbots/tooltils.git
cd tooltils
python -m pip install setup.py --user
API
The full API is available to read in the project files at API.md
Best Features
Tooltils is built completely on the Python standard library, but still implementing advanced features like:
- Automatic or specified timezone conversion for date and time methods
- Obtaining thorough operating system information
- Keep-alive connection re-use for requesting
- Optimisation to deliver code blazingly fast
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.7.2.tar.gz
(35.7 kB
view details)
Built Distribution
tooltils-1.7.2-py3-none-any.whl
(37.7 kB
view details)
File details
Details for the file tooltils-1.7.2.tar.gz
.
File metadata
- Download URL: tooltils-1.7.2.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b2034b948f6ac14dff397af76348e8b27c1966c6b2ea8ce89baccbd836922ef |
|
MD5 | 84cd1c1d29f789c48f879bd9f32510f7 |
|
BLAKE2b-256 | cf49b7fdbadeeeb2c7cd115a16040e219dd47377e10ea5edf4ae88e491e8d3b1 |
File details
Details for the file tooltils-1.7.2-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.7.2-py3-none-any.whl
- Upload date:
- Size: 37.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86b91c71560a15ba3698c0737bd819fd461358b9f218dab7a14f5317e328169a |
|
MD5 | 175d1bcf65af9e9416145e7e4f402e1a |
|
BLAKE2b-256 | bb3e8f69e6d3b0471311c2cefac81c318d181eaef205a0978cb37f2a7e112045 |