Metadata-Version: 2.0
Name: inventorpy
Version: 0.1.0a3
Summary: An inventory and service management application.
Home-page: https://github.com/J-Kirch/inventorpy
Author: Johnny Kirchman
Author-email: JKirch86@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: bcrypt
Requires-Dist: flask
Requires-Dist: sqlalchemy
Requires-Dist: sqlalchemy-utils

.. image:: https://travis-ci.org/J-Kirch/inventorpy.svg?branch=master
    :target: https://travis-ci.org/J-Kirch/inventorpy

.. image:: https://img.shields.io/pypi/v/inventorpy.svg
    :target: https://pypi.python.org/pypi/inventorpy

inventorpy
================================

An inventory management application.

Usage
-----

Installation
------------

::

    pip install inventorpy

Setup development environment
-----------------------------

If you want to work on this project, you need setup your development
environment using the following commands.

::

    $ pip install pipenv
    $ pipenv install --dev
    $ pipenv shell

License
-------

"inventorpy" is licensed under the MIT license.
For more information see the LICENSE file.

Changelog
---------

0.1.0a1
~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Initial release.

Contributors
------------

-  Johnny Kirchman


