Metadata-Version: 2.4
Name: rey.py
Version: 0.0.0
Summary: Rey namespace package.
Author-email: Szymon Talaga <stalaga@protonmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/reysci/rey
Project-URL: Issues, https://github.com/reysci/rey/issues
Project-URL: Documentation, https://rey.readthedocs.io
Keywords: python,package
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: ipdb; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: pytest-sugar>=1.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Requires-Dist: nox>=2023.0.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=5.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
Requires-Dist: myst-parser>=1.0.0; extra == "docs"
Dynamic: license-file

# rey

Rey namespace package.

## Installation

```bash
pip install rey.py
```

### Install from GitHub

```bash
pip install git+ssh://git@github.com/reysci/rey.py.git
```

## Usage

```python
import rey

# Add your usage examples here
```

## Development

For development installation:

```bash
git clone git@github.com:reysci/rey.py.git
cd rey
conda env create -f environment.yml
conda activate rey
make init
```

### Testing

Run the test suite using pytest:

```bash
pytest # 'make test' also works
```

## License


This project is licensed under the MIT License - see the LICENSE file for details.
