stellive 0.0.1__py3-none-any.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.
stellive/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: stellive
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Pure Python High-Precision Ephemeris & Coordinate Engine
|
|
5
|
+
Classifier: Programming Language :: Python :: 3
|
|
6
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
7
|
+
Classifier: Operating System :: OS Independent
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# stellive
|
|
12
|
+
|
|
13
|
+
Pure Python High-Precision Ephemeris & Coordinate Engine.
|
|
14
|
+
|
|
15
|
+
This is a pre-release version for project name reservation.
|
|
16
|
+
The complete high-precision MVP engine (including JPL DE441 parsing,
|
|
17
|
+
arbitrary-precision decimal trigonometry, and multi-frame transformations)
|
|
18
|
+
will be deployed soon in Milestone 1.
|
|
19
|
+
|
|
20
|
+
this readme file was written by Gemini.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
stellive/__init__.py,sha256=3XD6ROeHq-sPVfLlLP8X8v5t0N8rUtjxIYdK3XotpvQ,36
|
|
2
|
+
stellive-0.0.1.dist-info/METADATA,sha256=a_pB6C0R4SYi8W0fKIOmdXlQVKc-BfhzhJKlzEF3EDk,706
|
|
3
|
+
stellive-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
stellive-0.0.1.dist-info/top_level.txt,sha256=_PmzJ6m0qBWPnQ_bHWhSmf6lbDCF2b9F3OHCW2gA040,9
|
|
5
|
+
stellive-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
stellive
|