Files
pipenv/peeps/PEEP-001.md
T
2018-09-02 09:00:59 -07:00

941 B
Raw Blame History

PEEP-001: Pipenv Governance Model

ACCEPTED

Pipenv will be governed by a BDFL (Kenneth Reitz), and a board of maintainers (trusted collaborators to the project on GitHub).

BDFL Responsibility & PEEP Acceptance

The approval of future PEEPs is the responsiblity of the BDFL, unless they defer the decisionmaking to the trusted board of maintainers, for a given PEEP. The BDFL may write new PEEPs at any time.

Trusted Maintainer Responsibility

  • Maintain Pipenv's alreadyestablished interface — prevent it from eroding.
  • Polish what already exists. Do not craft.
  • Enforce the PEEP process.

Community Responsibility

  • Reduce the burden on the maintainers by not requesting new features or changes in functionality, unless by the PEEP process.
  • Avoid writing PEEPs, unless it seems absolutely neccessary, and in the best interest of the entire Python community.
  • Remember, all deltas are risks.