Metadata-Version: 1.2
Name: commonlibs
Version: 0.2.0
Summary: Libraries used by different packages
Home-page: https://github.com/airinnova/commonlibs
Author: Aaron Dettmann
Author-email: dettmann@kth.se
License: Apache License 2.0
Description: .. image:: https://img.shields.io/pypi/v/commonlibs.svg?style=flat
           :target: https://pypi.org/project/commonlibs/
           :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
            :target: https://github.com/airinnova/commonlibs/blob/master/LICENSE.txt
            :alt: License
        
        .. image:: https://readthedocs.org/projects/commonlibs/badge/?version=latest
            :target: https://commonlibs.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        CommonLibs
        ==========
        
        *CommonLibs* is a Python library package providing general tools used by other applications.
        
        Documentation
        -------------
        
        See: https://commonlibs.readthedocs.io/
        
        Installation
        ------------
        
        .. code::
        
            pip install commonlibs
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6.0
