Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21234

Re: A Crypto Juniper $9$ secrets library

Date 2012-03-05 21:30 +0400
From Oleg Broytman <phd@phdru.name>
Subject Re: A Crypto Juniper $9$ secrets library
References <CAF9MoAvZeiQ5iUyz16i+G6vOrh9j_Rf0mdNC3+BsXfxT3hYHuw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.407.1330968657.3037.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: A Crypto Juniper $9$ secrets library Oleg Broytman <phd@phdru.name> - 2012-03-05 21:30 +0400

csiph-web