A minimalist collective buying software.
Find a file
2019-04-14 09:41:55 +02:00
copanier WIP: deal with product packing 2019-04-14 09:41:55 +02:00
remote Use framagit to deploy 2019-04-13 10:08:06 +02:00
tests WIP: deal with product packing 2019-04-14 09:41:55 +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