really coming together

This commit is contained in:
Kenneth Reitz
2011-04-23 16:59:49 -04:00
parent 82e5981cf2
commit f21238d2d6
4 changed files with 86 additions and 2 deletions
+5 -2
View File
@@ -36,8 +36,9 @@ This part of the guide focuses on best practices for writing Python code.
writing/structure
writing/style
starting/documentation
starting/tests
writing/documentation
writing/tests
writing/license
@@ -62,6 +63,8 @@ different scenarios.
.. toctree::
:maxdepth: 2
scenarios/cli
scenarios/gui
scenarios/web
scenarios/admin
scenarios/ci
+8
View File
@@ -0,0 +1,8 @@
Command Line Applications
=========================
Clint
-----
+19
View File
@@ -0,0 +1,19 @@
GUI Applications
================
Qt
::
PySide
------
PyQt
----
PyObjC
------
+54
View File
@@ -0,0 +1,54 @@
Choosing a License
==================
Open source.
Non-Restrictive
:::::::::::::::
PSFL
----
MIT / BSD / ISC
---------------
MIT (X11)
````````
New BSD
```````
ISC
```
Apache
------
Restrictive
:::::::::::
LGPL
----
GPL
---
GPLv2
`````
GPLv3
`````