File: CREDITS

package info (click to toggle)
pyicu 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,992 kB
  • sloc: cpp: 34,701; python: 1,849; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

PyICU is a Python extension wrapping Unicode Consortium's ICU library and
wouldn't be possible without the tireless efforts of the people and open source
projects below.

  - the ICU developers: http://icu.unicode.org

  - the Open Source Applications Foundation, for hosting the project at its
    inception, in 2004: http://www.osafoundation.org

  - Andi Vajda, PyICU project founder and maintainer
  - Christoph Burgmer for the Transliterator Python subclass
  - Jan Gehring for Freebsd 7 build entries
  - Christian Kesselheim for Solaris build entries
  - Jimmy Yuen Ho Wong for TimeZone::getDSTSavings()
  - Bernd Zeimetz for replacing Makefile with setup.py
  - Martin von Gagern, Python 3 support, bug fixes
  - Fredrik Roubert for various bug fixes (see CHANGES)
  - Markus Scherer for various bug fixes (see CHANGES)
  - Martin Hosken for bug fixes (see CHANGES)
  - Roman Kalukiewicz for MessagePattern
  - Martin Jansche for argument parsing and validation with modern C++
  - 

Thank you all !