summaryrefslogtreecommitdiff
path: root/docs/dev/philosophy.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-12-23 02:07:01 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-12-23 02:07:01 -0500
commitab64052642f8de84873e2b449e06c96363a0afad (patch)
tree7074f5de9b3bb581456a5d24dffbd6817f42edbe /docs/dev/philosophy.rst
parent25a9c9fb22723f88b1a30ebce14749be3f3212c3 (diff)
downloadpython-requests-ab64052642f8de84873e2b449e06c96363a0afad.tar.gz
developer values
Diffstat (limited to 'docs/dev/philosophy.rst')
-rw-r--r--docs/dev/philosophy.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/dev/philosophy.rst b/docs/dev/philosophy.rst
index e69de29b..0569e382 100644
--- a/docs/dev/philosophy.rst
+++ b/docs/dev/philosophy.rst
@@ -0,0 +1,19 @@
+Development Philosophy
+======================
+
+Requests is an open but opinionated library, created by an open but opinionated developer.
+
+
+Benevolent Dictator for Life
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Kenneth Reitz <http://kennethreitz.org>`_ is the BDFL. He has final say in any decision related to Requests.
+
+Values
+~~~~~~
+
+
+- Simplicity is always better than functionality.
+- Listen to everyone, then disregard it.
+- The API is all that matters. Everything else is secondary.
+- Fit the 90% use-case. Ignore the nay-sayers. \ No newline at end of file