mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
really coming together
This commit is contained in:
@@ -36,8 +36,9 @@ This part of the guide focuses on best practices for writing Python code.
|
|||||||
|
|
||||||
writing/structure
|
writing/structure
|
||||||
writing/style
|
writing/style
|
||||||
starting/documentation
|
writing/documentation
|
||||||
starting/tests
|
writing/tests
|
||||||
|
writing/license
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -62,6 +63,8 @@ different scenarios.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
scenarios/cli
|
||||||
|
scenarios/gui
|
||||||
scenarios/web
|
scenarios/web
|
||||||
scenarios/admin
|
scenarios/admin
|
||||||
scenarios/ci
|
scenarios/ci
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Command Line Applications
|
||||||
|
=========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Clint
|
||||||
|
-----
|
||||||
|
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
GUI Applications
|
||||||
|
================
|
||||||
|
|
||||||
|
|
||||||
|
Qt
|
||||||
|
::
|
||||||
|
|
||||||
|
PySide
|
||||||
|
------
|
||||||
|
|
||||||
|
PyQt
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
PyObjC
|
||||||
|
------
|
||||||
|
|
||||||
|
|
||||||
@@ -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
|
||||||
|
`````
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user