Skip to main content

A lightweight python utility package built on the standard library

Project description

tooltils | v1.8.0

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.8.0', '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
  • A command line interface to manage the installation
  • Obtaining thorough operating system information
  • Keep-alive connection re-use for requesting
  • High optimisation

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

Uploaded Source

Built Distribution

tooltils-1.8.0-py3-none-any.whl (51.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tooltils-1.8.0.tar.gz
Algorithm Hash digest
SHA256 73df4ae1fc7744daef55bee4a4f268b79efdeb529280d79dd5137ef95ebf3c04
MD5 73d142974099cff16ae03b9ee3af32cf
BLAKE2b-256 c23e46e02172c81995ec372b99bcaad4af55904f26cac464bfd3e358dcc54fb1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tooltils-1.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 59878db7a112c4f7780f293706006e8b2bff9eb0766ace2220f9c4c16c704041
MD5 bd0ebe060e267432afa309548ea06d77
BLAKE2b-256 3acb0fcf19ef84b1cfb57e9d332a567799ec4763fb2a5cfaf1c815e93314f29c

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