Metadata-Version: 2.1
Name: fact-lake
Version: 0.0.3
Summary: A datalake that is keeping up to date with your factcast
Home-page: https://gitlab.com/friendly-facts/fact-lake
License: Apache-2.0
Keywords: event-sourcing,validation
Author: Eduard Thamm
Author-email: eduard.thamm@thammit.at
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Provides-Extra: docs
Requires-Dist: cryptoshred (>=0.0.7,<0.0.8)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: pyfactcast (>=0.0.9,<0.0.10)
Requires-Dist: pymongo (>=4.0.1,<5.0.0)
Requires-Dist: rich (<11)
Requires-Dist: sphinx (<4); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.12,<2.0); extra == "docs"
Requires-Dist: sphinx-click (>=2.7,<3.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5,<0.6); extra == "docs"
Requires-Dist: typer (<0.4)
Project-URL: Documentation, https://fact-lake.readthedocs.io/en/stable/
Project-URL: Repository, https://gitlab.com/friendly-facts/fact-lake
Description-Content-Type: text/markdown

# Fact Lake

Just a project stub for now

Contributions are welcome. Just get in touch.

## Quickstart

Simply `pip install fact-lake` and get going.

## Development

This project uses `poetry` for dependency management and `pre-commit` for local checks.

