Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit fbe98e4

Browse files
committed
Extend README
1 parent 85b88f4 commit fbe98e4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# python-makemkv
22

3+
[![PyPI](https://img.shields.io/pypi/v/makemkv.svg?logo=pypi)](https://pypi.python.org/pypi/makemkv)
4+
[![Python](https://img.shields.io/pypi/pyversions/makemkv.svg?logo=python)](https://pypi.python.org/pypi/makemkv)
5+
[![License](https://img.shields.io/pypi/l/makemkv.svg)](https://pypi.python.org/pypi/makemkv)
6+
[![Code Style](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)
7+
[![CI](https://github.com/d-k-bo/python-makemkv/actions/workflows/ci.yml/badge.svg)](https://github.com/d-k-bo/python-makemkv/actions/workflows/ci.yml)
8+
[![Codecov](https://img.shields.io/codecov/c/github/d-k-bo/python-makemkv)](https://app.codecov.io/gh/d-k-bo/python-makemkv)
9+
310
python-makemkv is a simple python wrapper for [MakeMKV](https://www.makemkv.com/) (written by
411
GuinpinSoft inc.). While it can be imported as a module, it also offers
512
a command-line interface that tries to be more intuitive than
@@ -101,3 +108,15 @@ Commands:
101108
info Display information about a disc.
102109
mkv Copy titles from disc.
103110
```
111+
112+
## Contributing
113+
114+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
115+
116+
Please use [nox](https://nox.thea.codes/en/stable/tutorial.html) to format, lint, type-check and test your code by calling `nox` in your project directory.
117+
118+
## License
119+
120+
This project is licensed under the MIT License.
121+
122+
See [LICENSE](LICENSE) for more information.

0 commit comments

Comments
 (0)