pye57 0.4.11__cp38-cp38-win_amd64.whl → 0.4.12__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.

Potentially problematic release.


This version of pye57 might be problematic. Click here for more details.

pye57/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.4.11"
1
+ __version__ = "0.4.12"
Binary file
pye57/xerces-c_3_2.dll CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pye57
3
- Version: 0.4.11
3
+ Version: 0.4.12
4
4
  Summary: Python .e57 files reader/writer
5
5
  Home-page: https://www.github.com/davidcaron/pye57
6
6
  Author: David Caron
@@ -21,7 +21,7 @@ License-File: LICENSE
21
21
  Requires-Dist: numpy
22
22
  Requires-Dist: pyquaternion
23
23
  Provides-Extra: test
24
- Requires-Dist: pytest ; extra == 'test'
24
+ Requires-Dist: pytest; extra == "test"
25
25
 
26
26
 
27
27
  # pye57
@@ -94,21 +94,23 @@ translation_x = scan_0["pose"]["translation"]["x"]
94
94
 
95
95
  ## Installation
96
96
 
97
- If you're on linux or Windows, a wheel should be available.
97
+ On linux, Windows or Apple Silicon:
98
98
 
99
99
  `python -m pip install pye57`
100
100
 
101
- ## Building from source
101
+ On macOS with Intel CPU you can try to build from source (advanced users):
102
102
 
103
- ### Cloning the repository and required submodules
103
+ ## Building from source (for developers)
104
104
 
105
- Clone a new repository along with the required submodules
105
+ ### Cloning the repository with required submodule
106
+
107
+ Clone a new repository along with the libe57Format submodule
106
108
 
107
109
  `git clone https://github.com/davidcaron/pye57.git --recursive`
108
110
 
109
111
  If the repository has already been previously cloned, but without the --recursive flag
110
112
 
111
- ```
113
+ ```Bash
112
114
  cd pye57 # go to the cloned repository
113
115
  git submodule init # this will initialise the submodules in the repository
114
116
  git submodule update # this will update the submodules in the repository
@@ -126,9 +128,15 @@ To get xerces-c, you can either build from source or if you're using conda:
126
128
 
127
129
  `conda install -y xerces-c`
128
130
 
131
+ ### Dependencies on MacOS
132
+
133
+ To get xerces-c, run:
134
+
135
+ `bash ./scripts/install_xerces_c.sh`
136
+
129
137
  ### Run `pip install` from the repo source
130
138
 
131
- ```
139
+ ```Bash
132
140
  cd pye57
133
141
  python -m pip install .
134
142
  ```
@@ -137,6 +145,6 @@ python -m pip install .
137
145
 
138
146
  Use pip again
139
147
 
140
- ```
148
+ ```Bash
141
149
  python -m pip uninstall pye57
142
150
  ```
@@ -0,0 +1,13 @@
1
+ pye57/__init__.py,sha256=keWVF2W7Jau5voY0aufr6bayvjfDJSWf_bmawIvvj88,95
2
+ pye57/__version__.py,sha256=TjSYoKEuXfUl8y7pMA9CsDggQgtU90SQ0hEzEdAz0X4,24
3
+ pye57/e57.py,sha256=ec9_zxTvZ9TlnIVPMrzzB2wRHQg428F6EtWCCeg05K0,18950
4
+ pye57/exception.py,sha256=9Qgriir0IsSpHhStN5uvI5mlbKrc_P5ZURsi_PIW_q8,50
5
+ pye57/libe57.cp38-win_amd64.pyd,sha256=qzPdjHF9IRkyllQIXb-nM61EVCvMapXqFRVEu9b-AXU,744448
6
+ pye57/scan_header.py,sha256=39FD40CBcJL5azN_HjVNvSnFrQR3uO-MIQFFNRhUqRU,6036
7
+ pye57/utils.py,sha256=4jZrQ0sbrsaaFjVkgm_Tf8cLU9fBFb8hvYUDGD2ZJic,4297
8
+ pye57/xerces-c_3_2.dll,sha256=4l0oxMPwmMslfk5_QyhJ4iqu68Zi21qOx5T42nY2IZk,2787328
9
+ pye57-0.4.12.dist-info/LICENSE,sha256=Q0K1iCfVm6UmnR4AAyqME5q7flnU6aGh5OarEIa2K6Y,1056
10
+ pye57-0.4.12.dist-info/METADATA,sha256=PlPkerJd3KoJUYbInwpsThGr8ClVRUUaoHRj5z3XO88,4539
11
+ pye57-0.4.12.dist-info/WHEEL,sha256=W2kdImq02l-EUh3at9VjR6o2QIEyWCSYSH9BzhJTfwY,99
12
+ pye57-0.4.12.dist-info/top_level.txt,sha256=xD9HDzQ3BfGMuz1kI2uNKUR0KXcR-RtNEKigrkh48Nk,6
13
+ pye57-0.4.12.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.1.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-cp38-win_amd64
5
5
 
@@ -1,13 +0,0 @@
1
- pye57/__init__.py,sha256=keWVF2W7Jau5voY0aufr6bayvjfDJSWf_bmawIvvj88,95
2
- pye57/__version__.py,sha256=M2iCp4m_qK004Fasj5QOilw1SjIalSGYJefyglat2ow,24
3
- pye57/e57.py,sha256=ec9_zxTvZ9TlnIVPMrzzB2wRHQg428F6EtWCCeg05K0,18950
4
- pye57/exception.py,sha256=9Qgriir0IsSpHhStN5uvI5mlbKrc_P5ZURsi_PIW_q8,50
5
- pye57/libe57.cp38-win_amd64.pyd,sha256=SRTs-wyuDG_LJ9v2eDTLayozOptjjkTpgagAYIdROWE,744448
6
- pye57/scan_header.py,sha256=39FD40CBcJL5azN_HjVNvSnFrQR3uO-MIQFFNRhUqRU,6036
7
- pye57/utils.py,sha256=4jZrQ0sbrsaaFjVkgm_Tf8cLU9fBFb8hvYUDGD2ZJic,4297
8
- pye57/xerces-c_3_2.dll,sha256=Mvz0hOt3NjjAnYag9h9M6ThSY5VFkrYIMhFxsoixLds,2787328
9
- pye57-0.4.11.dist-info/LICENSE,sha256=Q0K1iCfVm6UmnR4AAyqME5q7flnU6aGh5OarEIa2K6Y,1056
10
- pye57-0.4.11.dist-info/METADATA,sha256=absvSSgEsMoOL1ZnSs9IJ1HNWZQgX70vd1vCZwsun0w,4360
11
- pye57-0.4.11.dist-info/WHEEL,sha256=r_wel6bJlPaG_qUjVhzXlm7lKIoqZ0dLP3gu9plJjH4,99
12
- pye57-0.4.11.dist-info/top_level.txt,sha256=xD9HDzQ3BfGMuz1kI2uNKUR0KXcR-RtNEKigrkh48Nk,6
13
- pye57-0.4.11.dist-info/RECORD,,