Metadata-Version: 2.1
Name: zeno
Version: 0.0.7
Summary: Zeno's Paradoxes Illustrated in Python
Home-page: UNKNOWN
Author: Ajay Khanna
Author-email: appliedstochastics@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Zeno
====

Zeno's Paradoxes Illustrated in Python


Resources
---------

https://en.wikipedia.org/wiki/Zeno%27s_paradoxes


Usage
-----

    pip install zeno

Executables are prefixed with `ze-`

    # The Dichotomy
    ze-dichotomy


Development
-----------

In addition to following the setup guide https://packaging.python.org/tutorials/packaging-projects/

I added a minimal `setup.py` so that `pip install -e .` would work

See `Makefile` for build and upload options

Install package from `test.pypi.org` (uploaded with `make test_upload`)

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


