[Web-SIG] Propouse code

Tres Seaver tseaver at palladion.com
Thu Oct 7 19:44:05 CEST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/07/2010 12:17 PM, hidura at gmail.com
wrote:

> Hello list, i am develop an web app in Python 3 and i was faced the problem  
> of the wsgi.input, at the first i follow all the manuals and always give me  
> an error but after i create my own code, and with all the modest of the  
> world i want to know how i can share with the python community when i  
> finish the test?

I suggest the following:

- - Host the code's repository on the DVCS-friendly server of your choice
  (bitbucket, github, launchpad).  You might even post the link to the
  repository to this list before you are ready for a formal release:
  some brave souls might try it out, and give you patches or comments.

- - Manage your application libraries as a distitis project (e.g.,
  installable via 'python setup.py install').

- - Ideally, use either 'setuptools' or 'distirbute' extensions to
  the distutils, which will make releasing the code to the Python
  Package Index as easy as;  'python setup.py sdist register upload'.

- - Announce your release(s) on this list.


Trse.
- -- 
===================================================================
Tres Seaver          +1 540-429-0999          tseaver at palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyuBuUACgkQ+gerLs4ltQ43nwCfbNkVEhxbpJ3xKwmuosLaIUpg
JxMAn2SfnXhoJuhZQEVikCz1FaAEKNXJ
=ZNeA
-----END PGP SIGNATURE-----



More information about the Web-SIG mailing list