Metadata-Version: 2.1
Name: nnetsauce
Version: 0.8.1
Summary: Randomized and Quasi-Randomized (neural) networks
Home-page: UNKNOWN
Maintainer: T. Moudiki
Maintainer-email: thierry.moudiki@gmail.com
License: BSD3 Clause Clear
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: jax (>=0.1.72)
Requires-Dist: jaxlib (>=0.1.51)
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: scipy (>=0.19.0)
Requires-Dist: joblib (>=0.14.0)
Requires-Dist: scikit-learn (>=0.18.0)
Requires-Dist: threadpoolctl (>=2.0.0)
Requires-Dist: absl-py (==0.10.0)
Requires-Dist: alabaster (==0.7.12)
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: attrs (==19.3.0)
Requires-Dist: Babel (==2.8.0)
Requires-Dist: black (==19.10b0)
Requires-Dist: bleach (==3.2.1)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: cffi (==1.14.0)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==7.1.2)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: coverage (==5.2)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: Cython (==0.29.21)
Requires-Dist: docutils (==0.16)
Requires-Dist: future (==0.18.2)
Requires-Dist: gitdb (==4.0.5)
Requires-Dist: GitPython (==0.3.6)
Requires-Dist: idna (==2.10)
Requires-Dist: imagesize (==1.2.0)
Requires-Dist: importlib-metadata (==1.7.0)
Requires-Dist: jax (==0.1.76)
Requires-Dist: jaxlib (==0.1.52)
Requires-Dist: Jinja2 (==2.11.2)
Requires-Dist: joblib (==0.16.0)
Requires-Dist: keras-autodoc (==0.5.1)
Requires-Dist: keyring (==21.4.0)
Requires-Dist: kiwisolver (==1.2.0)
Requires-Dist: livereload (==2.6.3)
Requires-Dist: lunr (==0.5.8)
Requires-Dist: Markdown (==3.2.2)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: matplotlib (==3.3.1)
Requires-Dist: mkdocs (==1.1.2)
Requires-Dist: mkdocs-bootswatch (==1.1)
Requires-Dist: more-itertools (==8.4.0)
Requires-Dist: nltk (==3.5)
Requires-Dist: nose2 (==0.9.2)
Requires-Dist: numpy (==1.19.0)
Requires-Dist: opt-einsum (==3.3.0)
Requires-Dist: packaging (==20.4)
Requires-Dist: pathlib (==1.0.1)
Requires-Dist: pathspec (==0.8.0)
Requires-Dist: Pillow (==7.2.0)
Requires-Dist: pkginfo (==1.5.0.1)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: py (==1.9.0)
Requires-Dist: pycparser (==2.20)
Requires-Dist: Pygments (==2.6.1)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pypi-publisher (==0.0.4)
Requires-Dist: pytest (==5.4.3)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.1)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: readme-renderer (==26.0)
Requires-Dist: regex (==2020.7.14)
Requires-Dist: requests (==2.24.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: rfc3986 (==1.4.0)
Requires-Dist: scikit-learn (==0.23.1)
Requires-Dist: scipy (==1.5.1)
Requires-Dist: six (==1.15.0)
Requires-Dist: smmap (==3.0.4)
Requires-Dist: snowballstemmer (==2.0.0)
Requires-Dist: Sphinx (==3.1.2)
Requires-Dist: sphinx-rtd-theme (==0.5.0)
Requires-Dist: sphinxcontrib-applehelp (==1.0.2)
Requires-Dist: sphinxcontrib-devhelp (==1.0.2)
Requires-Dist: sphinxcontrib-htmlhelp (==1.0.3)
Requires-Dist: sphinxcontrib-jsmath (==1.0.1)
Requires-Dist: sphinxcontrib-qthelp (==1.0.3)
Requires-Dist: sphinxcontrib-serializinghtml (==1.1.4)
Requires-Dist: threadpoolctl (==2.1.0)
Requires-Dist: toml (==0.10.1)
Requires-Dist: tornado (==6.0.4)
Requires-Dist: tqdm (==4.48.1)
Requires-Dist: twine (==3.2.0)
Requires-Dist: typed-ast (==1.4.1)
Requires-Dist: tzlocal (==2.1)
Requires-Dist: urllib3 (==1.25.9)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==3.1.0)
Provides-Extra: alldeps
Requires-Dist: numpy (>=1.13.0) ; extra == 'alldeps'
Requires-Dist: scipy (>=0.19.0) ; extra == 'alldeps'

A package for Statistical/Machine Learning using Randomized and Quasi-Randomized (neural) networks


