Skip to content
 
 

Repository files navigation

pyoupyou is a recruitment management software that make life easier for all people involved in the recruitment process

LICENSE

pyoupyou is available under the GNU Affero Public License v3 or newer (AGPL 3+). http://www.gnu.org/licenses/agpl-3.0.html

Install

Dependencies

  • Python 3.6 (not tested with other versions)
  • pip for installing requirements

Dev environment

pip install -r dev-requirements.txt

Prod environment

- pip install -r prod-requirements.txt

Contribute

To contribute do Pull Request against this repository

Style Guide

We follow pep8. However we accept line up to 120 characters.

Exception are made for django generated code like migrations.

pycodestyle --config=.pep8 .

Formatting string

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")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages