Metadata-Version: 2.1
Name: corpus-pax
Version: 0.1.11
Summary: Using Github API (to pull individuals, orgs, and article content), setup a local sqlite database, syncing images to Cloudflare.
Home-page: https://lawdata.xyz
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: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Processing :: General
Classifier: Typing :: Typed
Requires-Dist: email-validator (>=1.3.0,<2.0.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: mkdocs (>=1.4.2,<2.0.0)
Requires-Dist: mkdocs-material (>=9.0.6,<10.0.0)
Requires-Dist: mkdocstrings[python] (>=0.20.0,<0.21.0)
Requires-Dist: python-frontmatter (>=1.0.0,<2.0.0)
Requires-Dist: sqlpyd (>=0.1.3,<0.2.0)
Project-URL: Repository, https://github.com/justmars/corpus-pax
Description-Content-Type: text/markdown

# corpus-pax

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

Generic users, organizations, and articles utilized in the [LawSQL dataset](https://lawsql.com).

## Documentation

See [documentation](https://justmars.github.io/corpus-pax).

## Development

Checkout code, create a new virtual environment:

```sh
poetry add corpus-pax # python -m pip install corpus-pax
poetry update # install dependencies
poetry shell
```

Run tests:

```sh
pytest
```

