Skip to content

mlenzen/lenzm_utils

Repository files navigation

README

Build Status

Coverage

Overview

This package includes one module - lenzm_utils.

Getting Started

>>> import lenzm_utils

Installation

pip install lenzm_utils

Or for the bleeding edge:

pip install git+https://github.com/mlenzen/lenzm_utils.git#egg=lenzm_utils

Usage

import lenzm_utils

Features

  • TODO

Running Tests

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/