Skip to main content

Various utils including Flask projects

Project description

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/

Project details


Download files

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

Source Distribution

lenzm_utils-0.12.4.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

lenzm_utils-0.12.4-py2.py3-none-any.whl (28.8 kB view hashes)

Uploaded Python 2 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