Skip to main content

Collection of utilities used in other python projects.

Project description

packg

build 3.7 status build 3.9 status coverage version

Collection of utilities used in other python projects.

Features

  • caching: Cache objects to disk (using joblib) or to memory
  • constclass.Const: Base class for defining constants, as alternative to enum.Enum
  • debugging: Connect to PyCharm debug server
  • dtime: Wrappers and formatters for datetime and other timing utilities
  • log: Wrapper for loguru, utilities for stdlib logging
  • iotools: Index paths, compress and read files, git utilities, wrappers to load json/yaml
  • magic: Wrapper around importlib
  • misc: format_exception(e) output the exception as it appears in the stacktrace
  • multiproc: Multiprocessing utilities
  • packaging: Code to handle creation and running of python packages
  • paths: Load paths from the global environment or .env files using python-dotenv
  • stats: Simple utilities for numpy arrays
  • strings: Base64, quote strings, create random strings
  • system: Wrapper for subprocess.Popen
  • testing: Import all modules from a package
  • tqdmu: Wrapper for tqdm that limits the width by default
  • typext: Type definitions
  • web: Download file and resume a partial download, disable the web access

Install

Requires python>=3.7

pip install packg

Setup environment paths

# show environment
python -m packg.run.show_env

To override the defaults with your own values:

  • Set the environment variables in your shell e.g. using .bashrc
  • Create a file named .env in the root of your project as follows:
ENV_DATA_DIR=data
ENV_RESULT_DIR=results
ENV_ANNO_DIR=annotations
ENV_CODE_DIR=/home/${USER}/code
ENV_CACHE_DIR=/home/${USER}/.cache

Dev install

Clone repository and cd into, then:

pip install -e .
pip install pytest pytest-cov pylint pytest-lazy-fixture

python -m pytest --cov

pylint packg
pylint tests

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

packg-0.4.4.tar.gz (48.4 kB view hashes)

Uploaded Source

Built Distribution

packg-0.4.4-py3-none-any.whl (59.0 kB view hashes)

Uploaded Python 3

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