Files
eos/setup.cfg
T
glavic_a cf1e7d3d72
Unit Testing / test (3.10) (push) Failing after 19s
Unit Testing / test (3.12) (push) Failing after 17s
Unit Testing / test (3.11) (push) Failing after 18s
Unit Testing / test (3.8) (push) Failing after 18s
Unit Testing / test (3.9) (push) Failing after 22s
update requirements
2026-07-09 09:21:45 +02:00

44 lines
1.1 KiB
INI

[bdist_wheel]
universal = 1
[metadata]
name = amor_eos
version = attr: eos.__version__
author = Jochen Stahn - Paul Scherrer Institut
author_email = jochen.stahn@psi.ch
description = EOS reflectometry reduction for AMOR instrument
long_description = Reduces data obtained by focusing time of flight neutron reflectivity to full reflectivity curve.
license = MIT
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Development Status :: 5 - Production/Stable
[options]
python_requires = >=3.8
packages =
eos
install_requires =
numpy
h5py
orsopy
numba
matplotlib
tabulate
ess-streaming-data-types
confluent-kafka
backports.strenum; python_version<"3.11"
backports.zoneinfo; python_version<"3.9"
[project.urls]
Homepage = "https://github.com/jochenstahn/amor"
[options.entry_points]
console_scripts =
eos = eos.__main__:main
eosls = eos.ls:main
events2histogram = eos.e2h:main
amor-nicos = eos.nicos:main