Skip to content

Commit 89e37fe

Browse files
authored
Merge pull request #232 from poissoncorp/v7.0
RDBC-889 7.0 README.md
2 parents 2b5b697 + 9f2b0b6 commit 89e37fe

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ Install from [PyPi](https://pypi.python.org/pypi), as [ravendb](https://pypi.org
66
```bash
77
pip install ravendb
88
````
9-
## Introduction and changelog
10-
Python client API (v7.0) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
11-
12-
Although new API isn't compatible with the previous one, it comes with **many improvements and new features**.
139

14-
**Package has been reworked to match Java and other RavenDB clients**
10+
## Introduction and changelog
11+
Python client API (v7.0) for [RavenDB](https://ravendb.net/), a NoSQL document database.
1512

1613
**Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense
1714

@@ -136,9 +133,8 @@ Although new API isn't compatible with the previous one, it comes with **many im
136133

137134

138135
### **Coming soon, work in progress**
139-
- Time Series
140136
- Replication & ETL Commands
141-
- Streaming (ready, will be merged on v5.4 - https://github.com/ravendb/ravendb-python-client/pull/168)
137+
- Streaming (https://github.com/ravendb/ravendb-python-client/pull/168)
142138

143139
----
144140

README_pypi.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ pip install ravendb
1010
## Introduction
1111
Python client API (v7.0) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
1212

13-
Although new API isn't compatible with the previous one, it comes with **many improvements and new features**.
14-
15-
**Package has been reworked to match Java and other RavenDB clients**
16-
1713
**Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense
1814

19-
2015
## Releases
2116

2217
* [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
133128
-----
134129

135130
### **Coming soon, work in progress**
136-
- Counters & Time Series
137131
- Replication & ETL Commands
138-
- Streaming (ready, will be merged on v5.4 - https://github.com/ravendb/ravendb-python-client/pull/168)
132+
- Streaming (https://github.com/ravendb/ravendb-python-client/pull/168)
139133

140134
----
141135

0 commit comments

Comments
 (0)