Metadata-Version: 2.2
Name: attractors
Version: 2.0.0b1
Summary: A package for simulation and visualization of strange attractors
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 :: 5 - Production/Stable
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.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

<div align="center">
<p>
    <img src="https://res.cloudinary.com/vdesmond/image/upload/c_thumb,w_800,g_face/attractors_y4tepz.gif" />
</p>
<h1>attractors</h1>

attractors is a package for simulation and visualization of strange attractors.
</div>

[![codecov](https://codecov.io/github/vdesmond/attractors/graph/badge.svg?token=91EPQN331H)](https://codecov.io/github/vdesmond/attractors)

## 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 -->
