Metadata-Version: 2.2
Name: attractors
Version: 2.0.0a1
Summary: A great package.
Author-email: vdesmond <vignesh.desmond@gmail.com>
Project-URL: Homepage, https://github.com/vdesmond/attractors
Project-URL: Bug Tracker, https://github.com/vdesmond/attractors/issues
Project-URL: Discussions, https://github.com/vdesmond/attractors/discussions
Project-URL: Changelog, https://github.com/vdesmond/attractors/releases
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: numba>=0.60.0
Requires-Dist: numpy>=2.0.2
Requires-Dist: setuptools>=75.7.0
Provides-Extra: dev
Requires-Dist: pytest>=6; extra == "dev"
Requires-Dist: pytest-cov>=3; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"

<div align="center">
<p>
    <img width="300" src="./docs/source/attractors.gif">
</p>
<h1>attractors</h1>
attractors is a package for simulation and visualization of strange attractors.
</div>

## Installation

```bash
pip install attractors
```

From source:
```bash
git clone https://github.com/vdesmond/attractors
cd attractors
pip install .
```

## Dependencies
- python >= 3.11
- matplotlib>=3.10.0
- numba>=0.60.0

## Basic Usage


## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.

## License

Distributed under the terms of the [MIT license](LICENSE).


<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/vdesmond/attractors/workflows/CI/badge.svg
[actions-link]:             https://github.com/vdesmond/attractors/actions
[pypi-link]:                https://pypi.org/project/attractors/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/attractors
[pypi-version]:             https://img.shields.io/pypi/v/attractors
<!-- prettier-ignore-end -->
