1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: python-periodictable
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Drew Parsons <dparsons@debian.org>,
Stuart Prescott <stuart@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python (>= 3.20180326),
libjs-jquery,
libjs-mathjax,
python3-all,
python3-matplotlib,
python3-setuptools,
python3-sphinx,
python3-pytest,
texinfo
Standards-Version: 4.5.0
Homepage: https://periodictable.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/science-team/python-periodictable.git
Vcs-Browser: https://salsa.debian.org/science-team/python-periodictable
Rules-Requires-Root: no
Package: python3-periodictable
Architecture: all
Section: python
Depends:
${misc:Depends},
${python3:Depends}
Suggests:
python-periodictable-doc,
python3-matplotlib
Description: Extensible periodic table of the elements (Python 3)
This package provides a periodic table of the elements with support
for mass, density and xray/neutron scattering information.
.
Masses, densities and natural abundances come from the NIST Physics
Laboratory, but do not represent a critical evaluation by NIST
scientists.
.
Neutron scattering calculations use values collected by the Atomic
Institute of the Austrian Universities. These values do corresponding
to those from other packages, though there are some differences
depending to the tables used. Bound coherent neutron scattering for
gold in particular is significantly different from older value:
7.63(6) as measured in 1974 compared to 7.90(7) as measured in 1990.
.
X-ray scattering calculations use a combination of empirical and
theoretical values from the LBL Center for X-ray Optics. These values
differ from those given in other sources such as the International
Tables for Crystallography, Volume C, and so may give different
results from other packages.
.
This package installs the library for Python 3.
Package: python-periodictable-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends}
Description: Extensible periodic table of the elements (common documentation)
This package provides a periodic table of the elements with support
for mass, density and xray/neutron scattering information.
.
Masses, densities and natural abundances come from the NIST Physics
Laboratory, but do not represent a critical evaluation by NIST
scientists.
.
Neutron scattering calculations use values collected by the Atomic
Institute of the Austrian Universities. These values do corresponding
to those from other packages, though there are some differences
depending to the tables used. Bound coherent neutron scattering for
gold in particular is significantly different from older value:
7.63(6) as measured in 1974 compared to 7.90(7) as measured in 1990.
.
X-ray scattering calculations use a combination of empirical and
theoretical values from the LBL Center for X-ray Optics. These values
differ from those given in other sources such as the International
Tables for Crystallography, Volume C, and so may give different
results from other packages.
.
This is the common documentation package.
|