Metadata-Version: 2.1
Name: ciborg
Version: 0.1
Summary: Generate CI configuration for various services
Home-page: https://github.com/altendky/ciborg
Author: Kyle Altendorf
Author-email: sda@fstab.net
License: MIT
Description: ciborg
        ======
        
        |PyPI| |Pythons| |Azure| |codecov| |GitHub|
        
        Assimilate your CI services
        
        First targeted service:
        - `Azure Pipelines`_
        
        .. _Azure Pipelines: https://azure.microsoft.com/en-us/services/devops/pipelines/
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/ciborg.svg
           :alt: PyPI version
           :target: https://pypi.org/project/ciborg/
        
        .. |Pythons| image:: https://img.shields.io/pypi/pyversions/ciborg.svg
           :alt: supported Python versions
           :target: https://pypi.org/project/ciborg/
        
        .. |Azure| image:: https://dev.azure.com/altendky/ciborg/_apis/build/status/altendky.ciborg?branchName=develop
           :alt: Azure build status
           :target: https://dev.azure.com/altendky/ciborg/_build
        
        .. |codecov| image:: https://codecov.io/gh/altendky/ciborg/branch/develop/graph/badge.svg
           :alt: codecov coverage status
           :target: https://codecov.io/gh/altendky/ciborg
        
        .. |GitHub| image:: https://img.shields.io/github/last-commit/altendky/ciborg/develop.svg
           :alt: source on GitHub
           :target: https://github.com/altendky/ciborg
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: test
