Skip to main content

Common Flywheel helper utilities.

Project description

fw-utils

Helper utilities for common tasks including pluralization, formatting and parsing human-readable file-sizes/time-deltas, creating attribute-accessible dictionaries and opening files.

Installation

Add as a poetry dependency to your project:

poetry add fw-utils

Usage

import fw_utils

# common string formatters
fw_utils.pluralize("file") == "files"
fw_utils.quantify(3, "file") == "3 files"
fw_utils.hrsize(1024) == "1.0K"
fw_utils.hrtime(90) == "1h 30m"

# get a dictionary with keys accessible as attrs
data = fw_utils.attrify({"key": "value"})
data.key == "value"

# File works with str|Path|file-like objects alike
with fw_utils.BinFile("/tmp/test.txt", write=True) as file:
    file.write(b"text")

Development

Install the project using poetry and enable pre-commit:

poetry install
pre-commit install

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fw_utils-5.1.0-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

Details for the file fw_utils-5.1.0-py3-none-any.whl.

File metadata

  • Download URL: fw_utils-5.1.0-py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.154+

File hashes

Hashes for fw_utils-5.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 89e91eb7f8504bb130af0895a6353839c4d67ff066cf2e04b6c83f4bbb8b5f30
MD5 e9b3c82c71c5c6c19b0d6cc68eccb0c3
BLAKE2b-256 626064cb33ffad69c905af911b2725a62e0bc46010d36be9e55ea8dd89ebfdff

See more details on using hashes here.

Supported by

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