Metadata-Version: |
2.1 |
Name: |
pydita-ast |
Version: |
0.1.0 |
Summary: |
PyDita AST converter. |
Author-Email: |
"ANSYS, Inc." <pyansys.core[at]ansys.com> |
Maintainer-Email: |
PyAnsys developers <pyansys.maintainers[at]ansys.com> |
Project-Url: |
Homepage, https://github.com/ansys/pydita-ast |
Project-Url: |
Source, https://github.com/ansys/pydita-ast/ |
Project-Url: |
Tracker, https://github.com/ansys/pydita-ast/issues |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
importlib-metadata (>=4.0) |
Requires-Dist: |
lxml (==4.9.2) |
Requires-Dist: |
py-asciimath (==0.3.0) |
Requires-Dist: |
pylatexenc (==2.10) |
Requires-Dist: |
tqdm (>=4.64.1) |
Requires-Dist: |
Sphinx (==6.2.1); extra == "doc" |
Requires-Dist: |
ansys-sphinx-theme (==0.9.9); extra == "doc" |
Requires-Dist: |
build (>=0.10.0); extra == "doc" |
Requires-Dist: |
flit (>=3.8.0); extra == "doc" |
Requires-Dist: |
jupyter_sphinx (==0.4.0); extra == "doc" |
Requires-Dist: |
numpy (==1.25.0); extra == "doc" |
Requires-Dist: |
numpydoc (==1.5.0); extra == "doc" |
Requires-Dist: |
pandas (==2.0.2); extra == "doc" |
Requires-Dist: |
parse (==1.19.1); extra == "doc" |
Requires-Dist: |
pypandoc (==1.11); extra == "doc" |
Requires-Dist: |
pytest-sphinx (==0.5.0); extra == "doc" |
Requires-Dist: |
sphinx-autobuild (==2021.3.14); extra == "doc" |
Requires-Dist: |
sphinx-autodoc-typehints (==1.23.0); extra == "doc" |
Requires-Dist: |
sphinx-copybutton (==0.5.2); extra == "doc" |
Requires-Dist: |
sphinx-notfound-page (==0.8.3); extra == "doc" |
Requires-Dist: |
sphinx-gallery (==0.13.0); extra == "doc" |
Requires-Dist: |
sphinx-design (==0.4.1); extra == "doc" |
Requires-Dist: |
numpy (==1.25.0); extra == "tests" |
Requires-Dist: |
parse (==1.19.1); extra == "tests" |
Requires-Dist: |
pytest (==7.3.2); extra == "tests" |
Requires-Dist: |
pytest-cov (==4.1.0); extra == "tests" |
Requires-Dist: |
pytest-rerunfailures (==11.1.2); extra == "tests" |
Provides-Extra: |
doc |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |