Add some wild west references
This commit is contained in:
parent
c6c20acf42
commit
397b040b1e
11
README.md
11
README.md
@ -34,6 +34,17 @@ We use [trio-gtk](https://github.com/decentral1se/trio-gtk). In practice, this m
|
|||||||
2. In your hook function, call your asynchronous function via the `self.nursery.start_soon` API
|
2. In your hook function, call your asynchronous function via the `self.nursery.start_soon` API
|
||||||
3. Define your asynchronous function with `async def` and use the `await` keyword as usual
|
3. Define your asynchronous function with `async def` and use the `await` keyword as usual
|
||||||
|
|
||||||
|
### References in the Wild West
|
||||||
|
|
||||||
|
There isn't much but there is stuff out there!
|
||||||
|
|
||||||
|
- https://github.com/exaile/exaile
|
||||||
|
- https://github.com/virtuald/pygi-composite-templates
|
||||||
|
- https://github.com/sharkwouter/minigalaxy
|
||||||
|
- https://developer.puri.sm/Librem5/Apps/Gnome.html
|
||||||
|
|
||||||
|
Also try the `#glade` channel on the Gnome IRC.
|
||||||
|
|
||||||
## operations:
|
## operations:
|
||||||
|
|
||||||
### github mirror:
|
### github mirror:
|
||||||
|
Loading…
Reference in New Issue
Block a user