Skip to content

Commit f38ea61

Browse files
committed
update roadmap
1 parent 94609dc commit f38ea61

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@
66
- Typed Python objects.
77
- Most intuitive and easy to use.
88

9+
## Roadmap
10+
11+
- [x] Call Python in Go.
12+
- [x] Basic types.
13+
- [x] Integers.
14+
- [x] Floats.
15+
- [x] Strings.
16+
- [x] Bytes.
17+
- [x] Booleans.
18+
- [x] Lists.
19+
- [x] Tuples.
20+
- [x] Dicts.
21+
- [x] Modules.
22+
- [ ] Functions
23+
- [x] Keyword arguments.
24+
- [x] Mapping arguments and return values.
25+
- [ ] Default arguments.
26+
- [ ] Call Go in Python.
27+
- [x] Export Go functions, struct types to Python.
28+
- [ ] Auto export field types if it's a struct.
29+
- [ ] Auto generate function signatures (used by gradio).
30+
- [x] Basic tests on common used libraries.
31+
- [x] matplotlib
32+
- [x] gradio
33+
934
## Examples
1035

1136
See the [examples](_demo).

0 commit comments

Comments
 (0)