Skip to main content

An optimised python utility library built on the standard library

Project description

tooltils | v1.4.1

python downloads

An optimised python utility library 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': 'application/json', ...}

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 at API.md

Roadmap

  • Faster performance using the Cython compiler
  • Adding more modules and methods within
  • Optimise current source code further

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

Uploaded Source

Built Distribution

tooltils-1.4.1-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tooltils-1.4.1.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for tooltils-1.4.1.tar.gz
Algorithm Hash digest
SHA256 6abe5421527130bf9faf43ca3aff0ab4ca7998ca2905bc218179174f0e23bb4a
MD5 3dcd35dd86c4b2c63f086ec96f6a5716
BLAKE2b-256 ac472a23ba75459005202fdd5cc0e603cd9a20d2010617ed2bafaa23130cd70f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tooltils-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for tooltils-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 12c42b7dd389356ab2119c5d8d78aa7ea01b61dbdfb7b470c2aec770b57d9fe3
MD5 acaf8104a31d559f4018d9490b4ff117
BLAKE2b-256 a8ff3c1369654e6b889625e60290e309fdbe56e245b0a4d0d8ab474f69a1d3f6

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