Metadata-Version: 2.1
Name: comma-py
Version: 1.0.1
Summary: csv and fixed-width binary python utilities
Home-page: https://gitlab.com/orthographic/comma
Author: vsevolod vlaskine
Author-email: vsevolod.vlaskine@gmail.com
Maintainer: vsevolod vlaskine
Maintainer-email: vsevolod.vlaskine@gmail.com
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email
Requires-Python: >=3.6
Description-Content-Type: text/markdown

**comma** is a generic library for efficient processing of fixed-width
(comma-separated or binary) data mostly written in C++

**comma-py** is the part of **comma** written in python; the main part of
it is **csv-eval** command line utility for efficient **numpy**-style
conversions on an input stream of comma-separated or fixed-width binary
data

for more details, run:
```
csv-eval --help --verbose
```

**documentation**: [https://gitlab.com/orthographic/comma/-/wikis/home](https://gitlab.com/orthographic/comma/-/wikis/home)


