Metadata-Version: |
2.4 |
Name: |
tfs-pandas |
Version: |
4.0.0 |
Summary: |
Read and write tfs files. |
Author-Email: |
OMC Team <pylhc[at]github.com> |
Project-Url: |
homepage, https://github.com/pylhc/tfs |
Project-Url: |
repository, https://github.com/pylhc/tfs |
Project-Url: |
documentation, https://pylhc.github.io/tfs/ |
Project-Url: |
changelog, https://github.com/pylhc/tfs/blob/master/CHANGELOG.md |
Keywords: |
MAD-X,TFS |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.10 |
Requires-Dist: |
numpy (>=1.24) |
Requires-Dist: |
pandas[compression] (>=2.1) |
Requires-Dist: |
cpymad (>=1.8.1); extra == "all" |
Requires-Dist: |
h5py (>=3.0); extra == "all" |
Requires-Dist: |
numpy (>=1.24); extra == "all" |
Requires-Dist: |
numpy (>=1.24); python_version >= "3.10" and extra == "all" |
Requires-Dist: |
pymadng (>=0.6.0); extra == "all" |
Requires-Dist: |
pytest-cov (>=2.9); extra == "all" |
Requires-Dist: |
pytest (>=7.0); extra == "all" |
Requires-Dist: |
sphinx-codeautolink (>=0.14); extra == "all" |
Requires-Dist: |
sphinx-copybutton (>=0.4); extra == "all" |
Requires-Dist: |
sphinx-prompt (>=1.7); extra == "all" |
Requires-Dist: |
sphinx-rtd-theme (>=2.0); extra == "all" |
Requires-Dist: |
sphinx (>=7.0); extra == "all" |
Requires-Dist: |
tables (>=3.10.1); extra == "all" |
Requires-Dist: |
sphinx-codeautolink (>=0.14); extra == "doc" |
Requires-Dist: |
sphinx-copybutton (>=0.4); extra == "doc" |
Requires-Dist: |
sphinx-prompt (>=1.7); extra == "doc" |
Requires-Dist: |
sphinx-rtd-theme (>=2.0); extra == "doc" |
Requires-Dist: |
sphinx (>=7.0); extra == "doc" |
Requires-Dist: |
h5py (>=3.0); extra == "hdf5" |
Requires-Dist: |
numpy (>=1.24); extra == "hdf5" |
Requires-Dist: |
numpy (>=1.24); python_version >= "3.10" and extra == "hdf5" |
Requires-Dist: |
tables (>=3.10.1); extra == "hdf5" |
Requires-Dist: |
cpymad (>=1.8.1); extra == "test" |
Requires-Dist: |
h5py (>=3.0); extra == "test" |
Requires-Dist: |
numpy (>=1.24); extra == "test" |
Requires-Dist: |
numpy (>=1.24); python_version >= "3.10" and extra == "test" |
Requires-Dist: |
pymadng (>=0.6.0); extra == "test" |
Requires-Dist: |
pytest-cov (>=2.9); extra == "test" |
Requires-Dist: |
pytest (>=7.0); extra == "test" |
Requires-Dist: |
tables (>=3.10.1); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
doc |
Provides-Extra: |
hdf5 |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |