check-orbit 0.1.0__cp38-cp38-win_amd64.whl → 0.1.1__cp38-cp38-win_amd64.whl
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.
- check_orbit/__init__.py +5 -5
- check_orbit/check_orbit.cp38-win_amd64.pyd +0 -0
- {check_orbit-0.1.0.dist-info → check_orbit-0.1.1.dist-info}/METADATA +1 -1
- check_orbit-0.1.1.dist-info/RECORD +6 -0
- check_orbit-0.1.0.dist-info/RECORD +0 -6
- {check_orbit-0.1.0.dist-info → check_orbit-0.1.1.dist-info}/WHEEL +0 -0
- {check_orbit-0.1.0.dist-info → check_orbit-0.1.1.dist-info}/licenses/LICENSE +0 -0
check_orbit/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Import all functions from the compiled extension module
|
|
2
|
-
# The .pyd/.so file is named with platform tags but Python finds it automatically
|
|
3
|
-
from
|
|
4
|
-
|
|
5
|
-
__version__ = "0.1.
|
|
1
|
+
# Import all functions from the compiled extension module
|
|
2
|
+
# The .pyd/.so file is named with platform tags but Python finds it automatically
|
|
3
|
+
from .check_orbit import *
|
|
4
|
+
|
|
5
|
+
__version__ = "0.1.1"
|
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
check_orbit/__init__.py,sha256=LQBhJ3B9QT0jfRwsQOnWzS18FUyMPoLrxjDKLoK-F8s,191
|
|
2
|
+
check_orbit/check_orbit.cp38-win_amd64.pyd,sha256=PxXtwR86Ro8xuxbxvRTJ4Bc7Q4TJwGLCd5YjKv6_6uo,1202176
|
|
3
|
+
check_orbit-0.1.1.dist-info/METADATA,sha256=2eTnoBotSq20BFYR9VXL2sI4F2BEbD5CZY_QQqSbbT8,3085
|
|
4
|
+
check_orbit-0.1.1.dist-info/WHEEL,sha256=yXMtVL9U8RkqJEJfb-z5X2s1_G1r2eGG-REYk3wgjZ0,104
|
|
5
|
+
check_orbit-0.1.1.dist-info/licenses/LICENSE,sha256=5OizsvrzZ230uqGrSR3NA63c7uUbKAVGPsGwP597ZZ0,1102
|
|
6
|
+
check_orbit-0.1.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
check_orbit/__init__.py,sha256=4ryaPdZt-vBmJ-zkTkNrWL07mS0ynrNMmyfsXgHMl58,206
|
|
2
|
-
check_orbit/check_orbit.cp38-win_amd64.pyd,sha256=n7HF_6WMwqynXZuh5aZhtRMPFtpT483ZO6fK2NgSXvI,1202176
|
|
3
|
-
check_orbit-0.1.0.dist-info/METADATA,sha256=YgW7SgbSjDnVlduJ3u8TlAJilJeSjSECZfTEwyMneOs,3085
|
|
4
|
-
check_orbit-0.1.0.dist-info/WHEEL,sha256=yXMtVL9U8RkqJEJfb-z5X2s1_G1r2eGG-REYk3wgjZ0,104
|
|
5
|
-
check_orbit-0.1.0.dist-info/licenses/LICENSE,sha256=5OizsvrzZ230uqGrSR3NA63c7uUbKAVGPsGwP597ZZ0,1102
|
|
6
|
-
check_orbit-0.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|