Metadata-Version: 2.1
Name: veld
Version: 0.1.0
Summary: A suite of tools for command line analytics
Home-page: https://github.com/GjjvdBurg/veld
Author: Gertjan van den Burg
Author-email: gertjanvandenburg@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: dev
License-File: LICENSE


# Veld

Veld is a suite of command line applications for simple statistics on a data 
stream.

## Installation

Veld is available on PyPI:

```
$ pip install veld
```

## Usage

Documentation on all the commands can be found using:
```
$ man veld <command>
```

## Notes

License: See the LICENSE file.

Author: [Gertjan van den Burg][gertjan]

[gertjan]: https://gertjanvandenburg.com


