pfc-geometry 0.2.5__py3-none-any.whl → 0.2.6__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 CHANGED
@@ -33,7 +33,6 @@ def dprep(func):
33
33
 
34
34
  return wrapper
35
35
 
36
-
37
36
  class Base:
38
37
  __array_priority__ = 15.0 # this is a quirk of numpy so the __r*__ methods here take priority
39
38
  cols=[]
@@ -1,14 +1,19 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pfc_geometry
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: A package for handling 3D geometry with a nice interface
5
- Home-page: https://github.com/PyFlightCoach/geometry
6
- Author: Thomas David
7
- Author-email: thomasdavid0@gmail.com
5
+ Author-email: Thomas David <thomasdavid0@gmail.com>
6
+ License: GNU GPL v3
7
+ Classifier: Programming Language :: Python :: 3
8
+ Requires-Python: >=3.12
8
9
  Description-Content-Type: text/markdown
9
10
  License-File: LICENSE
10
11
  Requires-Dist: numpy
11
12
  Requires-Dist: pandas
13
+ Provides-Extra: dev
14
+ Requires-Dist: numpy ; extra == 'dev'
15
+ Requires-Dist: pandas ; extra == 'dev'
16
+ Requires-Dist: pytest ; extra == 'dev'
12
17
 
13
18
  # geometry #
14
19
 
@@ -20,7 +25,6 @@ Magic methods are used extensively and the function of operators are logical for
20
25
 
21
26
  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
27
 
23
-
24
28
  Some examples are available here: https://pfcdocumentation.readthedocs.io/pyflightcoach/geometry.html
25
29
 
26
30
  now available on pypi:
@@ -1,5 +1,5 @@
1
1
  geometry/__init__.py,sha256=HNhMyemIJzDq1nDjrr09eX5PS7q9ULscSbYsXss3JRM,1253
2
- geometry/base.py,sha256=ZgjOPv2QU6nBSEFurBXCIos0YVjEZhjjT-NTz06DCvo,11277
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.5.dist-info/LICENSE,sha256=z72U6pv-bQgJ_Svr4uCXnMjemsp38aSerhHEdEAOMJ4,7632
12
- pfc_geometry-0.2.5.dist-info/METADATA,sha256=CT7pu1h7aW4_kwUgYvnUDM_M-Th_gIrktUfKTAKE5fQ,1649
13
- pfc_geometry-0.2.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
- pfc_geometry-0.2.5.dist-info/top_level.txt,sha256=RWbWhWYclEM-OFtXLCB4eLv-jxNnlJB-NPC2YM587Fo,9
15
- pfc_geometry-0.2.5.dist-info/RECORD,,
11
+ pfc_geometry-0.2.6.dist-info/LICENSE,sha256=z72U6pv-bQgJ_Svr4uCXnMjemsp38aSerhHEdEAOMJ4,7632
12
+ pfc_geometry-0.2.6.dist-info/METADATA,sha256=i1OwAmVTaz_594oDrvkhmM1Ruphho9Zz_lZ_-nr65ks,1817
13
+ pfc_geometry-0.2.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
+ pfc_geometry-0.2.6.dist-info/top_level.txt,sha256=RWbWhWYclEM-OFtXLCB4eLv-jxNnlJB-NPC2YM587Fo,9
15
+ pfc_geometry-0.2.6.dist-info/RECORD,,