Skip to main content

Mypy stubs for Django CTE

Project description

django-cte-stubs

Type stubs for the django-cte package, enabling static type checking and improved IDE experiences for Django developers.

Key Features

  • Comprehensive type stubs for the django-cte package.
  • Better type hinting and autocompletions in supported IDEs.
  • Compatible with Python 3.9 and above.
  • Compatible with django-stubs 4.*
  • Compatible with django-cte 1.3.* for now.

Installation

To get started with django-cte-stubs, simply install the package via pip:

pip install django-cte-stubs

Once installed, setup https://github.com/typeddjango/django-stubs if not already, and add mypy_django_cte_plugin :

plugins =
    mypy_django_plugin.main,
    mypy_django_cte_plugin.main,

Typing Examples

We have provided a few examples of how typing is implemented using these stubs. Explore the following modules in our test suite for more insights:

Feedback & Contributions

We encourage feedback, bug reports, and contributions:

  1. Issues: If you find any issues or areas of improvement, please raise an issue in our GitHub repository.
  2. Contributions: Check out our CONTRIBUTING.md for guidelines on how to provide contributions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cte-stubs-0.2.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

django_cte_stubs-0.2.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page