Metadata-Version: 2.1
Name: prelawsql
Version: 0.0.11
Summary: Fetch, store, process files prior to database insertion.
Author-email: Marcelino Veloso III <hi@mv3.dev>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: citation-utils>=0.4.14
Requires-Dist: citation-title>=0.0.1
Requires-Dist: corpus-judge>=0.1.6
Requires-Dist: environs>=11.0
Requires-Dist: sqlite-utils>=3.37
Requires-Dist: rich>=13.8
Requires-Dist: html-sanitizer>=2.4.4
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: markdown>=3.7
Requires-Dist: httpx>=0.27.2
Requires-Dist: python-frontmatter>=1.1.0
Requires-Dist: python-slugify>=8.0
Provides-Extra: dev
Requires-Dist: ipykernel>=6.29; extra == "dev"
Requires-Dist: pytest>=8.3; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: mkdocs>=1.6.1; extra == "dev"
Requires-Dist: mkdocstrings[python]>=0.26.1; extra == "dev"
Requires-Dist: mkdocs-material>=9.5; extra == "dev"
Requires-Dist: build>=1.2.1; extra == "dev"
Requires-Dist: twine>=5.1.1; extra == "dev"

# prelawsql

![Github CI](https://github.com/justmars/corpus-reader/actions/workflows/ci.yml/badge.svg)

Attempts uniform underlying functions for reading from and writing to locally downloaded corpus repositories:

1. [Decision](https://github.com/justmars/corpus-decisions)
2. [Statute](https://github.com/justmars/corpus-statutes)
3. [Codifications](https://github.com/justmars/corpus-codifications)

## Config

```sh
just start
source .venv/bin/activate
just dumpenv
pre # show db-based commands
```
