Skip to main content

Advanced auto related filters for Graphene Django

Project description

Django Graphene Filters

This package contains Advanced auto related filters for graphene-django.

Installation

# pip
pip install django-graphene-filters
# poetry
poetry add django-graphene-filters

Build

poetry update
poetry build

Publish

poetry publish --username __token__ --password PASSWORD

Testing

Local testing

  1. go to the project you want to install the package
  2. run pipenv shell
  3. run pip install -e .

Updating:

  • poetry upgradeable packages
poetry show -o
poetry add --dev
poetry show --outdated
poetry lock
poetry env remove 3.11
poetry run flake8 .
poetry run black .

Notes:

Files to do:

  • filterset.py AdvancedFilterSet
  • input_data_factories.py

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_graphene_filters-0.0.8.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

django_graphene_filters-0.0.8-py3-none-any.whl (23.6 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