Bug#816036: ITP: git-arr -- git repository browser that can generate static HTML

2016-02-26 Thread Jeremías Casteglione
Package: wnpp
Severity: wishlist
Owner: "Jeremías Casteglione" 

* Package name: git-arr
  Version : 0.14
  Upstream Author : Alberto Bertogli
* URL : http://blitiri.com.ar/p/git-arr/
* License : MIT
  Programming Lang: Python
  Description : git repository browser that can generate static HTML

git-arr is a git repository browser that can generate static HTML instead of
having to run dynamically.

It is smaller, with less features and a different set of tradeoffs than
other similar software, so if you're looking for a robust and featureful git
browser, please look at gitweb or cgit instead.

However, if you want to generate static HTML at the expense of features, then
it's probably going to be useful.


I use it for an internal site at work. The generated HTML files are published as
part of an internal site used for web development operations.

Maybe it could be maintained by the python-apps team? I'm not a DM, so I would
need sponsorship.



Bug#815199: ITP: acme-tiny -- letsencrypt tiny python client

2016-02-21 Thread Jeremías Casteglione
Hi Harlan:

On Sat, 20 Feb 2016 23:56:20 -0500
Harlan Lieberman-Berg  wrote:

> Hello Jeremías!
> 
> This is something I'd definitely be interested in seeing as part of
> the Let's Encrypt team.  We can help you with sponsorship as well.

That sounds great to me. Thanks!

> 
> We're over at: https://alioth.debian.org/projects/letsencrypt/

I just subscribed to the mailing list and requested to join the
project... Not sure how I/We should continue then?

Cheers,


-- 
Jeremías



Bug#815199: ITP: acme-tiny -- letsencrypt tiny python client

2016-02-19 Thread Jeremías Casteglione
Package: wnpp
Severity: wishlist
Owner: "Jeremías Casteglione" 

* Package name: acme-tiny
  Version : 20151229
  Upstream Author : Daniel Roesler 
* URL : https://github.com/diafygi/acme-tiny
* License : MIT
  Programming Lang: Python
  Description : letsencrypt tiny python client

acme-tiny is a tiny script to issue and renew TLS certs from Let's Encrypt

This is a tiny, auditable script that you can throw on your server to issue and
renew Let's Encrypt certificates. Since it has to be run on your server and
have access to your private Let's Encrypt account key, I tried to make it as
tiny as possible (currently less than 200 lines). The only prerequisites are
python and openssl.

You have to deal yourself wiht the openssl stuff, and with webserver
configuration and such. But it doesn't require more dependencies than openssl
and it just works, no need for sudo nor being root to run it either. I'm using
it for my personal TLS stuff.

I'm not a DD nor a DM either, so an sponsor will be needed.