Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50301 > unrolled thread
| Started by | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| First post | 2013-07-10 08:55 +0200 |
| Last post | 2013-07-10 08:41 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Babel i18n package has new maintainers Stefan Behnel <stefan_ml@behnel.de> - 2013-07-10 08:55 +0200
Re: Babel i18n package has new maintainers Steven D'Aprano <steve@pearwood.info> - 2013-07-10 08:41 +0000
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Date | 2013-07-10 08:55 +0200 |
| Subject | Babel i18n package has new maintainers |
| Message-ID | <mailman.4487.1373439360.3114.python-list@python.org> |
Hi, I've been looking for a Python package for formatting international dates, numbers and monetary values in a web context for a couple of days now, but the only thing that I could find that looked suitable at first sight was the Babel package, of which the last release dates back two years, with stale localisation data and missing Py3 support. http://pythonhosted.org/Babel https://pypi.python.org/pypi/Babel Now, after searching a bit more, I found that Armin Ronacher and Alex Morega have recently taken over that package. https://groups.google.com/forum/#!msg/python-babel/WImO1u-Q8GA/j62ABuuwTpAJ They're now developing the code on github and porting it to Py3.3. https://github.com/mitsuhiko/babel Since it took me quite a while to figure this out, I thought I'd post this here to make others aware of it. I think it's a very important tool to have, and I'm sure Armin and Alex can use some help and testing by others to get a new release out. There's always stuff like reading through and updating the documentation, finding bugs, testing with your existing code base, etc., that everyone can help with. Stefan
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2013-07-10 08:41 +0000 |
| Message-ID | <51dd1e56$0$11094$c3e8da3@news.astraweb.com> |
| In reply to | #50301 |
On Wed, 10 Jul 2013 08:55:46 +0200, Stefan Behnel wrote: > Hi, > > I've been looking for a Python package for formatting international > dates, numbers and monetary values [...] > https://github.com/mitsuhiko/babel > > Since it took me quite a while to figure this out, I thought I'd post > this here to make others aware of it. Thanks Stefan, it's good to see informative posts about Python packages. I personally don't need it, but I'll keep it in mind for the future. -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web