A bookmark organizing service for real pinheads.
Trevor Elliott a48d5661d3 Wrap Link#update_from_request in a transaction | hace 4 años | |
---|---|---|
assets | hace 4 años | |
lc | hace 4 años | |
screenshots | hace 4 años | |
scripts | hace 4 años | |
stubs | hace 4 años | |
templates | hace 4 años | |
tests | hace 4 años | |
.drone.yml | hace 4 años | |
.gitignore | hace 4 años | |
DEVELOPING.md | hace 4 años | |
README.md | hace 4 años | |
lament-configuration.py | hace 4 años | |
poetry.lock | hace 4 años | |
pyproject.toml | hace 4 años | |
tasks.py | hace 4 años |
Bookmark organizing for pinheads.
#food/bread
will also be visible under #food
You'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.