Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.93 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.93 KB

python.cz

Czech Python community homepage.

Build Status Test Coverage

Installation

The code is Python 3 (the production Python version is 3.4).

$ pip install .

Development

The site uses GitHub API. For certian pages to work correctly, you need to set the GITHUB_TOKEN environment variable to a GitHub Personal Access Token (no scopes needed).

$ export GITHUB_TOKEN=...
$ python runserver.py

Deployment

The site gets automatically deployed after any push to the master branch. See documentation in the deployment directory.

Authors & Contributions

This site is community effort and contributions are very welcome! See the Hall of fame for the most active contributors.

The site is backed by Pyvec, nonprofit organization dedicated to support of Python in the Czech Republic. Honza Javorek is the original author, core commiter and maintainer of python.cz.

License

MIT