starplot 0.11.1__py2.py3-none-any.whl → 0.11.2__py2.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.
- starplot/__init__.py +1 -1
- {starplot-0.11.1.dist-info → starplot-0.11.2.dist-info}/METADATA +4 -3
- {starplot-0.11.1.dist-info → starplot-0.11.2.dist-info}/RECORD +5 -5
- {starplot-0.11.1.dist-info → starplot-0.11.2.dist-info}/LICENSE +0 -0
- {starplot-0.11.1.dist-info → starplot-0.11.2.dist-info}/WHEEL +0 -0
starplot/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.2
|
|
4
4
|
Summary: Star charts and maps
|
|
5
5
|
Keywords: astronomy,stars,charts,maps,constellations
|
|
6
6
|
Author-email: Steve Berardi <hello@steveberardi.com>
|
|
@@ -26,6 +26,7 @@ Requires-Dist: pyarrow >= 14.0.2
|
|
|
26
26
|
Requires-Dist: fastparquet >= 2023.10.1
|
|
27
27
|
Requires-Dist: pyogrio >= 0.7.2
|
|
28
28
|
Requires-Dist: rtree >= 1.2.0
|
|
29
|
+
Requires-Dist: requests >= 2.31.0
|
|
29
30
|
Project-URL: Documentation, https://starplot.dev
|
|
30
31
|
Project-URL: Home, https://starplot.dev
|
|
31
32
|
Project-URL: Source, https://github.com/steveberardi/starplot
|
|
@@ -118,10 +119,10 @@ Contributing to Starplot is welcome and very much appreciated! Please see [here]
|
|
|
118
119
|
- 🌑 Planet moons
|
|
119
120
|
- ✴️ Custom markers
|
|
120
121
|
- 🚀 Plotting Optimizations
|
|
121
|
-
- 📐
|
|
122
|
+
- 📐 Custom clip paths
|
|
122
123
|
- ⚖️ Better auto font-size adjustment
|
|
123
124
|
|
|
124
|
-
See more details on the [Public Roadmap](https://
|
|
125
|
+
See more details on the [Public Roadmap](https://trello.com/b/sUksygn4/starplot-roadmap)
|
|
125
126
|
|
|
126
127
|
## License
|
|
127
128
|
[MIT License](https://github.com/steveberardi/starplot/blob/main/LICENSE)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
starplot/__init__.py,sha256=
|
|
1
|
+
starplot/__init__.py,sha256=blARZDdXct55uZVkwtiagqdzZjHlEDcEMFaCj-pyfeM,435
|
|
2
2
|
starplot/base.py,sha256=ekEgPrXdLS054W3p64n3-Fwax8n2TY9gSf_MDjsBlVk,28345
|
|
3
3
|
starplot/callables.py,sha256=5GZZoOhYc3wAJTzPgXt_tHdjIr-fKdhCbWjm6FT7Er8,2927
|
|
4
4
|
starplot/geod.py,sha256=QJmF6dOa4dpLoLQ32QsiXaG4gBpTBuagzSFquM9OzsM,2665
|
|
@@ -56,7 +56,7 @@ starplot/styles/ext/grayscale_dark.yml,sha256=sCdEldJnxGnOcb_bHq258GodBCyYxEOoUm
|
|
|
56
56
|
starplot/styles/ext/map.yml,sha256=HbP7po572UMdDmYFyA34Reac9s8V2nEoO9pi5DT9M1o,120
|
|
57
57
|
starplot/styles/ext/nord.yml,sha256=M6APu9Iks4srC4HGAAhlOlsmdXebhnqq8PPDYGO0zzA,2164
|
|
58
58
|
starplot/styles/ext/optic.yml,sha256=fiTvTl8Ka07o5KqtIqqBGL65ADjnMe6oyxTBbfoHz40,236
|
|
59
|
-
starplot-0.11.
|
|
60
|
-
starplot-0.11.
|
|
61
|
-
starplot-0.11.
|
|
62
|
-
starplot-0.11.
|
|
59
|
+
starplot-0.11.2.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
|
|
60
|
+
starplot-0.11.2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
61
|
+
starplot-0.11.2.dist-info/METADATA,sha256=4lApaPUjR5d7E4OdRoITI5TaAy_v-lAUJbw9mq4L5_Y,4189
|
|
62
|
+
starplot-0.11.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|