Metadata-Version: 2.1
Name: pylts
Version: 0.0.6
Summary: Pydantic wrapper around litestreamed database specific to an AWS bucket.
Home-page: https://mv3.dev
License: MIT
Author: Marcelino G. Veloso III
Author-email: mars@veloso.one
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Requires-Dist: python-dotenv (>=0.21,<0.22)
Project-URL: Documentation, https://justmars.github.io/pylts
Project-URL: Repository, https://github.com/justmars/pylts
Description-Content-Type: text/markdown

# pylts

![Github CI](https://github.com/justmars/pylts/actions/workflows/main.yml/badge.svg)

Pydantic wrapper around litestreamed database specific to an AWS bucket.

## Development

See [documentation](https://justmars.github.io/pylts).

1. Run `poetry shell`
2. Run `poetry update`
3. Run `pytest`

