starplot 0.14.0__py2.py3-none-any.whl → 0.15.1__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.

Potentially problematic release.


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

Files changed (63) hide show
  1. starplot/__init__.py +3 -1
  2. starplot/base.py +149 -37
  3. starplot/cli.py +33 -0
  4. starplot/data/__init__.py +6 -24
  5. starplot/data/bigsky.py +58 -40
  6. starplot/data/constellation_lines.py +827 -0
  7. starplot/data/constellation_stars.py +1501 -0
  8. starplot/data/constellations.py +43 -32
  9. starplot/data/db.py +17 -0
  10. starplot/data/dsos.py +24 -141
  11. starplot/data/library/{stars.bigsky.mag11.parquet → bigsky.0.4.0.stars.mag11.parquet} +0 -0
  12. starplot/data/library/sky.db +0 -0
  13. starplot/data/stars.py +45 -24
  14. starplot/geod.py +0 -6
  15. starplot/geometry.py +105 -6
  16. starplot/horizon.py +118 -107
  17. starplot/map.py +45 -96
  18. starplot/mixins.py +75 -14
  19. starplot/models/__init__.py +1 -1
  20. starplot/models/base.py +10 -128
  21. starplot/models/constellation.py +55 -32
  22. starplot/models/dso.py +132 -67
  23. starplot/models/moon.py +57 -78
  24. starplot/models/planet.py +44 -69
  25. starplot/models/star.py +91 -60
  26. starplot/models/sun.py +32 -53
  27. starplot/optic.py +14 -17
  28. starplot/plotters/constellations.py +81 -78
  29. starplot/plotters/dsos.py +49 -68
  30. starplot/plotters/experimental.py +1 -1
  31. starplot/plotters/milkyway.py +18 -20
  32. starplot/plotters/stars.py +91 -116
  33. starplot/profile.py +16 -0
  34. starplot/settings.py +26 -0
  35. starplot/styles/__init__.py +2 -0
  36. starplot/styles/base.py +7 -17
  37. starplot/styles/ext/blue_gold.yml +135 -0
  38. starplot/styles/ext/blue_light.yml +5 -4
  39. starplot/styles/ext/blue_medium.yml +11 -7
  40. starplot/styles/extensions.py +1 -0
  41. starplot/warnings.py +5 -0
  42. {starplot-0.14.0.dist-info → starplot-0.15.1.dist-info}/METADATA +11 -11
  43. {starplot-0.14.0.dist-info → starplot-0.15.1.dist-info}/RECORD +46 -54
  44. starplot-0.15.1.dist-info/entry_points.txt +3 -0
  45. starplot/data/bayer.py +0 -3499
  46. starplot/data/flamsteed.py +0 -2682
  47. starplot/data/library/constellation_borders_inv.gpkg +0 -0
  48. starplot/data/library/constellation_lines_hips.json +0 -709
  49. starplot/data/library/constellation_lines_inv.gpkg +0 -0
  50. starplot/data/library/constellations.gpkg +0 -0
  51. starplot/data/library/constellations_hip.fab +0 -88
  52. starplot/data/library/milkyway.gpkg +0 -0
  53. starplot/data/library/milkyway_inv.gpkg +0 -0
  54. starplot/data/library/ongc.gpkg.zip +0 -0
  55. starplot/data/library/stars.hipparcos.parquet +0 -0
  56. starplot/data/messier.py +0 -111
  57. starplot/data/prep/__init__.py +0 -0
  58. starplot/data/prep/constellations.py +0 -108
  59. starplot/data/prep/dsos.py +0 -299
  60. starplot/data/prep/utils.py +0 -16
  61. starplot/models/geometry.py +0 -44
  62. {starplot-0.14.0.dist-info → starplot-0.15.1.dist-info}/LICENSE +0 -0
  63. {starplot-0.14.0.dist-info → starplot-0.15.1.dist-info}/WHEEL +0 -0