Skip to content

Conversation

@Remco646
Copy link

@Remco646 Remco646 commented Dec 29, 2025

This PR adds initial type stubs for the ephem library (PyPI: pyephem).

ephem is a widely used library for high-precision astronomy calculations. Since it is largely implemented in C, static analysis tools currently have difficulty providing completions and type safety for it.

The stubs provide comprehensive coverage for the publicly accessible API, including:

  • The main ephem namespace (__init__)
  • The underlying _libastro C-extension interface
  • The cities and stars databases

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant