Metadata-Version: 2.4
Name: maestro-economics
Version: 0.7.1
Summary: CLI and SDK for RA Data platform — datasets, compute, and experiments.
Author-email: Maestro AI <hello@maestro.onl>
License: MIT
Keywords: cli,economics,experiments,panel-data,research-data
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.11
Requires-Dist: click>=8.1
Requires-Dist: httpx>=0.27
Requires-Dist: tomli>=2.0; python_version < '3.11'
Provides-Extra: data
Requires-Dist: duckdb>=1.0; extra == 'data'
Requires-Dist: pandas>=2.2; extra == 'data'
Requires-Dist: pyarrow>=16.0; extra == 'data'
Description-Content-Type: text/markdown

# maestro-economics

CLI and SDK for the RA Data platform — datasets, compute, and experiments.

```bash
pip install maestro-economics
mecon --help
mecon resources
mecon submit . --resource cpu-4c-16gb
```
