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 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,21 @@
1
1
  Metadata-Version: 2.1
2
- Name: pfc_geometry
3
- Version: 0.2.5
2
+ Name: pfc-geometry
3
+ Version: 0.2.7
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
+ 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=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.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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5