A library that computes the ephemerides.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 3 ans
il y a 3 ans
12345678910111213141516171819
  1. black:
  2. poetry run black kosmorrolib
  3. .PHONY: tests
  4. tests: doctests
  5. coverage-doctests:
  6. python3 -m poetry run coverage run tests.py
  7. coverage-report:
  8. python3 -m poetry run coverage report
  9. doctests:
  10. python3 -m poetry run python tests.py
  11. changelog:
  12. npm install conventional-changelog-cli
  13. ./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s
  14. rm -rf node_modules package.json package-lock.json