Skip to content

Commit c0aa913

Browse files
Joel LeeJoel Lee
Joel Lee
authored and
Joel Lee
committed
Initial commit
1 parent 050e280 commit c0aa913

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Supabase
3+
Copyright (c) 2020 Joel Lee
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# supabase-py
22

3-
Supabase client for Python.
3+
Supabase client for Python. This mirrors the design of [supabase-js](https://github.com/supabase/supabase-js/blob/master/README.md)
4+
5+
## Usage
6+
7+
`pip3 install gotrue`
8+
49

510
### See issues for what to work on
611

712
Rough roadmap:
8-
913
- [ ] Wrap [Postgrest-py](https://github.com/supabase/postgrest-py/)
10-
- [ ] Write Realtime-py (Use [realtime-js](https://github.com/supabase/realtime-js) as reference implementation) (implementation started by @Jeffery Kwoh @Joel and @Lionell Loh)
11-
- [ ] Wrap Realtime-py (Use [supabase-js](https://github.com/supabase/supabase-js) as reference implementation)
12-
- [ ] Write Gotrue-py (for auth) (Use [gotrue-js](https://github.com/netlify/gotrue-js) as reference implementation)
13-
- [ ] Wrap Gotrue-py
14+
- [ ] Wrap [Realtime-py](https://github.com/supabase/realtime-py)
15+
- [ ] Wrap [Gotrue-py](https://github.com/J0/gotrue-py)

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "supabase-py"
33
version = "0.0.1"
44
description = "Supabase client for Python."
5-
authors = ["Lương Quang Mạnh <[email protected]>"]
5+
authors = ["Joel Lee <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)