An optimised python utility package built on the standard library
Project description
tooltils | v1.4.4
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.4', ...}
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.tar.gz
(16.4 kB
view details)
Built Distribution
tooltils-1.4.4-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file tooltils-1.4.4.tar.gz
.
File metadata
- Download URL: tooltils-1.4.4.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 | a4983aae4a3d84f898a39c50efd87ef139da46f211f572f429d10af1afbcd01b |
|
MD5 | 58cb40c8b3430c1bc02aa04ab915eade |
|
BLAKE2b-256 | 17c20757c43aa02a795a98c000f92fbe84172b44bafed3b62150efee276e808d |
File details
Details for the file tooltils-1.4.4-py3-none-any.whl
.
File metadata
- Download URL: tooltils-1.4.4-py3-none-any.whl
- Upload date:
- Size: 17.9 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 | 95d2ce1fae846e058c8b5988a0bef5a7318662f2e526d311a1acfa70883b8b3b |
|
MD5 | 20d3591f0ba844270549c634b465f248 |
|
BLAKE2b-256 | f9f36e05fe4a9195701d3b3adb440fb604c42a1b2f95759c85fd01183e0b6335 |