kerrz-python 0.1.0__tar.gz → 0.1.0.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/PKG-INFO +1 -1
- kerrz_python-0.1.0.post1/kerrz_python/VERSION +1 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/kerrz_python/__init__.py +1 -2
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/kerrz_python.egg-info/PKG-INFO +1 -1
- kerrz_python-0.1.0/kerrz_python/VERSION +0 -1
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/README.md +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/kerrz_python.egg-info/SOURCES.txt +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/kerrz_python.egg-info/dependency_links.txt +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/kerrz_python.egg-info/requires.txt +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/kerrz_python.egg-info/top_level.txt +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/pyproject.toml +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/setup.cfg +0 -0
- {kerrz_python-0.1.0 → kerrz_python-0.1.0.post1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kerrz_python
|
|
3
|
-
Version: 0.1.0
|
|
3
|
+
Version: 0.1.0.post1
|
|
4
4
|
Summary: Python wrapper for kerrz. Avoid installing directly, use kerrz[py] unless you know what you are doing.
|
|
5
5
|
Home-page: https://codeberg.org/astro-group/kerrz-py
|
|
6
6
|
Author: Fergus Baker
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.1.0.post1
|
|
@@ -3,7 +3,6 @@ import ctypes
|
|
|
3
3
|
import enum
|
|
4
4
|
import kerrz_lib.bindings as bindings
|
|
5
5
|
|
|
6
|
-
|
|
7
6
|
class Status(enum.Enum):
|
|
8
7
|
NONE = 0
|
|
9
8
|
EVENT_HORIZON = 1
|
|
@@ -65,4 +64,4 @@ def trace_impact_parameters(
|
|
|
65
64
|
return NullGeodesic(pb)
|
|
66
65
|
|
|
67
66
|
|
|
68
|
-
__all__ = [Status, GeodesicPoint, TurningPoints, NullGeodesic, trace_impact_parameters]
|
|
67
|
+
__all__ = ["Status", "GeodesicPoint", "TurningPoints", "NullGeodesic", "trace_impact_parameters"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kerrz_python
|
|
3
|
-
Version: 0.1.0
|
|
3
|
+
Version: 0.1.0.post1
|
|
4
4
|
Summary: Python wrapper for kerrz. Avoid installing directly, use kerrz[py] unless you know what you are doing.
|
|
5
5
|
Home-page: https://codeberg.org/astro-group/kerrz-py
|
|
6
6
|
Author: Fergus Baker
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|