Bug#819756: marked as done (ITP: python-path-and-address -- Functions for command-line server tools used by humans)
Your message dated Fri, 1 Apr 2016 19:14:09 -0300
with message-id <CALdTKe9EJ9YRW9V9hkAByRj0qseDjTkjqqD9RP9jkt8GRgYcyw@mail.gmail.com>
and subject line Re: Bug#819756: ITP: python-path-and-address -- Functions for command-line server tools used by humans
has caused the Debian Bug report #819756,
regarding ITP: python-path-and-address -- Functions for command-line server tools used by humans
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
819756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819756
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Tiago Ilieve <tiago.myhro@gmail.com>
* Package name : python-path-and-address
Version : 1.0.0
Upstream Author : Joe Esposito <joe@joeyespo.com>
* URL : https://github.com/joeyespo/path-and-address
* License : MIT
Programming Lang: Python
Description : Functions for command-line server tools used by humans
Path-and-address resolves ambiguities for command-line interface applications
with the following pattern:
$ your_app [<path>] [<address>]
The library applies the principal of least surprise to command-line interfaces.
Some examples:
$ your_app .
* Serving . on http://localhost:5000/
$ your_app 80
* Serving . on http://localhost:80/
$ your_app ./80
* Serving ./80 on http://localhost:5000/
$ your_app path/to/file
* Serving path/to/file on http://localhost:5000/
$ your_app 0.0.0.0
* Serving 0.0.0.0 on http://localhost:5000/
$ your_app . 0.0.0.0
* Serving . on http://0.0.0.0:5000/
$ your_app 0.0.0.0:8080
* Serving . on http://0.0.0.0:8080/
-
This library is a dependency of Grip[1], which is being packaged in ITP bug
#790611[2].
I plan to maintain it alone, but will evaluate joining Debian Python Modules
Team (DPMT) in the process.
Regards,
Tiago.
[1]: https://github.com/joeyespo/grip
[2]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790611
--- End Message ---
--- Begin Message ---
Closing this as it as a duplicate of #790612[1], which I only noticed
after filling it.
Sorry for the noise.
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790612
--
Tiago "Myhro" Ilieve
Blog: https://blog.myhro.info/
GitHub: https://github.com/myhro
LinkedIn: https://br.linkedin.com/in/myhro
Montes Claros - MG, Brasil
--- End Message ---
Reply to: