Metadata-Version: 2.0
Name: lenzm-utils
Version: 0.5.0
Summary: Various utils including Flask projects
Home-page: https://github.com/mlenzen/lenzm_utils
Author: Michael Lenzen
Author-email: m.lenzen@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: setuptools
Requires-Dist: Flask (>=0.11)
Requires-Dist: SQLAlchemy
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: alembic
Requires-Dist: click
Requires-Dist: collections-extended
Requires-Dist: openpyxl
Requires-Dist: pytz

README
######

.. image:: https://travis-ci.org/mlenzen/lenzm_utils.svg?branch=master
	:target: https://travis-ci.org/mlenzen/lenzm_utils
	:alt: Build Status


.. image:: https://coveralls.io/repos/mlenzen/lenzm_utils/badge.svg?branch=master
	:target: https://coveralls.io/r/mlenzen/lenzm_utils?branch=master
	:alt: Coverage


Overview
========

This package includes one module - ``lenzm_utils``.


Getting Started
===============

.. code:: python

	 >>> import lenzm_utils

Installation
============

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

Usage
=====
	``import lenzm_utils``

Features
========

:Author: Michael Lenzen
:Copyright: 2018 Michael Lenzen
:License: MIT
:GitHub: https://github.com/mlenzen/lenzm_utils


