Metadata-Version: 2.0
Name: msl-package-manager
Version: 1.5.0
Summary: Install, uninstall, update, list and create MSL packages
Home-page: https://github.com/MSLNZ/msl-package-manager
Author: Joseph Borbely
Author-email: joseph.borbely@measurement.govt.nz
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: colorama
Requires-Dist: pip

MSL Package Manager
===================

|docs| |pypi|

The **MSL Package Manager** allows you to install, uninstall, update, list and create packages
that are used at the Measurement Standards Laboratory of New Zealand.

All MSL packages are part of the **msl** namespace_. This allows one to split sub-packages and modules
across multiple, separate distribution packages while still maintaining a single, unifying package
structure.

Install
-------

To install the **MSL Package Manager** run::

   pip install msl-package-manager

Dependencies
++++++++++++
* Python 2.7, 3.3+
* pip_
* colorama_

Documentation
-------------

The documentation for the **MSL Package Manager** can be found here_.

.. |docs| image:: https://readthedocs.org/projects/msl-package-manager/badge/?version=latest
   :target: http://msl-package-manager.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
   :scale: 100%

.. |pypi| image:: https://badge.fury.io/py/msl-package-manager.svg
   :target: https://badge.fury.io/py/msl-package-manager

.. _pip: https://pypi.python.org/pypi/pip
.. _colorama: https://pypi.python.org/pypi/colorama
.. _namespace: https://packaging.python.org/guides/packaging-namespace-packages/
.. _here: http://msl-package-manager.readthedocs.io/en/latest/?badge=latest

