Metadata-Version: 2.1
Name: zedsuite
Version: 0.0.5
Summary: Cythonized Libraires of ZeD Code
Home-page: https://github.com/zeroknowledgediscovery/python_implementations_
Author: zed.uchicago.edu
Author-email: ishanu@uchicago.edu
License: LICENSE
Download-URL: https://github.com/zeroknowledgediscovery/python_implementations_/archive/0.0.5.tar.gz
Keywords: cython,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/x-rst

=============
zedsuite
=============
Pure python implementations of ZeD Codebase compiled with Cython

#############
Installing
#############
::

    $ pip install zedsuite

#############
Usage
#############
See `notebooks/ <https://github.com/zeroknowledgediscovery/python_implementations_/tree/main/notebooks>`_ ::

    from zedsuite.genesess import GenESeSS
    from zedsuite.quantizer import Quantizer
    from zedsuite.zutil import Llk, Lsmash, Prun, DrawPFSA


