Skip to content

Commit

Permalink
few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesmond committed Jan 11, 2025
1 parent 036b97d commit 5312a55
Show file tree
Hide file tree
Showing 45 changed files with 315 additions and 1,790 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repos:
- id: mixed-line-ending
- id: name-tests-test
args: ["--pytest-test-first"]
- id: requirements-txt-fixer
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand All @@ -28,12 +27,3 @@ repos:
args: ["--fix", "--show-fixes"]
# then, format
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.1"
hooks:
- id: mypy
files: src
args: []
additional_dependencies:
- pytest
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
# attractors

[![Actions Status][actions-badge]][actions-link]
[![PyPI version][pypi-version]][pypi-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

A great package.
<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
python -m pip install attractors
pip install attractors
```

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

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

## Basic Usage


## Contributing
Expand Down
Loading

0 comments on commit 5312a55

Please sign in to comment.