A library that computes the ephemerides.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

40 rindas
1.1 KiB

  1. [project]
  2. name = "kosmorrolib"
  3. version = "1.0.13"
  4. authors = [
  5. { name = "Jérôme Deuchnord", email = "jerome@deuchnord.fr" }
  6. ]
  7. homepage = "https://kosmorro.space/lib"
  8. repository = "https://github.com/Kosmorro/lib"
  9. documentation = "https://kosmorro.space/lib/doc"
  10. keywords = ["kosmorro", "astronomy", "ephemerides", "ephemeris"]
  11. license = "AGPL-3.0-or-later"
  12. description = "A library to computes the ephemerides."
  13. readme = "README.md"
  14. requires-python = "^3.11"
  15. dependencies = [
  16. "skyfield (>=1.49,<2.0)",
  17. "numpy (>=2.3,<3.0)",
  18. "skyfield-data (>=7.0.0)",
  19. "python-dateutil (>=2.8,<3.0)"
  20. ]
  21. classifiers = [
  22. "Development Status :: 5 - Production/Stable",
  23. "Topic :: Scientific/Engineering :: Astronomy",
  24. "Topic :: Software Development :: Libraries :: Python Modules",
  25. "Intended Audience :: Developers",
  26. "Intended Audience :: Education",
  27. ]
  28. [tool.poetry.group.dev.dependencies]
  29. black = ">=23.1"
  30. parameterized = "^0.9.0"
  31. coverage = ">=6.1"
  32. coveralls = ">=3.3"
  33. [build-system]
  34. requires = ["poetry-core>=1.0.0"]
  35. build-backend = "poetry.core.masonry.api"