FrankHubeny / astrodating

This package adds tools to be used with astropy to assist with astronomical dating of historical events.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Setup package information #1

Open FrankHubeny opened 1 month ago

FrankHubeny commented 1 month ago

Set up the base package environment prior to any code development.

FrankHubeny commented 1 month ago

I will be using https://www.pyopensci.org/python-package-guide/index.html as a guide. This will likely involve creating separate issues for the parts needed that cannot be immediately implemented.

FrankHubeny commented 1 month ago

Ruff formatter is working as a pre-commit. A new issue is raised for sp-repo-review. The documentation issue will take care of the docformatter hook. This was done using astropy's configuration but eliminating astropy specific directories.

This is only a partial completion of this issue. What remains is to make sure the rest of the package guide is implemented.