eulumdat-plot 0.0.1__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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# placeholder
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: eulumdat-plot
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Photometric curve plotting for EULUMDAT (.ldt) files — extension to eulumdat-py
|
|
5
|
+
Author: 123VincentB
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/123VincentB/eulumdat-plot
|
|
8
|
+
Keywords: eulumdat,ldt,photometry,lighting,polar,plot,svg
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Science/Research
|
|
11
|
+
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Requires-Python: >=3.9
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
Requires-Dist: eulumdat-py>=1.0.0
|
|
17
|
+
Provides-Extra: dev
|
|
18
|
+
Requires-Dist: build; extra == "dev"
|
|
19
|
+
Requires-Dist: twine; extra == "dev"
|
|
20
|
+
|
|
21
|
+
# eulumdat-plot
|
|
22
|
+
|
|
23
|
+
Photometric curve plotting for EULUMDAT (.ldt) files — extension to [eulumdat-py](https://pypi.org/project/eulumdat-py/).
|
|
24
|
+
|
|
25
|
+
> ⚠️ This package is under development. Not yet functional.
|
|
26
|
+
|
|
27
|
+
## Planned features
|
|
28
|
+
|
|
29
|
+
- SVG polar diagram generation from LDT photometric data
|
|
30
|
+
- PNG / JPG export
|
|
31
|
+
- Support for multiple C-planes (C0/C180, C90/C270, full 360°)
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
eulumdat_plot/__init__.py,sha256=nZ8syR0SThxKmV0Mmd-mf9p_qYtrmrlywY5sNt0959I,14
|
|
2
|
+
eulumdat_plot-0.0.1.dist-info/METADATA,sha256=Up64syQpGtVM2OmGuMGbCe-U-XNNJAcBWvVmzmGZIME,1149
|
|
3
|
+
eulumdat_plot-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
eulumdat_plot-0.0.1.dist-info/top_level.txt,sha256=AsBUEzqi7316GhS_tHqXncJ5_pUaXb0Gm2ozfpeNQBA,14
|
|
5
|
+
eulumdat_plot-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
eulumdat_plot
|