Skip to content

Commit 2246e70

Browse files
committed
Chore: Improve README
1 parent 81f7fe6 commit 2246e70

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.rst

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,32 @@ for further examples.
5757
Migration Notes
5858
===============
5959
This package, `pytest-cratedb`_ is a drop-in replacement for its predecessor
60-
package `pytest-crate`_.
61-
62-
63-
.. _CrateDB: https://cratedb.com
60+
package `pytest-crate`_. It is recommended to uninstall the latter package
61+
before install the newer one in your Python environment.
62+
63+
Documentation and Help
64+
======================
65+
- `CrateDB Python Client documentation`_
66+
- `CrateDB reference documentation`_
67+
- `CrateDB cr8 utilities`_
68+
- Other `support channels`_
69+
70+
Contributions
71+
=============
72+
The Pytest CrateDB Plugin is an open source project, and is `managed on
73+
GitHub`_. We appreciate contributions of any kind.
74+
75+
76+
.. _crate-python: https://pypi.org/project/crate/
77+
.. _CrateDB: https://github.com/crate/crate
78+
.. _CrateDB Python Client documentation: https://cratedb.com/docs/python/
79+
.. _CrateDB cr8 utilities: https://github.com/mfussenegger/cr8/
80+
.. _CrateDB reference documentation: https://cratedb.com/docs/reference/
81+
.. _DB API 2.0: https://peps.python.org/pep-0249/
82+
.. _managed on GitHub: https://github.com/crate/pytest-cratedb
83+
.. _PyPI: https://pypi.org/
6484
.. _pytest: https://docs.pytest.org
85+
.. _support channels: https://cratedb.com/support/
86+
6587
.. _pytest-crate: https://pypi.org/project/pytest-crate/
6688
.. _pytest-cratedb: https://pypi.org/project/pytest-cratedb/

0 commit comments

Comments
 (0)