Skip to content

Commit 12734e1

Browse files
committed
Rename project
1 parent 5cfc52b commit 12734e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# postgrest_py
1+
# postgrest-py
22

33
PostgREST client for Python. This library provides an ORM interface to PostgREST.
44

@@ -17,7 +17,7 @@ Status: **Unstable**
1717
#### With Poetry
1818

1919
```sh
20-
$ poetry add git+https://github.com/lqmanh/postgrest_py.git#v0.1.1
20+
$ poetry add postgrest-py
2121
```
2222

2323
## USAGE
@@ -67,8 +67,8 @@ await client.from_("countries").eq("name", "Việt Nam").delete().execute()
6767

6868
## CHANGELOG
6969

70-
Read more [here](https://github.com/lqmanh/postgrest_py/blob/master/CHANGELOG.md).
70+
Read more [here](https://github.com/lqmanh/postgrest-py/blob/master/CHANGELOG.md).
7171

7272
## TODO
7373

74-
Read more [here](https://github.com/lqmanh/postgrest_py/blob/master/TODO.md).
74+
Read more [here](https://github.com/lqmanh/postgrest-py/blob/master/TODO.md).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "postgrest_py"
2+
name = "postgrest-py"
33
version = "0.2.0"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>"]

0 commit comments

Comments
 (0)