Metadata-Version: 2.1
Name: edit_anki
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

[![License](https://img.shields.io/github/license/dobefore/edit_anki)](https://github.com/dobefore/edit_anki/blob/master/LINCENSE)
[![Github contributors](https://img.shields.io/github/contributors/dobefore/edit_anki?label=github%20contributors)](https://github.com/dobefore/edit_anki/graphs/contributors)
[](https://img.shields.io/github/last-commit/dobefore/edit_anki)
[](https://img.shields.io/github/v/release/dobefore/edit_anki)
[![Python version](https://img.shields.io/pypi/pyversions/edit_anki)](https://github.com/dobefore/edit_anki/blob/develop/pyproject.toml)
[![PyPI version](https://img.shields.io/pypi/v/edit_anki?label=pypi%20version)](https://pypi.org/project/edit_anki)
[![PyPI downloads](https://img.shields.io/pypi/dm/edit_anki?label=pypi%20downloads)](https://pypi.org/project/edit_anki)


This project mainly focuses on Modifying Anki existing collections and decks.It uses PYO3 to generate the native python module,so you can use it as a python dependency. 

## Features It has
1. Midify exist notes of cards.
- add notes
- remove notes
- change field contents of a note
## Quick start

## How to use
details see [examples](examples)
## Feature Request
This project is in its early stage. You are welcome to request new features if it would not
satisfy your needs. 

## License
see [License](LICENSE)
## Reference
This project is based on [Anki project](https://github.com/ankitects/anki)


