Metadata-Version: 2.1
Name: csvmedkit
Version: 0.0.9.1
Summary: The unofficial extended family of csvkit, i.e. even more tools for command-line data parsing and wrangling
Home-page: https://github.com/dannguyen/csvmedkit
Author: Dan Nguyen
Author-email: dansonguyen@gmail.com
License: MIT
Project-URL: Documentation, https://csvmedkit.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Requires-Dist: csvkit (>=1.0.5)
Requires-Dist: python-slugify (>=4.0)
Requires-Dist: regex (>=2020.7.14)
Provides-Extra: dev
Requires-Dist: coverage (>=4.4.2) ; extra == 'dev'
Requires-Dist: nose (>=1.1.2) ; extra == 'dev'
Requires-Dist: sphinx (>=1.0.7) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: tox (>=3.1.0) ; extra == 'dev'

=========
csvmedkit
=========

The unofficial extended family of csvkit, i.e. even more tools for command-line data parsing and wrangling.

Read existing docs as csvmedkit is updated at `csvmedkit.readthedocs.io <https://csvmedkit.readthedocs.io/>`_




**Update 2020-10-02:** This is just csvmedkit with a better, less-stupidly confusing name. And hopefully, a better foundation now that I'm no longer just blindly hacking parts of the original csvkit to get it together. Will be porting (i.e. copy/pasting) csvmedkit's tools and cleaning up the codebase before officially releasing it as "csvmedkit":


- Read TODOS: `TODOS.md <TODOS.md>`_ for an informal roadmap.
- The old, now archived csvkitcat repo: `dannguyen/csvkitcat <https://github.com/dannguyen/csvkitcat>`_


