Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'package,': 0.03; 'advice.': 0.05; 'repository': 0.05; 'git': 0.07; 'url:pypi': 0.08; 'python': 0.08; 'mercurial': 0.09; 'release.': 0.09; 'subject:library': 0.09; 'url:%28': 0.09; 'url:%29': 0.09; 'url:packages': 0.09; 'library': 0.13; 'die,': 0.16; 'email name:phd': 0.16; 'from:addr:phd': 0.16; 'gosub': 0.16; 'header:X-Face:1': 0.16; 'juniper': 0.16; 'library?': 0.16; 'oleg': 0.16; 'oleg.': 0.16; 'received:phd': 0.16; 'return.': 0.16; 'yum,': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'archives': 0.21; 'header:In-Reply-To:1': 0.22; '+0100,': 0.23; 'index': 0.24; 'libraries': 0.24; 'preferred': 0.25; 'cc:2**0': 0.26; 'introductory': 0.29; 'software.': 0.29; 'cc:addr:python.org': 0.29; 'url:wiki': 0.29; 'host': 0.30; 'received:77.88': 0.30; 'sun,': 0.30; 'url:03': 0.30; 'programmers': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'file': 0.34; 'thank': 0.35; 'list:': 0.35; 'url:python': 0.35; 'install': 0.35; 'hosting.': 0.37; 'url:pipermail': 0.37; 'page': 0.37; 'hosting': 0.37; 'but': 0.37; 'charset:us-ascii': 0.37; 'could': 0.38; 'some': 0.38; 'url:org': 0.39; 'url:en': 0.39; 'mailing': 0.39; 'release': 0.40; 'site': 0.60; 'follow': 0.61; 'header:Received:6': 0.61; 'your': 0.61; 'central': 0.62; 'received:ru': 0.66; 'received:77': 0.66; 'url:%1': 0.67; 'header :Reply-To:1': 0.70; 'received:93': 0.79; 'articles:': 0.84; 'received:77.88.46': 0.84; 'received:forward1.mail.yandex.net': 0.84; 'subject:$ ': 0.84; 'subject:secrets': 0.84; 'url:python- announce-list': 0.84; 'julio': 0.91; 'releases.': 0.91; 'subject: $': 0.98 X-Yandex-Spam: 1 Date: Mon, 5 Mar 2012 21:30:49 +0400 From: Oleg Broytman To: Julio G?mez Subject: Re: A Crypto Juniper $9$ secrets library Mail-Followup-To: Julio G?mez , Python Mailing List References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Attribution: phd X-Face: "4chVP^f8; 3Bi>x"ic0%DuP(ZLyn:; kzQ1njs]5,GRZG<{<\~`|Shxi7|)d|8uO~HFRfyym {[xs@OYG]2Q]0#}0sjJp`1^1+B6]A2+{9fW=S X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Oleg Broytman List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330968657 news.xs4all.nl 6974 [2001:888:2000:d::a6]:53472 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21234 Hello! On Sun, Mar 04, 2012 at 10:16:05PM +0100, Julio G?mez wrote: > I have developed a Python library which encrypt/decrypt Juniper $9$ secrets. Thank you and welcome to the community! > I would like it is part of the common Python libraries and be able to > install it through APT, YUM, RPM... depending on the system. [skip] > Could you tell me the process I have to follow to publish the library? Let me give you some advice. First, there is Python Package Index - http://pypi.python.org/pypi - a central repository of python software. On the first page you can find all necessary information - how to register a user, how to register a package, how to register a release. The site also provides file hosting service so you can upload you releases. But you can host anywhere and only publish links to your preferred hosting. Some people just publish links to their mercurial or git repositories. Documentation uploaded to the site will be published at http://packages.python.org/ . It is also very important to send good release announcements. Please read the following introductory articles: http://en.wikipedia.org/wiki/Announcement_%28computing%29 http://perlbuzz.com/2009/03/how-to-write-an-announcement.html Read the archives of the python announcements mailing list: http://mail.python.org/pipermail/python-announce-list/ or http://groups.google.com/group/comp.lang.python.announce/topics Oleg. -- Oleg Broytman http://phdru.name/ phd@phdru.name Programmers don't die, they just GOSUB without RETURN.