added datetime integration
This commit is contained in:
@@ -46,6 +46,10 @@ Exported functions:
|
||||
- `reflow(text)`: split text into a list of lines not exceeding terminal width
|
||||
- `print_paged(text)`: reflow and print the text in a paginated manned, prompting for Enter presses to move to the next page
|
||||
|
||||
### `deck.time`
|
||||
|
||||
A wrapper for standard Python `date`, `time` and `datetime` modules. Just run `from deck.time import *` to activate.
|
||||
|
||||
### `deck.chat`
|
||||
|
||||
A generic chat UI helper library. Exports a single class called `DeckChat` with the following parameters:
|
||||
@@ -251,10 +255,10 @@ The foundational module set is going to at least include high-level capabilities
|
||||
- exposing low-level socket and HTTP APIs (done),
|
||||
- high-level HTTP APIs,
|
||||
- high-level LLM APIs (partially done),
|
||||
- date and time informaion,
|
||||
- date and time informaion (done),
|
||||
- file system manipulation (done),
|
||||
- text viewing and editing (done),
|
||||
- device information collection,
|
||||
- device information collection (partially done),
|
||||
- chat UI creation (done).
|
||||
|
||||
After all this is implemented, future phases may also include device-specific features like GPS, graphics, sound and touchscreen input.
|
||||
|
||||
Reference in New Issue
Block a user