# Django Graphene Filters
This package contains Advanced auto related filters for [graphene-django](https://github.com/graphql-python/graphene-django).
# Installation
```shell
# pip
pip install django-graphene-filters
# poetry
poetry add django-graphene-filters
```
# Build
```shell
poetry update
poetry build
```
# Publish
```shell
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
```shell
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
Raw data
{
"_id": null,
"home_page": "https://github.com/riodw/django-graphene-filters",
"name": "django-graphene-filters",
"maintainer": "Rio Weber",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "riodweber@gmail.com",
"keywords": "django,graphene,filters,related",
"author": "Rio Weber",
"author_email": "riodweber@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/88/a2/b0037c3779c8c2e91c4f49e87650138285874ed1a14912e2c94822951303/django_graphene_filters-0.0.8.tar.gz",
"platform": null,
"description": "# Django Graphene Filters\n\nThis package contains Advanced auto related filters for [graphene-django](https://github.com/graphql-python/graphene-django).\n\n# Installation\n\n```shell\n# pip\npip install django-graphene-filters\n# poetry\npoetry add django-graphene-filters\n```\n\n# Build\n\n```shell\npoetry update\npoetry build\n```\n\n# Publish\n\n```shell\npoetry publish --username __token__ --password PASSWORD\n```\n\n# Testing\n\n## Local testing\n\n1. go to the project you want to install the package\n2. run `pipenv shell`\n3. run `pip install -e .`\n\n## Updating:\n\n- poetry upgradeable packages\n\n```shell\npoetry show -o\npoetry add --dev\npoetry show --outdated\npoetry lock\npoetry env remove 3.11\npoetry run flake8 .\npoetry run black .\n```\n\n# Notes:\n\nFiles to do:\n\n- filterset.py `AdvancedFilterSet`\n- input_data_factories.py\n",
"bugtrack_url": null,
"license": "",
"summary": "Advanced auto related filters for Graphene Django",
"version": "0.0.8",
"project_urls": {
"Homepage": "https://github.com/riodw/django-graphene-filters",
"Repository": "https://github.com/riodw/django-graphene-filters"
},
"split_keywords": [
"django",
"graphene",
"filters",
"related"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0d6d67cb82135a9fc41e6a6067297ac176977d1473a6d2090e9e2842e8d2bf60",
"md5": "3d9d74b62f0e5b21c9b30cac43d3f686",
"sha256": "f100ec245f0d2f190a5120fca86599619586d734e30d6a8fe0ad137438dcdb8b"
},
"downloads": -1,
"filename": "django_graphene_filters-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d9d74b62f0e5b21c9b30cac43d3f686",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 23571,
"upload_time": "2024-02-01T04:04:37",
"upload_time_iso_8601": "2024-02-01T04:04:37.160838Z",
"url": "https://files.pythonhosted.org/packages/0d/6d/67cb82135a9fc41e6a6067297ac176977d1473a6d2090e9e2842e8d2bf60/django_graphene_filters-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88a2b0037c3779c8c2e91c4f49e87650138285874ed1a14912e2c94822951303",
"md5": "14b1d4feb4d0a0168268efcb2ab789cc",
"sha256": "92a894e6c793ad2f9e48b8f9aa471052e0973103ca087205257b30cfa67bf47f"
},
"downloads": -1,
"filename": "django_graphene_filters-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "14b1d4feb4d0a0168268efcb2ab789cc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 19640,
"upload_time": "2024-02-01T04:04:38",
"upload_time_iso_8601": "2024-02-01T04:04:38.246002Z",
"url": "https://files.pythonhosted.org/packages/88/a2/b0037c3779c8c2e91c4f49e87650138285874ed1a14912e2c94822951303/django_graphene_filters-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-01 04:04:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "riodw",
"github_project": "django-graphene-filters",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"lcname": "django-graphene-filters"
}