Skip to content

fbeziaud/pyoupyou

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.0%
  • HTML 24.9%
  • JavaScript 1.7%
  • CSS 1.2%
  • Shell 0.2%