Metadata-Version: 2.4
Name: everos-local
Version: 0.1.0
Project-URL: Homepage, https://github.com/evermind-ai/everos-local
Project-URL: Repository, https://github.com/evermind-ai/everos-local
Project-URL: Issues, https://github.com/evermind-ai/everos-local/issues
Author-email: EverMindAI <evermind@shanda.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# everos-local

## Installation

```bash
pip install everos-local
```

## Usage

```python
from everos_local import ...
```

## License

MIT © 2026 EverMindAI
