Metadata-Version: 2.1
Name: zeno
Version: 0.0.2
Summary: Zeno
Home-page: UNKNOWN
Author: Ajay Khanna
Author-email: appliedstochastics@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Zeno
====


Usage
-----

See `Makefile`

Install package from `test.pypi.org`

  pip install --index-url https://test.pypi.org/simple/ --no-deps zeno

From PyPi

  pip install zeno

Test

  python
  import zeno
  zeno.hello()



