Metadata-Version: 2.1
Name: podcust
Version: 0.0.26
Summary: Python utility to handle podman containers within Fedora.
Home-page: https://github.com/Iolaum/podcust
Author: Nikolaos Perrakis
Author-email: nikperrakis@gmail.com
License: GNU General Public License v3
Description: ================
        Podman Custodian
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/podcust.svg
                :target: https://pypi.python.org/pypi/podcust
        
        .. image:: https://img.shields.io/travis/Iolaum/podcust.svg
                :target: https://travis-ci.com/Iolaum/podcust
        
        .. image:: https://readthedocs.org/projects/podcust/badge/?version=latest
                :target: https://podcust.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/Iolaum/podcust/shield.svg
             :target: https://pyup.io/repos/github/Iolaum/podcust/
             :alt: Updates
        
        
        
        Python utility to handle podman containers within Fedora.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://podcust.readthedocs.io.
        
        
        Features
        --------
        
        * Helper library intended to create and manage specific podman containers
          within the host.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project
        template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.26 (2020-10-04)
        -------------------
        
        - Working management functionality (alpha version) for Demo container.
        
        0.0.21 (2020-09-25)
        -------------------
        
        - Added draft functionality for demo http container management.
        - Added draft command line functionality.
        
        0.0.20 (2020-09-01)
        -------------------
        
        - Working Fedora tests through Travis CI
        
        0.0.19 (2020-08-30)
        -------------------
        
        - CI, job stages and deploy stage.
        
        0.0.6 (2020-08-30)
        ------------------
        
        - Polishing code quality support tools.
        
        0.0.5 (2020-08-28)
        ------------------
        
        - First release on PyPI.
        
Keywords: podcust
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Provides-Extra: dev
