pyfastnet 2.0.15__tar.gz → 2.0.16__tar.gz
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.
- {pyfastnet-2.0.15/pyfastnet.egg-info → pyfastnet-2.0.16}/PKG-INFO +44 -16
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/README.md +2 -3
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/fastnet_decoder/__init__.py +2 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16/pyfastnet.egg-info}/PKG-INFO +44 -16
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/pyfastnet.egg-info/SOURCES.txt +2 -2
- pyfastnet-2.0.16/pyfastnet.egg-info/requires.txt +3 -0
- pyfastnet-2.0.16/pyproject.toml +44 -0
- pyfastnet-2.0.15/MANIFEST.in +0 -17
- pyfastnet-2.0.15/setup.py +0 -20
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/LICENSE +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/fastnet_decoder/decode_fastnet.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/fastnet_decoder/frame_buffer.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/fastnet_decoder/logger.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/fastnet_decoder/mappings.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/fastnet_decoder/utils.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/pyfastnet.egg-info/dependency_links.txt +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/pyfastnet.egg-info/top_level.txt +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/setup.cfg +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_autopilot.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_awa.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_aws.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_battery.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_boatspeed.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_depth_frame.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_format07_msb_regression.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_format08_layout.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_heading.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_heel_trim.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_latlon_frame.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_sea_temp.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_sog.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_tidal.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_timer.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_twa.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_twd.py +0 -0
- {pyfastnet-2.0.15 → pyfastnet-2.0.16}/tests/test_tws.py +0 -0
|
@@ -1,25 +1,54 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyfastnet
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.16
|
|
4
4
|
Summary: A Python library for decoding FastNet protocol data streams.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Author-email: Alex Salmon <alex@ivila.net>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2025 ghotihook
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Homepage, https://github.com/ghotihook/pyfastnet
|
|
29
|
+
Project-URL: Repository, https://github.com/ghotihook/pyfastnet
|
|
30
|
+
Project-URL: Issues, https://github.com/ghotihook/pyfastnet/issues
|
|
31
|
+
Keywords: fastnet,bandg,hydra,h2000,marine,sailing,decoder
|
|
32
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
33
|
+
Classifier: Intended Audience :: Developers
|
|
9
34
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
35
|
Classifier: Operating System :: OS Independent
|
|
36
|
+
Classifier: Programming Language :: Python :: 3
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
38
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
39
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
40
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
42
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
43
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
44
|
+
Classifier: Topic :: Communications
|
|
45
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
11
46
|
Requires-Python: >=3.7
|
|
12
47
|
Description-Content-Type: text/markdown
|
|
13
48
|
License-File: LICENSE
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Dynamic: classifier
|
|
17
|
-
Dynamic: description
|
|
18
|
-
Dynamic: description-content-type
|
|
19
|
-
Dynamic: home-page
|
|
49
|
+
Provides-Extra: test
|
|
50
|
+
Requires-Dist: pytest>=7.0; extra == "test"
|
|
20
51
|
Dynamic: license-file
|
|
21
|
-
Dynamic: requires-python
|
|
22
|
-
Dynamic: summary
|
|
23
52
|
|
|
24
53
|
# pyfastnet
|
|
25
54
|
|
|
@@ -153,10 +182,9 @@ fb.get_buffer_contents() # hex string of buffer contents
|
|
|
153
182
|
|
|
154
183
|
## Companion apps
|
|
155
184
|
|
|
156
|
-
- [fastnet2ip](https://github.com/ghotihook/fastnet2ip) — reads FastNet from serial
|
|
157
|
-
- [fastnet2ip_n2k](https://github.com/ghotihook/fastnet2ip_n2k) — reads FastNet from serial, broadcasts NMEA 2000 via UDP
|
|
185
|
+
- [fastnet2ip](https://github.com/ghotihook/fastnet2ip) — reads FastNet from serial and broadcasts it over UDP as either NMEA 0183 or NMEA 2000 (selected with `--output`). Install with `pipx install fastnet2ip`.
|
|
158
186
|
|
|
159
|
-
|
|
187
|
+
Runs on Raspberry Pi, macOS, or Linux.
|
|
160
188
|
|
|
161
189
|
## Acknowledgments
|
|
162
190
|
|
|
@@ -130,10 +130,9 @@ fb.get_buffer_contents() # hex string of buffer contents
|
|
|
130
130
|
|
|
131
131
|
## Companion apps
|
|
132
132
|
|
|
133
|
-
- [fastnet2ip](https://github.com/ghotihook/fastnet2ip) — reads FastNet from serial
|
|
134
|
-
- [fastnet2ip_n2k](https://github.com/ghotihook/fastnet2ip_n2k) — reads FastNet from serial, broadcasts NMEA 2000 via UDP
|
|
133
|
+
- [fastnet2ip](https://github.com/ghotihook/fastnet2ip) — reads FastNet from serial and broadcasts it over UDP as either NMEA 0183 or NMEA 2000 (selected with `--output`). Install with `pipx install fastnet2ip`.
|
|
135
134
|
|
|
136
|
-
|
|
135
|
+
Runs on Raspberry Pi, macOS, or Linux.
|
|
137
136
|
|
|
138
137
|
## Acknowledgments
|
|
139
138
|
|
|
@@ -1,25 +1,54 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyfastnet
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.16
|
|
4
4
|
Summary: A Python library for decoding FastNet protocol data streams.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Author-email: Alex Salmon <alex@ivila.net>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2025 ghotihook
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Homepage, https://github.com/ghotihook/pyfastnet
|
|
29
|
+
Project-URL: Repository, https://github.com/ghotihook/pyfastnet
|
|
30
|
+
Project-URL: Issues, https://github.com/ghotihook/pyfastnet/issues
|
|
31
|
+
Keywords: fastnet,bandg,hydra,h2000,marine,sailing,decoder
|
|
32
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
33
|
+
Classifier: Intended Audience :: Developers
|
|
9
34
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
35
|
Classifier: Operating System :: OS Independent
|
|
36
|
+
Classifier: Programming Language :: Python :: 3
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
38
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
39
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
40
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
42
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
43
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
44
|
+
Classifier: Topic :: Communications
|
|
45
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
11
46
|
Requires-Python: >=3.7
|
|
12
47
|
Description-Content-Type: text/markdown
|
|
13
48
|
License-File: LICENSE
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Dynamic: classifier
|
|
17
|
-
Dynamic: description
|
|
18
|
-
Dynamic: description-content-type
|
|
19
|
-
Dynamic: home-page
|
|
49
|
+
Provides-Extra: test
|
|
50
|
+
Requires-Dist: pytest>=7.0; extra == "test"
|
|
20
51
|
Dynamic: license-file
|
|
21
|
-
Dynamic: requires-python
|
|
22
|
-
Dynamic: summary
|
|
23
52
|
|
|
24
53
|
# pyfastnet
|
|
25
54
|
|
|
@@ -153,10 +182,9 @@ fb.get_buffer_contents() # hex string of buffer contents
|
|
|
153
182
|
|
|
154
183
|
## Companion apps
|
|
155
184
|
|
|
156
|
-
- [fastnet2ip](https://github.com/ghotihook/fastnet2ip) — reads FastNet from serial
|
|
157
|
-
- [fastnet2ip_n2k](https://github.com/ghotihook/fastnet2ip_n2k) — reads FastNet from serial, broadcasts NMEA 2000 via UDP
|
|
185
|
+
- [fastnet2ip](https://github.com/ghotihook/fastnet2ip) — reads FastNet from serial and broadcasts it over UDP as either NMEA 0183 or NMEA 2000 (selected with `--output`). Install with `pipx install fastnet2ip`.
|
|
158
186
|
|
|
159
|
-
|
|
187
|
+
Runs on Raspberry Pi, macOS, or Linux.
|
|
160
188
|
|
|
161
189
|
## Acknowledgments
|
|
162
190
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
LICENSE
|
|
2
|
-
MANIFEST.in
|
|
3
2
|
README.md
|
|
4
|
-
|
|
3
|
+
pyproject.toml
|
|
5
4
|
fastnet_decoder/__init__.py
|
|
6
5
|
fastnet_decoder/decode_fastnet.py
|
|
7
6
|
fastnet_decoder/frame_buffer.py
|
|
@@ -11,6 +10,7 @@ fastnet_decoder/utils.py
|
|
|
11
10
|
pyfastnet.egg-info/PKG-INFO
|
|
12
11
|
pyfastnet.egg-info/SOURCES.txt
|
|
13
12
|
pyfastnet.egg-info/dependency_links.txt
|
|
13
|
+
pyfastnet.egg-info/requires.txt
|
|
14
14
|
pyfastnet.egg-info/top_level.txt
|
|
15
15
|
tests/test_autopilot.py
|
|
16
16
|
tests/test_awa.py
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "pyfastnet"
|
|
7
|
+
dynamic = ["version"]
|
|
8
|
+
description = "A Python library for decoding FastNet protocol data streams."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.7"
|
|
11
|
+
license = { file = "LICENSE" }
|
|
12
|
+
authors = [{ name = "Alex Salmon", email = "alex@ivila.net" }]
|
|
13
|
+
keywords = ["fastnet", "bandg", "hydra", "h2000", "marine", "sailing", "decoder"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 5 - Production/Stable",
|
|
16
|
+
"Intended Audience :: Developers",
|
|
17
|
+
"License :: OSI Approved :: MIT License",
|
|
18
|
+
"Operating System :: OS Independent",
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
"Programming Language :: Python :: 3.7",
|
|
21
|
+
"Programming Language :: Python :: 3.8",
|
|
22
|
+
"Programming Language :: Python :: 3.9",
|
|
23
|
+
"Programming Language :: Python :: 3.10",
|
|
24
|
+
"Programming Language :: Python :: 3.11",
|
|
25
|
+
"Programming Language :: Python :: 3.12",
|
|
26
|
+
"Programming Language :: Python :: 3.13",
|
|
27
|
+
"Topic :: Communications",
|
|
28
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
29
|
+
]
|
|
30
|
+
dependencies = []
|
|
31
|
+
|
|
32
|
+
[project.urls]
|
|
33
|
+
Homepage = "https://github.com/ghotihook/pyfastnet"
|
|
34
|
+
Repository = "https://github.com/ghotihook/pyfastnet"
|
|
35
|
+
Issues = "https://github.com/ghotihook/pyfastnet/issues"
|
|
36
|
+
|
|
37
|
+
[project.optional-dependencies]
|
|
38
|
+
test = ["pytest>=7.0"]
|
|
39
|
+
|
|
40
|
+
[tool.setuptools.packages.find]
|
|
41
|
+
include = ["fastnet_decoder*"]
|
|
42
|
+
|
|
43
|
+
[tool.setuptools.dynamic]
|
|
44
|
+
version = { attr = "fastnet_decoder.__version__" }
|
pyfastnet-2.0.15/MANIFEST.in
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Include README, LICENSE, and other important files
|
|
2
|
-
include README.md
|
|
3
|
-
include LICENSE
|
|
4
|
-
|
|
5
|
-
# Include all Python source files
|
|
6
|
-
recursive-include pyfastnet *.py
|
|
7
|
-
|
|
8
|
-
# Include tests directory
|
|
9
|
-
recursive-include tests *.py
|
|
10
|
-
|
|
11
|
-
# Include any data files, if applicable
|
|
12
|
-
include pyfastnet/data/*
|
|
13
|
-
|
|
14
|
-
# Exclude unwanted files (e.g., caches, temp files, etc.)
|
|
15
|
-
global-exclude __pycache__/*
|
|
16
|
-
global-exclude *.py[cod]
|
|
17
|
-
global-exclude .DS_Store
|
pyfastnet-2.0.15/setup.py
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
from setuptools import setup, find_packages
|
|
2
|
-
|
|
3
|
-
setup(
|
|
4
|
-
name="pyfastnet",
|
|
5
|
-
version="2.0.15",
|
|
6
|
-
author="Alex Salmon",
|
|
7
|
-
author_email="alex@ivila.net",
|
|
8
|
-
description="A Python library for decoding FastNet protocol data streams.",
|
|
9
|
-
long_description=open("README.md").read(),
|
|
10
|
-
long_description_content_type="text/markdown",
|
|
11
|
-
url="https://github.com/ghotihook/pyfastnet",
|
|
12
|
-
packages=find_packages(),
|
|
13
|
-
classifiers=[
|
|
14
|
-
"Programming Language :: Python :: 3",
|
|
15
|
-
"License :: OSI Approved :: MIT License",
|
|
16
|
-
"Operating System :: OS Independent",
|
|
17
|
-
],
|
|
18
|
-
python_requires=">=3.7",
|
|
19
|
-
install_requires=[] # Add dependencies if required
|
|
20
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|