From 9f2b0b6439fb347b7a90daabac60d628e74d724c Mon Sep 17 00:00:00 2001 From: Gracjan Sadowicz Date: Wed, 12 Feb 2025 12:53:26 +0100 Subject: [PATCH] RDBC-889 7.0 README.md --- README.md | 10 +++------- README_pypi.md | 8 +------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9b2d34d9..9d799098 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,9 @@ Install from [PyPi](https://pypi.python.org/pypi), as [ravendb](https://pypi.org ```bash pip install ravendb ```` -## Introduction and changelog -Python client API (v7.0) for [RavenDB](https://ravendb.net/) , a NoSQL document database. - -Although new API isn't compatible with the previous one, it comes with **many improvements and new features**. -**Package has been reworked to match Java and other RavenDB clients** +## Introduction and changelog +Python client API (v7.0) for [RavenDB](https://ravendb.net/), a NoSQL document database. **Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense @@ -136,9 +133,8 @@ Although new API isn't compatible with the previous one, it comes with **many im ### **Coming soon, work in progress** - - Time Series - Replication & ETL Commands - - Streaming (ready, will be merged on v5.4 - https://github.com/ravendb/ravendb-python-client/pull/168) + - Streaming (https://github.com/ravendb/ravendb-python-client/pull/168) ---- diff --git a/README_pypi.md b/README_pypi.md index cf8031f0..5b92e1b1 100644 --- a/README_pypi.md +++ b/README_pypi.md @@ -10,13 +10,8 @@ pip install ravendb ## Introduction Python client API (v7.0) for [RavenDB](https://ravendb.net/) , a NoSQL document database. -Although new API isn't compatible with the previous one, it comes with **many improvements and new features**. - -**Package has been reworked to match Java and other RavenDB clients** - **Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense - ## Releases * [Click here](https://github.com/ravendb/ravendb-python-client/releases) to view all Releases and Changelog. @@ -133,9 +128,8 @@ Although new API isn't compatible with the previous one, it comes with **many im ----- ### **Coming soon, work in progress** -- Counters & Time Series - Replication & ETL Commands -- Streaming (ready, will be merged on v5.4 - https://github.com/ravendb/ravendb-python-client/pull/168) +- Streaming (https://github.com/ravendb/ravendb-python-client/pull/168) ----