Skip to content

Commit

Permalink
Merge pull request #2 from open-spaced-repetition/update-ownership-info
Browse files Browse the repository at this point in the history
Update ownership info
  • Loading branch information
joshdavham authored Nov 1, 2024
2 parents 58adfa0 + 8fbd780 commit 59b0e46
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ In this short guide, you will get a quick overview of how you can contribute to

If you encounter an issue with anki-sm-2 and would like to report it, you'll first want to make sure you're using the latest version of anki-sm-2.

The latest version of anki-sm-2 can be found under [releases](https://github.com/joshdavham/anki-sm-2/releases) and you can verify the version of your current installation with the following command:
The latest version of anki-sm-2 can be found under [releases](https://github.com/open-spaced-repetition/anki-sm-2/releases) and you can verify the version of your current installation with the following command:
```
pip show anki-sm-2
```

Once you've confirmed your version, please report your issue in the [issues tab](https://github.com/joshdavham/anki-sm-2/issues).
Once you've confirmed your version, please report your issue in the [issues tab](https://github.com/open-spaced-repetition/anki-sm-2/issues).

## Contributing code

Expand Down
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<div align="center">
<img src="https://avatars.githubusercontent.com/u/96821265?s=200&v=4" height="100" alt="Open Spaced Repetition logo"/>
</div>
<div align="center">

# Anki SM-2
</div>

<div align="center">
<em>🌟 Anki's SM-2-based spaced repetition algorithm 🌟</em>
</div>
<br />
<div align="center" style="text-decoration: none;">
<a href="https://pypi.org/project/anki-sm-2/"><img src="https://img.shields.io/pypi/v/anki-sm-2"></a>
<a href="https://github.com/open-spaced-repetition/anki-sm-2/blob/main/LICENSE" style="text-decoration: none;"><img src="https://img.shields.io/badge/License-AGPL--3.0-brightgreen.svg"></a>
</div>
<br />

<div align="left">
<strong>
Python package implementing Anki's <a href="https://docs.ankiweb.net/deck-options.html#new-cards">SM-2-based algorithm</a> for spaced repetition scheduling.
</strong>
</div>

## Installation

Expand Down Expand Up @@ -101,4 +123,8 @@ Once this package is considered stable, the **Major** version will be bumped to

## Contribute

Checkout [CONTRIBUTING](https://github.com/joshdavham/anki-sm-2/blob/main/CONTRIBUTING.md) to help improve Anki SM-2!
Checkout [CONTRIBUTING](https://github.com/open-spaced-repetition/anki-sm-2/blob/main/CONTRIBUTING.md) to help improve Anki SM-2!

## Official implementation

You can find the code for Anki's official Rust-based scheduler [here](https://github.com/ankitects/anki/tree/main/rslib/src/scheduler).
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "anki-sm-2"
version = "0.1.0"
version = "0.1.1"
description = "Anki SM-2 based spaced repetition scheduler"
readme = "README.md"
authors = [{ name = "Joshua Hamilton", email = "hamiltonjoshuadavid@gmail.com" }]
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent"
]
keywords=['anki', 'sm-2', 'spaced-repetition', 'flashcard']
Expand Down

0 comments on commit 59b0e46

Please sign in to comment.