Metadata-Version: 2.1
Name: constellate
Version: 0.6.53
Summary: Constellate, a bunch of utilities aggregated over time.
Home-page: https://github.com/davidandreoletti/constellate
Author: David Andreoletti
License: UNKNOWN
Keywords: constellate
Platform: UNKNOWN
Classifier: License :: Other/Proprietary License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: decorator (>=5.1.0)
Requires-Dist: aioitertools (>=0.8.0)
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: pendulum (>=2.1.2)
Requires-Dist: requests (>=2.25.0)
Requires-Dist: memory-tempfile (>=2.2.3)
Requires-Dist: narration (>=0.2.4)
Requires-Dist: yoyo-migrations (>=7.2.1)
Requires-Dist: SQLAlchemy (>=1.4.26)
Requires-Dist: sqlalchemy-utils (>=0.37.9)
Requires-Dist: sqlalchemy-get-or-create (>=0.1.5)
Requires-Dist: aiosqlite (>=0.17.0)
Requires-Dist: asyncpg (>=0.23.0)
Requires-Dist: bidict (>=0.21.4)
Requires-Dist: attrs (>=20.3.0)
Requires-Dist: portion (>=2.2.0)
Requires-Dist: jsonmerge (>=1.8.0)
Requires-Dist: jsonschema (>=4.2.1)
Requires-Dist: Deprecated (>=1.2.12)
Requires-Dist: importlib-resources (>=5.1.4)

.. image:: https://img.shields.io/pypi/v/constellate.svg
.. image:: https://img.shields.io/pypi/pyversions/constellate.svg
.. image:: https://img.shields.io/pypi/status/constellate.svg
.. image:: https://img.shields.io/pypi/l/constellate.svg

constellate
###########

Like a constellation, this package is an aggregation of various utilities built over time.

Installation
************

.. code-block::

    pip install constellate


Usage
*****

Run tests (locally)
====================

make.sh --run-database --run-tests

