Metadata-Version: 2.1
Name: pyfactcast
Version: 0.0.6
Summary: A python client library for FactCast
Home-page: https://gitlab.com/edthamm/pyfactcast
License: Apache-2.0
Keywords: event-sourcing
Author: Eduard Thamm
Author-email: eduard.thamm@thammit.at
Requires-Python: >=3.7,<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.7
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: grpcio (>=1.37.1,<2.0.0)
Requires-Dist: grpcio-tools (>=1.37.1,<2.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: rich (>=10.2.0,<11.0.0)
Requires-Dist: sphinx (<4); extra == "docs"
Requires-Dist: sphinx-click (>=2.7.1,<3.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5.2,<0.6.0); extra == "docs"
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Documentation, https://pyfactcast.readthedocs.io/en/stable/
Project-URL: Repository, https://gitlab.com/edthamm/pyfactcast
Description-Content-Type: text/markdown

# PyFactCast

Welcome to pyfactcast. You can find more extensive documentation over at [readthedocs](https://pyfactcast.readthedocs.io/en/latest/).

This project arose manly out of frustration with the excessive wait times for a spring boot
based CLI like the one offered by the original [FactCast](https://docs.factcast.org/).
But on the way grew a bit. It will likely grow even more as I would like to actually use this
tooling to bring the ability for rapid prototyping and production grade python applications
to the FactCast community.

Contributions are welcome. Just get in touch.

## Quickstart

Simply `pip install pyfactcast` and get going. The cli is available as `factcast` and
you can run `factcast --help` to get up to speed on what you can do.

## Development

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

