Metadata-Version: 2.3
Name: DockerComposeExample
Version: 0.2.0
Summary: Docker Compose Example
License: MIT
Author: Hendrik du Toit
Author-email: hendrik@brightedge.co.za
Maintainer: Hendrik du Toit
Maintainer-email: hendrikdt@citiqprepaid.co.za
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: flask (>=3.1.0,<4.0.0)
Requires-Dist: redis (>=5.2.1,<6.0.0)
Project-URL: Changelog, https://github.com/hendrikdutoit/dockercomposeexample/blob/enhancement/master/ReleaseNotes.md
Project-URL: Homepage, https://github.com/hendrikdutoit/dockercomposeexample
Project-URL: Repository, https://github.com/hendrikdutoit/dockercomposeexample.git
Project-URL: issues, https://github.com/hendrikdutoit/dockercomposeexample/issues
Description-Content-Type: text/x-rst

dockercomposeexample
====================

+-----------+------------------------------------------------------------------------------------+
|**General**| |maintenance_y| |semver| |license|                                                 |
+-----------+------------------------------------------------------------------------------------+
|**CI**     | |codestyle| |codecov|                                                              |
+-----------+------------------------------------------------------------------------------------+
|**PyPI**   | |pypi_release| |pypi_py_versions| |pypi_status| |pypi_format| |pypi_downloads|     |
+-----------+------------------------------------------------------------------------------------+
|**Github** | |gh_issues| |gh_language| |gh_last_commit|                                         |
+-----------+------------------------------------------------------------------------------------+


    Exploring Poetry.


.. General

.. |maintenance_n| image:: https://img.shields.io/badge/Maintenance%20Intended-✖-red.svg?style=flat-square
    :target: http://unmaintained.tech/
    :alt: Maintenance - not intended

.. |maintenance_y| image:: https://img.shields.io/badge/Maintenance%20Intended-✔-green.svg?style=flat-square
    :target: http://unmaintained.tech/
    :alt: Maintenance - intended

.. |license| image:: https://img.shields.io/pypi/l/dockercomposeexample
    :target: https://github.com/hendrikdutoit/dockercomposeexample/blob/master/LICENSE
    :alt: License

.. |semver| image:: https://img.shields.io/badge/Semantic%20Versioning-2.0.0-brightgreen.svg?style=flat-square
    :target: https://semver.org/
    :alt: Semantic Versioning - 2.0.0

.. |codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Code Style Black


.. CI

.. |pre_commit_ci| image:: https://img.shields.io/github/actions/workflow/status/hendrikdutoit/dockercomposeexample/pre-commit.yml?label=pre-commit
    :target: https://github.com/hendrikdutoit/dockercomposeexample/blob/master/.github/workflows/pre-commit.yml
    :alt: Pre-Commit

.. |gha_tests| image:: https://img.shields.io/github/actions/workflow/status/hendrikdutoit/dockercomposeexample/ci.yml?label=ci
    :target: https://github.com/hendrikdutoit/dockercomposeexample/blob/master/.github/workflows/ci.yml
    :alt: Test status

.. |gha_docu| image:: https://img.shields.io/readthedocs/sqlalchemyexample
    :target: https://github.com/hendrikdutoit/dockercomposeexample/blob/master/.github/workflows/check-rst-documentation.yml
    :alt: Read the Docs

.. |codecov| image:: https://img.shields.io/codecov/c/gh/hendrikdutoit/dockercomposeexample
    :target: https://app.codecov.io/gh/hendrikdutoit/dockercomposeexample
    :alt: CodeCov


.. PyPI

.. |pypi_release| image:: https://img.shields.io/pypi/v/dockercomposeexample
    :target: https://pypi.org/project/dockercomposeexample/
    :alt: PyPI - Package latest release

.. |pypi_py_versions| image:: https://img.shields.io/pypi/pyversions/dockercomposeexample
    :target: https://pypi.org/project/dockercomposeexample/
    :alt: PyPI - Supported Python Versions

.. |pypi_format| image:: https://img.shields.io/pypi/wheel/dockercomposeexample
    :target: https://pypi.org/project/dockercomposeexample/
    :alt: PyPI - Format

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/dockercomposeexample
    :target: https://pypi.org/project/dockercomposeexample/
    :alt: PyPI - Monthly downloads

.. |pypi_status| image:: https://img.shields.io/pypi/status/dockercomposeexample
    :target: https://pypi.org/project/dockercomposeexample/
    :alt: PyPI - Status


.. GitHub

.. |gh_issues| image:: https://img.shields.io/github/issues-raw/hendrikdutoit/dockercomposeexample
    :target: https://github.com/hendrikdutoit/dockercomposeexample/issues
    :alt: GitHub - Issue Counter

.. |gh_language| image:: https://img.shields.io/github/languages/top/hendrikdutoit/dockercomposeexample
    :target: https://github.com/hendrikdutoit/dockercomposeexample
    :alt: GitHub - Top Language

.. |gh_last_commit| image:: https://img.shields.io/github/last-commit/hendrikdutoit/dockercomposeexample/master
    :target: https://github.com/hendrikdutoit/dockercomposeexample/commit/master
    :alt: GitHub - Last Commit

.. |gh_deployment| image:: https://img.shields.io/github/deployments/hendrikdutoit/dockercomposeexample/pypi
    :target: https://github.com/hendrikdutoit/dockercomposeexample/deployments/pypi
    :alt: GitHub - PiPy Deployment

