Skip to content

RDBC-889 7.0 README.md #232

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

----

Expand Down
8 changes: 1 addition & 7 deletions README_pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)

----

Expand Down