Skip to main content

A lightweight python utility package built on the standard library

Project description

tooltils | v1.7.1

python downloads

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.1', '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


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.1.tar.gz (35.5 kB view details)

Uploaded Source

Built Distribution

tooltils-1.7.1-py3-none-any.whl (39.5 kB view details)

Uploaded Python 3

File details

Details for the file tooltils-1.7.1.tar.gz.

File metadata

  • Download URL: tooltils-1.7.1.tar.gz
  • Upload date:
  • Size: 35.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for tooltils-1.7.1.tar.gz
Algorithm Hash digest
SHA256 877e32974d3701dc2427bd07a96d1de5b5f8012ff06f29f405c992717966a235
MD5 39b27187ac6f095668fded1d85b19af7
BLAKE2b-256 0ebc6c912d7f5779a0e44159aa7fef41c46aaf99cc6e276a127618a4398e9004

See more details on using hashes here.

File details

Details for the file tooltils-1.7.1-py3-none-any.whl.

File metadata

  • Download URL: tooltils-1.7.1-py3-none-any.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for tooltils-1.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bf04fb97a21b79b249a06339e9d876555e4964a2ea9418cae1b4df24d94948dd
MD5 d52d73ffd6fc3496d9a648cae57ccc98
BLAKE2b-256 e2efa212f339083c8637ffa713548792ff94541af48fb946740b2ae7fc99edcc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page