Metadata-Version: 2.0
Name: inventorpy
Version: 0.1.0a1
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
Description-Content-Type: UNKNOWN
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

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

An inventory and service 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


