@@ -4,20 +4,18 @@ Open Archiefbeheer
4
4
5
5
:Version: 0.1.0
6
6
:Source: https://github.com/maykinmedia/open-archiefbeheer
7
- :Keywords: ``<keywords> ``
8
- :PythonVersion: 3.11
7
+ :Keywords: ``open-archiefbeheer archiveren zaken ``
8
+ :PythonVersion: 3.12
9
9
10
- |build-status | |requirements |
10
+ |build-status | |code-quality | | black | | coverage | | python-versions | | docker |
11
11
12
- ``<oneliner describing the project> ``
13
-
14
- Developed by `Maykin Media B.V. `_ for ``<client> ``
12
+ Open Archiefbeheer is an app to manage the archiving process of cases.
15
13
16
14
17
15
Introduction
18
16
============
19
17
20
- `` <describe the project in a few paragraphs and briefly mention the features> ``
18
+ # To do
21
19
22
20
23
21
Documentation
@@ -27,20 +25,31 @@ See ``INSTALL.rst`` for installation instructions, available settings and
27
25
commands.
28
26
29
27
30
- References
31
- ==========
32
-
33
- * `Issues <https://taiga.maykinmedia.nl/project/openarchiefbeheer >`_
28
+ * `Issues <https://github.com/maykinmedia/open-archiefbeheer/issues >`_
34
29
* `Code <https://github.com/maykinmedia/open-archiefbeheer >`_
35
30
36
31
37
- .. |build-status | image :: http://jenkins.maykin.nl/buildStatus/icon?job=bitbucket/openarchiefbeheer/master
32
+ .. _Maykin Media B.V. : https://www.maykinmedia.nl
33
+
34
+ .. |build-status | image :: https://github.com/maykinmedia/open-archiefbeheer/actions/workflows/ci.yml/badge.svg
38
35
:alt: Build status
39
- :target: http ://jenkins.maykin.nl/job/openarchiefbeheer
36
+ :target: https ://github.com/maykinmedia/open-archiefbeheer/actions/workflows/ci.yml
40
37
41
- .. |requirements | image :: https://requires.io/bitbucket/ maykinmedia/openarchiefbeheer/requirements. svg?branch=master
42
- :target: https://requires.io/bitbucket/maykinmedia/openarchiefbeheer/requirements/?branch=master
43
- :alt: Requirements status
38
+ .. |code-quality | image :: https://github.com/ maykinmedia/open-archiefbeheer/actions/workflows/code_quality.yml/badge. svg
39
+ :alt: Code quality checks
40
+ :target: https://github.com/maykinmedia/open-archiefbeheer/actions/workflows/code_quality.yml
44
41
42
+ .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
43
+ :alt: Code style
44
+ :target: https://github.com/psf/black
45
45
46
- .. _Maykin Media B.V. : https://www.maykinmedia.nl
46
+ .. |coverage | image :: https://codecov.io/github/maykinmedia/open-archiefbeheer/branch/main/graphs/badge.svg?branch=main
47
+ :alt: Coverage
48
+ :target: https://codecov.io/gh/maykinmedia/open-archiefbeheer
49
+
50
+ .. |python-versions | image :: https://img.shields.io/badge/python-3.10-blue.svg
51
+ :alt: Supported Python versions
52
+
53
+ .. |docker | image :: https://img.shields.io/docker/v/maykinmedia/open-archiefbeheer?sort=semver
54
+ :alt: Docker image
55
+ :target: https://hub.docker.com/r/maykinmedia/open-archiefbeheer
0 commit comments