From 911bc0fc4c6adc1e67b6321e37ea8a01bf6e6b6a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Mar 2011 23:32:33 -0400 Subject: [PATCH] readme --- README | 0 Readme.rst | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) delete mode 100644 README create mode 100644 Readme.rst diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/Readme.rst b/Readme.rst new file mode 100644 index 0000000..4df729e --- /dev/null +++ b/Readme.rst @@ -0,0 +1,26 @@ +python-guide: Python Best Practices Guidebook +============================================= + +**Work in progress.** + +The goal of this project is to establish a set of open source reference guides for Python developers. + +Topics will include: + +- Platform/version specific installations +- Py2app, Py2exe, bbfreeze, pyInstaller +- Pip / virtualenv +- Documentation. Writing it. +- server configurations / tools for various web frameworks +- fabric +- exhaustive module recommendations, grouped by topic/purpose +- Testing. Jenkins + tox guides. +- How to interface w/ hg from git easily +- what libraries to use for what + + +Misc +---- + +- Will be hosted on ReadTheDocs. +