Metadata-Version: |
2.1 |
Name: |
csv23 |
Version: |
0.3.4 |
Summary: |
Python 2/3 unicode CSV compatibility layer |
Author: |
Sebastian Bank |
Author-Email: |
sebastian.bank[at]uni-leipzig.de |
Home-Page: |
https://github.com/xflr6/csv23 |
Project-Url: |
Documentation, https://csv23.readthedocs.io |
Project-Url: |
Changelog, https://csv23.readthedocs.io/en/latest/changelog.html |
Project-Url: |
Issue Tracker, https://github.com/xflr6/csv23/issues |
Project-Url: |
CI, https://github.com/xflr6/csv23/actions |
Project-Url: |
Coverage, https://codecov.io/gh/xflr6/csv23 |
License: |
MIT |
Keywords: |
unicode csv reader writer |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Platform: |
any |
Requires-Python: |
>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.* |
Requires-Dist: |
mock; python_version < "3" |
Requires-Dist: |
tox (>=3); extra == "dev" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
pep8-naming; extra == "dev" |
Requires-Dist: |
wheel; extra == "dev" |
Requires-Dist: |
twine; extra == "dev" |
Requires-Dist: |
sphinx (>=5); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
mock (>=3); extra == "test" |
Requires-Dist: |
pytest (>=4.6); extra == "test" |
Requires-Dist: |
pytest-mock (>=2); extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |
License-File: |
LICENSE.txt |