Metadata-Version: 2.3
Name: datamax
Version: 0.1.0
Summary: Add your description here
Author-email: Kyle Pitzen <kyle.pitzen@gmail.com>
Requires-Python: >=3.8
Requires-Dist: click>=8.1.7
Requires-Dist: duckdb>=1.1.3
Requires-Dist: faker>=33.0.0
Requires-Dist: google-auth>=2.36.0
Requires-Dist: google-cloud-storage>=2.18.2
Requires-Dist: opencontainers[reggie]>=0.0.14
Requires-Dist: pandas>=2.2.3
Requires-Dist: parsimonious>=0.10.0
Requires-Dist: pendulum>=3.0.0
Requires-Dist: psycopg[binary]>=3.2.3
Requires-Dist: pyarrow>=18.0.0
Requires-Dist: pydantic>=2.9.2
Requires-Dist: requests-toolbelt>=1.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.9.4
Requires-Dist: yfinance>=0.2.50
Description-Content-Type: text/markdown

# Datamax

## Installation

Currently, Datamax is purely a python package.  To install it, run the following command:

```bash
rye sync
```

## Usage

The Datamax runtime is managed by a command line interface.  To see the available commands, run the following command:

```bash
rye run datamax --help
```

## Configuration

### Environment Variables

DATAMAX_HOME: The path to the directory where the data files are stored. The default is $HOME/.datamax.
