Skip to content

django-cte-stubs v0.1.0: Initial Release

Compare
Choose a tag to compare
@moranabadie moranabadie released this 24 Aug 14:19
· 4 commits to main since this release

Introducing django-cte-stubs v0.1.0: The initial release of type stubs for the django-cte package.

Key Features:

  • Comprehensive Stubs: This release includes type stubs for the most commonly used functions and classes in django-cte. Developers can now benefit from better type hinting and auto-completions in their IDEs and mypy.

  • Support for Modern Python: Designed to work with Python 3.9 and above, ensuring compatibility with modern Python projects.

  • Ease of Integration: Simply install alongside django-cte and django-stubs.

  • Tested with some examples in the repo.

Feedback & Contributions:
We welcome feedback, bug reports, and contributions. If you find any issues or areas of improvement, please raise an issue in our GitHub repository.