Metadata-Version: 2.3
Name: dogma_rust
Version: 0.2.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/marcelroed/dogma-data
Project-URL: repository, https://github.com/marcelroed/dogma-data

# Dogma Rust
This package contains Rust implementations used for the Dogma project, mostly used for parallel data processing.

## Installation
Dogma Rust can be installed from PyPI or from source. To install from PyPI, run:
```bash
pip install dogma-rust
```


To install from source, clone the repository and install the local package using `pip`:
```bash
pip install -e .
```
