Metadata-Version: |
2.1 |
Name: |
streamlit-process-manager |
Version: |
0.0.1a0 |
Summary: |
Manage the heck out of long-running processes in streamlit |
Author-Email: |
Alexander Martin <fauxjunk-1[at]yahoo.com> |
Project-Url: |
Homepage, https://github.com/Asaurus1/streamlit-process-manager |
Project-Url: |
Issues, https://github.com/Asaurus1/streamlit-process-manager/issues |
License: |
MIT |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: Financial and Insurance Industry |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Shells |
Classifier: |
Topic :: Utilities |
Requires-Python: |
!=3.9.7,>=3.8 |
Requires-Dist: |
psutil (>=5.9.8) |
Requires-Dist: |
streamlit (>=1.30.0) |
Requires-Dist: |
tox (>=4.14.2); extra == "dev" |
Requires-Dist: |
mypy (>=1.9.0); extra == "lint" |
Requires-Dist: |
pylint (>=3.1.0); extra == "lint" |
Requires-Dist: |
pandas-stubs (>=2.0.2.230605); extra == "lint" |
Requires-Dist: |
types-Pillow (>=10.2.0.20240324); extra == "lint" |
Requires-Dist: |
types-cachetools (>=5.3.0.7); extra == "lint" |
Requires-Dist: |
types-colorama (>=0.4.15.20240311); extra == "lint" |
Requires-Dist: |
types-jsonschema (>=4.21.0.20240311); extra == "lint" |
Requires-Dist: |
types-protobuf (>=4.24.0.20240311); extra == "lint" |
Requires-Dist: |
types-psutil (>=5.9.5.20240316); extra == "lint" |
Requires-Dist: |
types-pycurl (>=7.45.2.20240311); extra == "lint" |
Requires-Dist: |
types-toml (>=0.10.8.20240310); extra == "lint" |
Requires-Dist: |
types-openpyxl (>=3.1.0.20240311); extra == "lint" |
Requires-Dist: |
pytest (>=8.1.1); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |