Metadata-Version: 2.1
Name: metanetx-assets
Version: 0.2.1
Summary: Transform MetaNetX components information and load them into SQL storage.
Home-page: https://github.com/Midnighter/metanetx-assets
Author: Moritz E. Beber
Author-email: midnighter@posteo.net
License: Apache-2.0
Download-URL: https://pypi.org/project/metanetx-assets/
Description: =============================
        MetaNetX Assets
        =============================
        
        .. image:: https://img.shields.io/pypi/v/metanetx-assets.svg
           :target: https://pypi.org/project/metanetx-assets/
           :alt: Current PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/metanetx-assets.svg
           :target: https://pypi.org/project/metanetx-assets/
           :alt: Supported Python Versions
        
        .. image:: https://img.shields.io/pypi/l/metanetx-assets.svg
           :target: https://www.apache.org/licenses/LICENSE-2.0
           :alt: Apache Software License Version 2.0
        
        .. image:: https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg
           :target: https://github.com/Midnighter/metanetx-assets/blob/master/.github/CODE_OF_CONDUCT.md
           :alt: Code of Conduct
        
        .. image:: https://img.shields.io/travis/Midnighter/metanetx-assets/master.svg?label=Travis%20CI
           :target: https://travis-ci.org/Midnighter/metanetx-assets
           :alt: Travis CI
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/Midnighter/metanetx-assets?branch=master&svg=true
           :target: https://ci.appveyor.com/project/Midnighter/metanetx-assets
           :alt: AppVeyor
        
        .. image:: https://codecov.io/gh/Midnighter/metanetx-assets/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/Midnighter/metanetx-assets
           :alt: Codecov
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/ambv/black
           :alt: Black
        
        Transform MetaNetX components information and load them into SQL storage.
        
        Install
        =======
        
        It's as simple as:
        
        .. code-block:: console
        
            pip install metanetx-assets
        
        Copyright
        =========
        
        * Copyright (c) 2019-2020, Moritz E. Beber.
        * Free software distributed under the `Apache Software License 2.0 
          <https://www.apache.org/licenses/LICENSE-2.0>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8
Provides-Extra: development
