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 / to memory
  • Const: Class for defining constants, as alternative to enum.Enum
  • typext Type definitions and other utilities
  • etc

Install

Requires python>=3.7

pip install packg

Dev install

Clone repository and cd into, then:

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

# run tests for python>=3.7
python -m pytest --cov
pylint tests

# run tests for python>=3.9
python -m pytest tests tests_py39 --cov
pylint tests 
pylint tests_py39

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.2.11.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

packg-0.2.11-py3-none-any.whl (16.1 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