Metadata-Version: 2.4
Name: smartsim
Version: 1.0.0
Summary: AI Workflows for Science
Home-page: https://github.com/CrayLabs/SmartSim
Author: CrayLabs, a Hewlett Packard Enterprise OSS Organization
Author-email: craylabs@hpe.com
License: BSD 2-Clause License
Project-URL: Source, https://github.com/CrayLabs/SmartSim
Project-URL: Documentation, https://www.craylabs.org
Keywords: scientific,ai,workflow,hpc,analysis
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: packaging>=24.0
Requires-Dist: psutil>=5.7.2
Requires-Dist: coloredlogs>=10.0
Requires-Dist: tabulate>=0.8.9
Requires-Dist: redis>=4.5
Requires-Dist: tqdm>=4.50.2
Requires-Dist: filelock>=3.4.2
Requires-Dist: GitPython<=3.1.43
Requires-Dist: protobuf<6,>=3.20.3
Requires-Dist: jinja2>=3.1.2
Requires-Dist: pydantic>2
Requires-Dist: pyzmq>=25.1.2
Requires-Dist: pygithub>=2.3.0
Requires-Dist: numpy<3.0.0
Requires-Dist: smartredis>=1.0.0
Provides-Extra: dev
Requires-Dist: black==24.1a1; extra == "dev"
Requires-Dist: isort>=5.6.4; extra == "dev"
Requires-Dist: pylint>=3; extra == "dev"
Requires-Dist: click==8.0.2; extra == "dev"
Provides-Extra: mypy
Requires-Dist: mypy>=1.3.0; extra == "mypy"
Requires-Dist: types-psutil; extra == "mypy"
Requires-Dist: types-redis; extra == "mypy"
Requires-Dist: types-tabulate; extra == "mypy"
Requires-Dist: types-tqdm; extra == "mypy"
Requires-Dist: types-tensorflow; extra == "mypy"
Requires-Dist: types-setuptools; extra == "mypy"
Requires-Dist: typing_extensions>=4.1.0; extra == "mypy"
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
