22NuoDB - 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.
1814Requirements
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
3229Installation
3330------------
@@ -102,9 +99,11 @@ NuoDB Documentation: https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
10299License
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