{ "info": { "author": "Morgan Bohn", "author_email": "morgan.bohn@unistra.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "django-rest-framework-custom-filters\n====================================\n\nCustom filters for django rest framework\n\nCompatibility\n-------------\n\nwork with :\n * Python 2.7 / 3.4\n * Dango 1.6 / 1.7\n * Django Rest Framework 2.4 / 3.0\n\nInstallation\n------------\n\nInstall the package from pypi: ::\n\n pip install djangorestframework-custom-filters\n\nAdd the application in your django settings: ::\n\n DJANGO_APPS = ('rest_framework_custom_filters',)\n \nUsage\n-----\n\nUse it in your filters.py : ::\n\n import django_filters\n import rest_framework_custom_filters\n\n class MyFilter(django_filters.FilterSet):\n since = rest_framework_custom_filters.IsoDateTimeFilter(name='_per_modif', lookup_type='gte')\n ...", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/djangorestframework-custom-filters", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/unistra/django-rest-framework-custom-filters", "keywords": "django,REST,rest_framework,filters", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "djangorestframework-custom-filters", "package_url": "https://pypi.org/project/djangorestframework-custom-filters/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangorestframework-custom-filters/", "project_urls": { "Download": "https://pypi.python.org/pypi/djangorestframework-custom-filters", "Homepage": "https://github.com/unistra/django-rest-framework-custom-filters" }, "release_url": "https://pypi.org/project/djangorestframework-custom-filters/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Custom filters for Django REST Framework", "version": "1.0.0" }, "last_serial": 1584658, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2c6110e097102835d2ae350be0a656ce", "sha256": "edaa6d44f035760ce08fa8c1bca6bf33ab20b939de6c5c687377433c1ebf4d9b" }, "downloads": -1, "filename": "djangorestframework-custom-filters-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2c6110e097102835d2ae350be0a656ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9479, "upload_time": "2015-06-09T11:21:13", "url": "https://files.pythonhosted.org/packages/73/f4/4a48241ab8a9ee841526ae84a201bda787dfadb89b7dc1c2633a7d033806/djangorestframework-custom-filters-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c6110e097102835d2ae350be0a656ce", "sha256": "edaa6d44f035760ce08fa8c1bca6bf33ab20b939de6c5c687377433c1ebf4d9b" }, "downloads": -1, "filename": "djangorestframework-custom-filters-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2c6110e097102835d2ae350be0a656ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9479, "upload_time": "2015-06-09T11:21:13", "url": "https://files.pythonhosted.org/packages/73/f4/4a48241ab8a9ee841526ae84a201bda787dfadb89b7dc1c2633a7d033806/djangorestframework-custom-filters-1.0.0.tar.gz" } ] }