Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philschatz/kitchen.py
https://github.com/philschatz/kitchen.py
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/philschatz/kitchen.py
- Owner: philschatz
- License: agpl-3.0
- Created: 2020-07-22T18:08:31.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-06T20:52:57.000Z (over 2 years ago)
- Last Synced: 2024-11-19T15:56:42.721Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo list
- [x] Query operations (`.search()`, `.first()`, `.contains()`)
- [x] Manipulation operations (`.set_name()`, `.add_class()`, `.remove_class()`, `.prepend()`, `.append()`, `.replace_children()`, `.trash()`)
- [x] Clipboard operations (`.cut()`, `.copy()`, `.paste()`)
- [x] Counters (`.increment`, `.get`, `.reset`)
- [ ] [Book-Oriented Usage](https://github.com/openstax/kitchen#book-oriented-usage)