vejnar / pyfnutils

Small utility functions for Python: logging, parallel tasks, zstd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyfnutils: Utility functions for Python

Small utility functions for Python.

  • log: Initializes a logger using Python standard library logging.
  • parallel: Runs tasks in parallel using using Python standard library ThreadPoolExecutor.
  • zstd: Opens file compressed with Zstandard using command-line zstd.

Download

See tags page.

Install

pip3 install pyfnutils

License

pyfnutils is distributed under the Mozilla Public License Version 2.0 (see /LICENSE).

Copyright © 2011-2023 Charles E. Vejnar

About

Small utility functions for Python: logging, parallel tasks, zstd

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%