You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
python-makemkv is a simple python wrapper for [MakeMKV](https://www.makemkv.com/) (written by
4
11
GuinpinSoft inc.). While it can be imported as a module, it also offers
5
12
a command-line interface that tries to be more intuitive than
@@ -101,3 +108,15 @@ Commands:
101
108
info Display information about a disc.
102
109
mkv Copy titles from disc.
103
110
```
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.
0 commit comments