@@ -30,6 +30,17 @@ The object database implementation is optimized for handling large quantities of
30
30
which is achieved by using low-level structures and data streaming.
31
31
32
32
33
+ ### DEVELOPMENT STATUS
34
+
35
+ This project is in ** maintenance mode** , which means that
36
+
37
+ * …there will be no feature development, unless these are contributed
38
+ * …there will be no bug fixes, unless they are relevant to the safety of users, or contributed
39
+ * …issues will be responded to with waiting times of up to a month
40
+
41
+ The project is open to contributions of all kinds, as well as new maintainers.
42
+
43
+
33
44
### REQUIREMENTS
34
45
35
46
GitPython needs the ` git ` executable to be installed on the system and available
@@ -203,18 +214,4 @@ gpg --edit-key 4C08421980C9
203
214
204
215
New BSD License. See the LICENSE file.
205
216
206
- ### DEVELOPMENT STATUS
207
-
208
- ![ Python package] ( https://github.com/gitpython-developers/GitPython/workflows/Python%20package/badge.svg )
209
- [ ![ Documentation Status] ( https://readthedocs.org/projects/gitpython/badge/?version=stable )] ( https://readthedocs.org/projects/gitpython/?badge=stable )
210
- [ ![ Packaging status] ( https://repology.org/badge/tiny-repos/python:gitpython.svg )] ( https://repology.org/metapackage/python:gitpython/versions )
211
-
212
- This project is in ** maintenance mode** , which means that
213
-
214
- * …there will be no feature development, unless these are contributed
215
- * …there will be no bug fixes, unless they are relevant to the safety of users, or contributed
216
- * …issues will be responded to with waiting times of up to a month
217
-
218
- The project is open to contributions of all kinds, as well as new maintainers.
219
-
220
217
[ contributing ] : https://github.com/gitpython-developers/GitPython/blob/master/CONTRIBUTING.md
0 commit comments