pfc-geometry 0.2.5__py3-none-any.whl → 0.2.7__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.
- geometry/base.py +0 -1
- {pfc_geometry-0.2.5.dist-info → pfc_geometry-0.2.7.dist-info}/METADATA +12 -6
- {pfc_geometry-0.2.5.dist-info → pfc_geometry-0.2.7.dist-info}/RECORD +6 -6
- {pfc_geometry-0.2.5.dist-info → pfc_geometry-0.2.7.dist-info}/WHEEL +1 -1
- {pfc_geometry-0.2.5.dist-info → pfc_geometry-0.2.7.dist-info}/LICENSE +0 -0
- {pfc_geometry-0.2.5.dist-info → pfc_geometry-0.2.7.dist-info}/top_level.txt +0 -0
geometry/base.py
CHANGED
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.2.
|
|
2
|
+
Name: pfc-geometry
|
|
3
|
+
Version: 0.2.7
|
|
4
4
|
Summary: A package for handling 3D geometry with a nice interface
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Author-email: Thomas David <thomasdavid0@gmail.com>
|
|
6
|
+
License: GNU GPL v3
|
|
7
|
+
Project-URL: Homepage, https://github.com/PyFlightCoach/geometry
|
|
8
|
+
Project-URL: Documentation, https://pfcdocumentation.readthedocs.io/pyflightcoach/geometry.html
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.12
|
|
8
11
|
Description-Content-Type: text/markdown
|
|
9
12
|
License-File: LICENSE
|
|
10
13
|
Requires-Dist: numpy
|
|
11
14
|
Requires-Dist: pandas
|
|
15
|
+
Provides-Extra: dev
|
|
16
|
+
Requires-Dist: numpy ; extra == 'dev'
|
|
17
|
+
Requires-Dist: pandas ; extra == 'dev'
|
|
18
|
+
Requires-Dist: pytest ; extra == 'dev'
|
|
12
19
|
|
|
13
20
|
# geometry #
|
|
14
21
|
|
|
@@ -20,7 +27,6 @@ Magic methods are used extensively and the function of operators are logical for
|
|
|
20
27
|
|
|
21
28
|
Many convenience methods and constructors are available. Documentation is limited but if you need something it has probably already been written so check the code first.
|
|
22
29
|
|
|
23
|
-
|
|
24
30
|
Some examples are available here: https://pfcdocumentation.readthedocs.io/pyflightcoach/geometry.html
|
|
25
31
|
|
|
26
32
|
now available on pypi:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
geometry/__init__.py,sha256=HNhMyemIJzDq1nDjrr09eX5PS7q9ULscSbYsXss3JRM,1253
|
|
2
|
-
geometry/base.py,sha256=
|
|
2
|
+
geometry/base.py,sha256=lm32W43T92ePWXuXu93lCYbGBoJh_cgKyIMdlu4Sano,11276
|
|
3
3
|
geometry/coordinate_frame.py,sha256=qO3jqUWF4PW4BOkw5rBMTXfOzBjlA1HYwGYmPtu2M8M,3039
|
|
4
4
|
geometry/gps.py,sha256=Fs3hakSQ754HUqRsA7NWg_MSEdYxNqyiu4gu6EDrFqI,3381
|
|
5
5
|
geometry/mass.py,sha256=BUWBSITwpdRfpJR5-oJTd16BI7FLZt8rhxdzr0cx1HY,1675
|
|
@@ -8,8 +8,8 @@ geometry/quaternion.py,sha256=rw_9Fx9uKMMuGAWJjH1vU-iZzA15Vbn3HyzS4qV3oxY,9367
|
|
|
8
8
|
geometry/testing.py,sha256=o8yMBAdU5Vy0EspBYaof4fPGgRSFZhRDhzBjRPsLd0M,375
|
|
9
9
|
geometry/time.py,sha256=NdzVWdL7F3HpJb4MXYJ0uPHvgHqipVMTDTR-UVNx_wc,995
|
|
10
10
|
geometry/transformation.py,sha256=iCQRTC1sbH_TCRpm9d_PmGS8qxAne5LpGcCSeRpmcpM,4701
|
|
11
|
-
pfc_geometry-0.2.
|
|
12
|
-
pfc_geometry-0.2.
|
|
13
|
-
pfc_geometry-0.2.
|
|
14
|
-
pfc_geometry-0.2.
|
|
15
|
-
pfc_geometry-0.2.
|
|
11
|
+
pfc_geometry-0.2.7.dist-info/LICENSE,sha256=z72U6pv-bQgJ_Svr4uCXnMjemsp38aSerhHEdEAOMJ4,7632
|
|
12
|
+
pfc_geometry-0.2.7.dist-info/METADATA,sha256=1iX7Np64ybVIAoQzX_Pv1w_tpMzOPCi9TFNJg35bwEE,1978
|
|
13
|
+
pfc_geometry-0.2.7.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
14
|
+
pfc_geometry-0.2.7.dist-info/top_level.txt,sha256=RWbWhWYclEM-OFtXLCB4eLv-jxNnlJB-NPC2YM587Fo,9
|
|
15
|
+
pfc_geometry-0.2.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|