python-pycountry
pycountry provides the ISO databases for the standards 639 (Languages), 3166 (Countries), 3166-2 (Subdivisions of countries),
4217 (Currencies), 15924 (Scripts).
The databases are imported from Debian's pkg-isocodes, packaged into pycountry and made accessible through a Python API.
Translation files for the various strings are included as well.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-pycountry && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pycountry-20.7.3.tar.gz | 0010137217 9.67 MB | |
python-pycountry.changes | 0000002596 2.54 KB | |
python-pycountry.spec | 0000002061 2.01 KB |
Revision 7 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 838242
from
Dirk Mueller (dirkmueller)
(revision 7)
- update to 20.7.3: - Fix bug #37: (accidental) unconditional pkg_resources import. - Add (auto-generated) __version__ attribute to the main module. - Add fuzzy search to historic countries. (Fixe issue #26) - Update to iso-codes 4.5.0. - PR 9: Clean up the normalization (lower casing) of values in indexes and searches. See PR https://github.com/flyingcircusio/pycountry/pull/9 for detailed discussion. This also fixed issue #8. - Smaller cleanups and build environment version bumps. - PR 35: Python 3-only cleanups and updated Python minor version compatibility - PR 33: Remove defunct bugtracker link from README (thanks, jwilk) - P3 32: (Somewhat hilarious) Typo (thanks, jwilk) - Moved to Git/Github; switched from Bitbucket Pipelines to Travis builds.
Comments 0