Skip to content

Commit 446604c

Browse files
README: Update badges, requirements and links (#189)
* Update badges, requirements and links Use CircleCI badge link. Update links for consistency. Support Python 2.7 and 3.6+ while noting 3.8+ is recommended
1 parent c83a407 commit 446604c

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.rst

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
NuoDB - Python
33
==============
44

5-
.. image::https://circleci.com/gh/nuodb/nuodb-python.svg?style=svg
6-
:target: https://circleci.com/gh/nuodb/nuodb-python
7-
:alt: Test Results
8-
.. image:: https://gitlab.com/cadmin/nuodb-python/badges/master/pipeline.svg
9-
:target: https://gitlab.com/nuodb-mirror/nuodb-python/-/jobs
10-
:alt: Dependency Verification
5+
.. image:: https://dl.circleci.com/status-badge/img/gh/nuodb/nuodb-python/tree/master.svg?style=svg
6+
:target: https://dl.circleci.com/status-badge/redirect/gh/nuodb/nuodb-python/tree/master
117

128
.. contents::
139

@@ -18,16 +14,17 @@ with limited support and testing from NuoDB.
1814
Requirements
1915
------------
2016

21-
* Python -- one of the following:
17+
* Python >= 2.7
2218

23-
- CPython_ >= 2.7
19+
- Recommended Python version >= 3.8
2420

25-
* NuoDB -- one of the following:
21+
- Tested with CPython_ 2.7 and 3.6
2622

27-
- NuoDB_ >= 2.0.4
23+
* NuoDB_ >= 6.0.2
2824

29-
If you don't have a NuoDB domain available you can create one using the Docker
30-
image on DockerHub. See `Quick Start Guides / Docker <https://doc.nuodb.com/nuodb/latest/quick-start-guide/docker/>`_.
25+
| If you don't have a NuoDB domain available you can create one using the Docker
26+
image on DockerHub.
27+
| See `Quick Start Guides / Docker`_.
3128
3229
Installation
3330
------------
@@ -102,9 +99,11 @@ NuoDB Documentation: https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
10299
License
103100
-------
104101

105-
PyNuoDB is licensed under a `BSD 3-Clause License <https://github.com/nuodb/nuodb-python/blob/master/LICENSE>`_.
102+
PyNuoDB is licensed under a `BSD 3-Clause License`_.
106103

107104
.. _Documentation: https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
108105
.. _NuoDB: https://www.nuodb.com/
109106
.. _CPython: https://www.python.org/
110107
.. _PEP 249: https://www.python.org/dev/peps/pep-0249/
108+
.. _Quick Start Guides / Docker: https://doc.nuodb.com/nuodb/latest/quick-start-guide/docker/
109+
.. _BSD 3-Clause License: https://github.com/nuodb/nuodb-python/blob/master/LICENSE

0 commit comments

Comments
 (0)