Metadata-Version: 2.4
Name: infrahouse-core
Version: 0.17.2
Summary: Lightweight Python library with AWS and other general purpose classes.
Author-email: "InfraHouse Inc." <aleks@infrahouse.com>
Maintainer-email: Oleksandr Kuzminskyi <aleks@infrahouse.com>
License: Apache Software License 2.0
Project-URL: bugs, https://github.com/infrahouse/infrahouse-core/issues
Project-URL: changelog, https://github.com/infrahouse/infrahouse-core/commits/main/
Project-URL: homepage, https://github.com/infrahouse/infrahouse-core
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: boto3~=1.36
Requires-Dist: cached-property~=2.0
Requires-Dist: diskcache~=5.6
Requires-Dist: ec2-metadata~=2.13
Requires-Dist: PyGithub~=2.4
Provides-Extra: dev
Requires-Dist: black~=25.1; extra == "dev"
Requires-Dist: build~=1.2; extra == "dev"
Requires-Dist: bump2version~=1.0; extra == "dev"
Requires-Dist: mdformat~=0.7; extra == "dev"
Requires-Dist: pytest~=8.3; extra == "dev"
Requires-Dist: pytest-cov~=6.0; extra == "dev"
Requires-Dist: pylint~=3.3; extra == "dev"
Provides-Extra: doc
Requires-Dist: Sphinx~=8.1; extra == "doc"
Dynamic: license-file

===============
InfraHouse Core
===============


.. image:: https://img.shields.io/pypi/v/infrahouse_core.svg
        :target: https://pypi.python.org/pypi/infrahouse_core

.. image:: https://readthedocs.org/projects/infrahouse-core/badge/?version=latest
        :target: https://infrahouse-core.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Lightweight Python library with AWS and other general purpose classes.


* Free software: Apache Software License 2.0
* Documentation: https://infrahouse-core.readthedocs.io.


Features
--------

* TODO

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
