This package includes one module - lenzm_utils
.
>>> import lenzm_utils
pip install lenzm_utils
Or for the bleeding edge:
pip install git+https://github.com/mlenzen/lenzm_utils.git#egg=lenzm_utils
import lenzm_utils
- TODO
Some tests require a postgres db to be set up with username/password/dbname all "test"
On Ubuntu:
$ sudo -u postgres createuser -P test
$ sudo -u postgres createdb -O test test
$ sudo -u postgres psql test -c "create extension citext"
Author: | Michael Lenzen |
---|---|
Copyright: | © 2020 Michael Lenzen |
License: | MIT |
GitHub: | https://github.com/mlenzen/lenzm_utils |
PyPI: | https://pypi.org/project/lenzm_utils/ |