Skip to content

Commit 42307f7

Browse files
author
Johannes Hötter
committed
rename to refinery-python-sdk
1 parent de1fe1b commit 42307f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![refinery repository](https://uploads-ssl.webflow.com/61e47fafb12bd56b40022a49/62cf1c3cb8272b1e9c01127e_refinery%20sdk%20banner.png)](https://github.com/code-kern-ai/refinery)
22
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
3-
[![pypi 1.0.0](https://img.shields.io/badge/pypi-1.0.0-yellow.svg)](https://pypi.org/project/refinery-python/1.0.0/)
3+
[![pypi 1.0.0](https://img.shields.io/badge/pypi-1.0.0-yellow.svg)](https://pypi.org/project/refinery-python-sdk/1.0.0/)
44

55
This is the official Python SDK for [*refinery*](https://github.com/code-kern-ai/refinery), the **open-source** data-centric IDE for NLP.
66

@@ -23,7 +23,7 @@ If you like what we're working on, please leave a ⭐!
2323

2424
## Installation
2525

26-
You can set up this SDK either via running `$ pip install refinery-python`, or by cloning this repository and running `$ pip install -r requirements.txt`.
26+
You can set up this SDK either via running `$ pip install refinery-python-sdk`, or by cloning this repository and running `$ pip install -r requirements.txt`.
2727

2828
## Usage
2929

@@ -216,7 +216,7 @@ Let us know what open-source/closed-source NLP framework you are using, for whic
216216
- [x] Fetch project statistics
217217

218218

219-
If you want to have something added, feel free to open an [issue](https://github.com/code-kern-ai/refinery-python/issues).
219+
If you want to have something added, feel free to open an [issue](https://github.com/code-kern-ai/refinery-python-sdk/issues).
220220

221221
## Contributing
222222
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = file.read()
1010

1111
setup(
12-
name="refinery-python",
12+
name="refinery-python-sdk",
1313
version="1.0.0",
1414
author="jhoetter",
1515
author_email="johannes.hoetter@kern.ai",

0 commit comments

Comments
 (0)