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