An optimised python utility package built on the standard library
Project description
tooltils | v1.4.4-1
An optimised python utility package built on the standard library
>>> import tooltils
>>> req = tooltils.get('httpbin.org/get/')
>>> req
'<GET httpbin.org [200]>'
>>> req.url
'https://httpbin.org/get'
>>> req.status_code
'200 OK'
>>> req.headers
{'Accept': '*/*', 'User-Agent': 'tooltils/1.4.4-1', ...}
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
- Add Linux implementation of
.sys.info
properties - Faster performance using the Cython compiler
- Adding more modules and methods within
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.4.post1.tar.gz
(16.4 kB
view details)
Built Distribution
File details
Details for the file tooltils-1.4.4.post1.tar.gz
.
File metadata
- Download URL: tooltils-1.4.4.post1.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56c0ebdde47835674a0cc8ed66251fd9e0340b3d5ae158c90d019ed5b8c21249 |
|
MD5 | 1fc6d56f1db1a4b1422425445c433579 |
|
BLAKE2b-256 | 4df74f4ff50a428aa4d3e8333653464aaf0938cef5b39c5d18f53e8e4d51d6b3 |
File details
Details for the file tooltils-1.4.4.post1-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.4.4.post1-py3-none-any.whl
- Upload date:
- Size: 18.1 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 | e816e3918ceb225015a3f722e1c4df7d75cadcd5e5749b17182bf57db1c3fdd0 |
|
MD5 | 7284c79216b1e4604d56a56b3b224883 |
|
BLAKE2b-256 | 61d3424dd32f345eef84ad357f2e8059927e1a0789109b0ccd582e84fde9e118 |