Metadata-Version: 2.1
Name: podcust
Version: 0.0.30
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://github.com/Iolaum/podcust/workflows/CI/badge.svg
                :target: https://github.com/Iolaum/podcust/actions
        
        .. 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 manage specific deployed podman containers in Fedora.
        
        
        * Free software: `Licensed`_ under the `Parity License`_
        * Documentation:  `Read the Docs`_
        
        .. _`Parity License`: https://paritylicense.com/
        .. _`Read the Docs`: https://podcust.readthedocs.io
        .. _`Licensed`: https://github.com/Iolaum/podcust/blob/main/License.md
        
        Getting Started
        ---------------
        
        From a Fedora Workstation installation::
        
            $ dnf copr enable iolaum/podcust 
            $ dnf install podcust
        
        Features
        --------
        
        * Deployment and management of transmission_ `docker container image`_ from linuxserver.io
          `documented here`_.
        
        .. _`transmission`: https://transmissionbt.com/about/
        .. _`docker container image`: https://github.com/linuxserver/docker-transmission
        .. _`documented here`: https://docs.linuxserver.io/images/docker-transmission
        
        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.28 (2021-XX-XX)
        -------------------
        
        - Re-license project to parity license.
        
        0.0.27 (2021-02-25)
        -------------------
        
        - Migrate to Fedora 33
        - Migrate CI to GitHub actions.
        - Improve documentation and static code tests.
        
        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.9
Requires-Python: >=3.9
Provides-Extra: dev
