Metadata-Version: 2.1
Name: lexios
Version: 0.0.1
Summary: Sample Python Project for creating a new Python Module
Home-page: https://github.com/xrsrke/lexios
Author: xariusrke
Author-email: Daniel Ciborowski <dciborow@microsoft.com>
Maintainer: xariusrke
License: GPL-3.0
Project-URL: Documentation, https://github.com/microsoft/python-package-template/tree/main#readme
Project-URL: Source, https://github.com/microsoft/python-package-template
Project-URL: Tracker, https://github.com/microsoft/python-package-template/issues
Keywords: symbolic framework
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pint
Requires-Dist: sympy
Requires-Dist: scipy
Requires-Dist: pandas
Provides-Extra: spark
Requires-Dist: pyspark (>=3.0.0) ; extra == 'spark'
Provides-Extra: test
Requires-Dist: bandit[toml] (==1.7.4) ; extra == 'test'
Requires-Dist: black (==22.1.0) ; extra == 'test'
Requires-Dist: check-manifest (==0.48) ; extra == 'test'
Requires-Dist: flake8-bugbear (==22.1.11) ; extra == 'test'
Requires-Dist: flake8-docstrings ; extra == 'test'
Requires-Dist: flake8-formatter-junit-xml ; extra == 'test'
Requires-Dist: flake8 (==4.0.1) ; extra == 'test'
Requires-Dist: pre-commit (==2.17.0) ; extra == 'test'
Requires-Dist: pylint (==2.12.2) ; extra == 'test'
Requires-Dist: pylint-junit ; extra == 'test'
Requires-Dist: pytest-cov (==3.0.0) ; extra == 'test'
Requires-Dist: pytest-mock (<3.7.1) ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'
Requires-Dist: pytest (==7.1.0) ; extra == 'test'
Requires-Dist: pytest-github-actions-annotate-failures ; extra == 'test'
Requires-Dist: shellcheck-py (==0.8.0.4) ; extra == 'test'

Work in Progress
