A minimalist collective buying software.
Find a file
2019-04-12 15:44:56 +02:00
copanier Use product.label in reports 2019-04-12 15:44:56 +02:00
remote Manage staff through env var 2019-04-07 09:34:28 +02:00
tests Make everyone staff if not staff is on the config 2019-04-09 18:48:42 +02:00
.flake8 iwyu 2019-03-22 19:35:32 +01:00
.gitignore POC with dataclasses 2019-03-18 22:02:04 +01:00
MANIFEST.in Add MANIFEST 2019-03-24 16:20:50 +01:00
README.md A bit more README 2019-04-09 19:05:02 +02:00
requirements-dev.txt Renamed + remote 2019-03-24 15:45:58 +01:00
setup.cfg Include package data 2019-03-24 16:19:12 +01:00
setup.py non working MongoDB custom ODM 2019-03-17 19:30:10 +01:00

Copanier

Minimalist grouped command management

Local install

Dependencies:

  • python >= 3.7

  • Create a venv:

    python -m venv path/to/venv

  • Activate it:

    source path/to/venv/bin/activate

  • Install python package locally

    python setup.py develop

Run local server

Make sure venv is active, then:

copanier serve

Optionally autoreload the server when you change a python file (needs hupper):

copanier serve --reload

Then browse to http://localhost:2244