https://github.com/alvaropaco/vote360
A open source, trustworthy, auditable and democratic distributed voting platform.
https://github.com/alvaropaco/vote360
democracy pyramid python vote vote360
Last synced: about 2 months ago
JSON representation
A open source, trustworthy, auditable and democratic distributed voting platform.
- Host: GitHub
- URL: https://github.com/alvaropaco/vote360
- Owner: alvaropaco
- License: apache-2.0
- Created: 2018-09-27T20:14:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T20:17:05.000Z (over 6 years ago)
- Last Synced: 2025-02-12T09:59:44.175Z (4 months ago)
- Topics: democracy, pyramid, python, vote, vote360
- Language: CSS
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
Pyramid Scaffold
================Getting Started
---------------- Change directory into your newly created project.
cd Vote360
- Create a Python virtual environment.
python3 -m venv env
- Upgrade packaging tools.
env/bin/pip install --upgrade pip setuptools
- Install the project in editable mode with its testing requirements.
env/bin/pip install -e ".[testing]"
- Run your project's tests.
env/bin/pytest
- Run your project.
env/bin/pserve development.ini