1
1
Metadata-Version: 2.1
2
2
Name: xrt
3
- Version: 1.6.0
3
+ Version: 1.6.1
4
4
Summary: Ray tracing and wave propagation in x-ray regime, primarily meant for modeling synchrotron sources, beamlines and beamline elements. Includes a GUI for creating a beamline and viewing it in 3D.
5
5
Home-page: http://xrt.readthedocs.io
6
6
Author: Konstantin Klementiev, Roman Chernikov
@@ -18,6 +18,19 @@ Classifier: Topic :: Scientific/Engineering :: Physics
18
18
Classifier: Topic :: Scientific/Engineering :: Visualization
19
19
Description-Content-Type: text/x-rst
20
20
License-File: LICENSE.txt
21
+ Requires-Dist: numpy>=1.8.0
22
+ Requires-Dist: scipy>=0.17.0
23
+ Requires-Dist: matplotlib>=2.0.0
24
+ Requires-Dist: sphinx>=1.6.2
25
+ Requires-Dist: sphinxcontrib-jquery
26
+ Requires-Dist: distro
27
+ Requires-Dist: colorama
28
+ Requires-Dist: pyopencl
29
+ Requires-Dist: pyopengl
30
+ Requires-Dist: siphash24
31
+ Provides-Extra: pyqt5
32
+ Requires-Dist: pyqt5; extra == "pyqt5"
33
+ Requires-Dist: PyQtWebEngine; extra == "pyqt5"
21
34
22
35
23
36
Package xrt is a python software library for ray tracing and wave propagation
@@ -159,28 +172,18 @@ The primary purpose of xrtGlow is to demonstrate the alignment correctness
159
172
given the fact that xrtQook can automatically calculate several positional and
160
173
angular parameters.
161
174
162
- Dependencies
175
+ Installation
163
176
------------
164
177
165
- numpy, scipy and matplotlib are required. If you use OpenCL for calculations on
166
- GPU or CPU, you need AMD/NVIDIA drivers, ``Intel CPU only OpenCL runtime``
167
- (these are search key words), pytools and pyopencl. PyQt4 or PyQt5 are needed
168
- for xrtQook. Spyder (as library of Spyder IDE) is highly recommended for nicer
169
- view of xrtQook. OpenGL is required for xrtGlow.
178
+ Install it by pip or conda or get xrt from `GitHub` and use it with or without
179
+ installation.
170
180
171
- Get xrt
172
- -------
173
-
174
- xrt is available as source distribution from `pypi.python.org
175
- <https://pypi.python.org/pypi/xrt>`_ and from `GitHub
176
- <https://github.com/kklmn/xrt>`_. The distribution archive also includes tests
177
- and examples. The complete documentation is available online at
178
- `Read the Docs <http://xrt.readthedocs.io>`_ and offline as
179
- `zip file at GitHub <https://github.com/kklmn/xrt-docs>`_.
181
+ The distribution archive also includes tests and examples. The complete
182
+ documentation is available online on `Read the Docs` and offline as zip file on
183
+ GitHub`.
180
184
181
185
Get help
182
186
--------
183
187
184
- For getting help and/or reporting a bug please use `GitHub xrt Issues
185
- <https://github.com/kklmn/xrt/issues>`_.
188
+ For getting help and/or reporting a bug please use `GitHub xrt Issues`.
186
189
0 commit comments