pyoupyou is a recruitment management software that make life easier for all people involved in the recruitment process
pyoupyou is available under the GNU Affero Public License v3 or newer (AGPL 3+). http://www.gnu.org/licenses/agpl-3.0.html
- Python 3.6 (not tested with other versions)
- pip for installing requirements
pip install -r dev-requirements.txt
- pip install -r prod-requirements.txt
To contribute do Pull Request against this repository
We follow pep8. However we accept line up to 120 characters.
Exception are made for django generated code like migrations.
pycodestyle --config=.pep8 .
To format string using format will be prefered over the % syntax. In order to facilitate translation we will use named placeholder
"This is a {state} example".format(state="good")