A bookmark organizing service for real pinheads.
|
|
преди 5 години | |
|---|---|---|
| assets | преди 5 години | |
| lc | преди 5 години | |
| screenshots | преди 5 години | |
| scripts | преди 5 години | |
| stubs | преди 5 години | |
| templates | преди 5 години | |
| tests | преди 5 години | |
| .gitignore | преди 5 години | |
| DEVELOPING.md | преди 5 години | |
| README.md | преди 5 години | |
| lament-configuration.py | преди 5 години | |
| poetry.lock | преди 5 години | |
| pyproject.toml | преди 5 години | |
| tasks.py | преди 5 години |
Bookmark organizing for pinheads.
#food/bread will also be visible under #foodYou'll need poetry installed, and having invoke installed makes it easier.
# install all the needed dependencies
$ inv install
# run all the tests
$ inv test
# run a local test server at port 9999
$ inv run -p 9999
All the code here is auto-formatted by black, which should be installed by the inv install. Running inv fmt on a clean branch will run black over all Python files and commit those changes automatically; if the repository is dirty then it will run the formatter but won't try to commit anything.