17 lines
275 B
Markdown
17 lines
275 B
Markdown
Python interface into my life
|
|
|
|
|
|
# Setting up
|
|
```
|
|
cp with_my.example with_my
|
|
|
|
# edit path to your private configuration now:
|
|
vim with_my
|
|
```
|
|
TODO add instructions to try it?
|
|
|
|
|
|
# Usage example
|
|
```
|
|
with_my python3 -c 'import my.books.kobo as kobo; print(kobo.get_todos())'
|
|
```
|