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
|
Source: einsteinpy
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Shreyas Bapat <bapat.shreyas@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-astropy (>=3~),
python3-astropy-helpers,
python3-matplotlib (>= 2~),
python3-numpy,
python3-plotly,
python3-pytest,
python3-scipy,
python3-setuptools,
python3-sympy
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/einsteinpy
Vcs-Git: https://salsa.debian.org/debian-astro-team/einsteinpy.git
Homepage: https://github.com/einsteinpy/einsteinpy
Package: python3-einsteinpy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: General Relativity in Python
EinsteinPy is an open source pure Python package
dedicated to problems arising in General Relativity
and relativistic physics, such as goedesics plotting
for schwarzschild space-time model, calculation of
schwarzschild radius for any mass given, symbolic
calculation of various functions related to GR such
as christoffel symbols. Features like visualization
of geodesics of curved black holes and 3D visualizations
are some of the features which are planned.
It is released under the MIT license.
|