Zut

Reusable Python utilities.

Installation

Zut package is published on PyPI.

Install without any dependency (no dependency is mandatory):

pip install zut

It is also possible to install with an extra specifier to add optional dependencies, for example:

pip install tabulk[all]

Avalable extra specifiers:

  • pip install zut[tz] : parse timezones

  • pip install zut[excel] : manage Excel files (including openpyxl)

  • pip install zut[store] : access files through a Store abstraction (extends Django Storage API)

  • pip install zut[s3] : add S3 storage backend for the Store abstraction

Usage

See full documentation (including API reference).

Contributing

Pull requests are welcome.

See contributing guidelines.