Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur_Anand <[email protected]>
  • Loading branch information
AnkurAnand11 committed Oct 19, 2023
1 parent 00c47e0 commit 4153155
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
readme = "README.md"
repository = "https://github.com/pravega/pravega-client-rust"
repository = "https://github.com/pravega/pravega-client-python"
license = "Apache-2.0"
description = "Pravega client"
authors = ["Pravega Community"]
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
![CIbuild](https://github.com/pravega/pravega-client-rust/workflows/CIbuild/badge.svg)
[![codecov](https://codecov.io/gh/pravega/pravega-client-rust/branch/master/graph/badge.svg?token=XEjqMkINCV)](https://codecov.io/gh/pravega/pravega-client-rust)

# Pravega Python client.

This project provides a way to interact with [Pravega](http://pravega.io) using Python client.
Expand All @@ -9,10 +6,7 @@ Pravega is an open source distributed storage service implementing Streams. It o
the foundation of reliable storage systems: a high-performance, durable, elastic, and unlimited append-only byte stream
with strict ordering and consistency.

This project supports interaction with Pravega for Python versions 3.8+. For a quick tutorial on the Python bindings
visit the [book](https://pravega.github.io/pravega-client-rust/Python/PythonBindings.html).

Also check out the Pravega Python client [API documents](https://pravega.github.io/pravega-client-rust/python/pravega_client.html).
This project supports interaction with Pravega for Python versions 3.8+.
## Install

The client library can be installed using pip.
Expand Down
2 changes: 1 addition & 1 deletion book/src/Python/PythonBindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The below section provides a Pravega Python API tutorial for the Rust based Pravega Native client. This tutorial is a
companion to [Pravega Python API](../python/pravega_client.html)

Also, check out the [repo](https://github.com/pravega/pravega-client-rust/tree/master/python).
Also, check out the [repo](https://github.com/pravega/pravega-client-python/tree/master/python).

## StreamManager

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ classifiers = ["Development Status :: 5 - Production/Stable", "License :: OSI Ap
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",]
requires-python = ">=3.7"
url= "https://pravega.github.io/pravega-client-rust/"
url= "https://pravega.github.io/pravega-client-python/"
Empty file removed tests/__init__.py
Empty file.

0 comments on commit 4153155

Please sign in to comment.