py3-unicodecsv
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*. If you prefer python 3's semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Keywords from Contributors
Repository
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*. If you prefer python 3's semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv
Basic Info
Statistics
- Stars: 595
- Watchers: 23
- Forks: 85
- Open Issues: 25
- Releases: 0
Metadata Files
README.rst
unicodecsv ========== The unicodecsv is a drop-in replacement for Python 2.7's csv module which supports unicode strings without a hassle. Supported versions are python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0. More fully ---------- Python 2's csv module doesn't easily deal with unicode strings, leading to the dreaded "'ascii' codec can't encode characters in position ..." exception. You can work around it by encoding everything just before calling write (or just after read), but why not add support to the serializer? .. code-block:: pycon >>> import unicodecsv as csv >>> from io import BytesIO >>> f = BytesIO() >>> w = csv.writer(f, encoding='utf-8') >>> _ = w.writerow((u'é', u'ñ')) >>> _ = f.seek(0) >>> r = csv.reader(f, encoding='utf-8') >>> next(r) == [u'é', u'ñ'] True Note that unicodecsv expects a bytestream, not unicode -- so there's no need to use `codecs.open` or similar wrappers. Plain `open(..., 'rb')` will do. (Version 0.14.0 dropped support for python 2.6, but 0.14.1 added it back. See c0b7655248c4249 for the mistaken, breaking change.)
Owner
- Name: Jeremy Dunck
- Login: jdunck
- Kind: user
- Location: San Francisco, CA
- Twitter: jdunck
- Repositories: 144
- Profile: https://github.com/jdunck
GitHub Events
Total
- Watch event: 2
- Issue comment event: 1
- Push event: 1
- Pull request event: 2
- Create event: 2
Last Year
- Watch event: 2
- Issue comment event: 1
- Push event: 1
- Pull request event: 2
- Create event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jeremy Dunck | j****k@g****m | 28 |
| Ryan Hiebert | r****n@r****m | 12 |
| Jaap Roes | j****p@e****l | 6 |
| Erik Rose | g****h@g****m | 5 |
| Jeremy Dunck | j****k@v****m | 4 |
| Ludovic Gasc | g****o@g****m | 3 |
| Thomas Bechtold | t****d@j****e | 1 |
| Simeon Visser | s****r | 1 |
| Philippe Ombredanne | p****e@g****m | 1 |
| Nowell Strite | n****l@s****g | 1 |
| JJ | JJ@j****m | 1 |
| Deepak N | e****3@g****m | 1 |
| David Gilman | d****1@g****m | 1 |
| Brent Hoover | b****t@h****t | 1 |
| Ken Harris | k****n@l****m | 1 |
| Brent | b****t@a****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 51
- Total pull requests: 45
- Average time to close issues: 3 months
- Average time to close pull requests: 7 months
- Total issue authors: 47
- Total pull request authors: 37
- Average comments per issue: 2.92
- Average comments per pull request: 3.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: about 13 hours
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 4.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- xZise (2)
- ryanhiebert (2)
- NelsonMinar (2)
- jdunck (2)
- schinckel (1)
- frol (1)
- blagarde (1)
- PJAMESR (1)
- poojadeokar (1)
- kaselis (1)
- willembressers (1)
- b1139 (1)
- themantalope (1)
- Jamim (1)
- endeepak (1)
Pull Request Authors
- jdunck (3)
- blagarde (3)
- ryanhiebert (3)
- tsroten (2)
- erikrose (2)
- nomadjourney (1)
- artwr (1)
- reterVision (1)
- Veramkovich (1)
- nagesh4193 (1)
- egon010 (1)
- onysos (1)
- endeepak (1)
- svisser (1)
- dan-f (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 35
-
Total downloads:
- pypi 6,537,836 last-month
- Total docker downloads: 367,777,621
-
Total dependent packages: 127
(may contain duplicates) -
Total dependent repositories: 13,335
(may contain duplicates) - Total versions: 50
- Total maintainers: 2
pypi.org: unicodecsv
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*.
- Homepage: https://github.com/jdunck/python-unicodecsv
- Documentation: https://unicodecsv.readthedocs.io/
- License: BSD License
-
Latest release: 0.14.1
published almost 11 years ago
Rankings
Maintainers (1)
alpine-v3.18: py3-unicodecsv-pyc
Precompiled Python bytecode for py3-unicodecsv
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r7
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.18: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r7
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.18: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r7
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.12: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: BSD
-
Latest release: 0.14.1-r1
published over 6 years ago
Rankings
Maintainers (1)
alpine-v3.11: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: BSD
-
Latest release: 0.14.1-r1
published over 6 years ago
Rankings
Maintainers (1)
alpine-v3.14: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r3
published over 5 years ago
Rankings
Maintainers (1)
alpine-v3.16: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r4
published over 4 years ago
Rankings
Maintainers (1)
alpine-v3.15: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r3
published over 5 years ago
Rankings
Maintainers (1)
alpine-v3.17: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r5
published almost 4 years ago
Rankings
Maintainers (1)
alpine-v3.13: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r2
published almost 6 years ago
Rankings
Maintainers (1)
alpine-v3.13: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r2
published almost 6 years ago
Rankings
Maintainers (1)
alpine-v3.12: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: BSD
-
Latest release: 0.14.1-r1
published over 6 years ago
Rankings
Maintainers (1)
alpine-v3.11: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: BSD
-
Latest release: 0.14.1-r1
published over 6 years ago
Rankings
Maintainers (1)
alpine-v3.14: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r3
published over 5 years ago
Rankings
Maintainers (1)
conda-forge.org: unicodecsv
The unicodecsv is a drop-in replacement for Python 2.7's csv module which supports unicode strings without a hassle. Supported versions are python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0.
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: BSD-2-Clause
-
Latest release: 0.14.1
published almost 4 years ago
Rankings
alpine-edge: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-edge: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-edge: py3-unicodecsv-pyc
Precompiled Python bytecode for py3-unicodecsv
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.15: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r3
published over 5 years ago
Rankings
Maintainers (1)
alpine-v3.16: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r4
published over 4 years ago
Rankings
Maintainers (1)
alpine-v3.17: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r5
published almost 4 years ago
Rankings
Maintainers (1)
anaconda.org: unicodecsv
The unicodecsv is a drop-in replacement for Python 2.7's csv module which supports unicode strings without a hassle. Supported versions are python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0.
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: BSD
-
Latest release: 0.14.1
published almost 9 years ago
Rankings
alpine-v3.19: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r7
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.19: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r7
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.19: py3-unicodecsv-pyc
Precompiled Python bytecode for py3-unicodecsv
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r7
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.22: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.20: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.21: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.20: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.21: py3-unicodecsv-pyc
Precompiled Python bytecode for py3-unicodecsv
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.22: py3-unicodecsv-pyc
Precompiled Python bytecode for py3-unicodecsv
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.20: py3-unicodecsv-pyc
Precompiled Python bytecode for py3-unicodecsv
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.21: py3-unicodecsv
The unicodecsv is a csv module which supports unicode strings
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.22: py3-unicodecsv-doc
The unicodecsv is a csv module which supports unicode strings (documentation)
- Homepage: https://github.com/jdunck/python-unicodecsv
- License: custom
-
Latest release: 0.14.1-r8
published over 2 years ago