Open source code base for Vote.dev
pip install votedevfrom votedev import hello
print(hello()) # "Hello from votedev v0.1.0!"- Python 3.11+
MIT License - see LICENSE for details.
This project uses a develop branch workflow:
- Development work happens on the
developbranch - Version bumps are made in
pyproject.tomlandsrc/votedev/__init__.py - Merging
developintomaintriggers automatic publishing to PyPI