A bookmark organizing service for real pinheads.
Trevor Elliott a48d5661d3 Wrap Link#update_from_request in a transaction | il y a 4 ans | |
---|---|---|
assets | il y a 4 ans | |
lc | il y a 4 ans | |
screenshots | il y a 4 ans | |
scripts | il y a 4 ans | |
stubs | il y a 4 ans | |
templates | il y a 4 ans | |
tests | il y a 4 ans | |
.drone.yml | il y a 4 ans | |
.gitignore | il y a 4 ans | |
DEVELOPING.md | il y a 4 ans | |
README.md | il y a 4 ans | |
lament-configuration.py | il y a 4 ans | |
poetry.lock | il y a 4 ans | |
pyproject.toml | il y a 4 ans | |
tasks.py | il y a 4 ans |
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.