Skip to main content

Django package to detect ~890 domains used by disposable email services

Project description

=============================
django-disposable-email-checker
=============================

.. image:: https://badge.fury.io/py/DisposableEmailChecker.png
:target: https://badge.fury.io/py/DisposableEmailChecker

.. image:: https://travis-ci.org/aaronbassett/DisposableEmailChecker.png?branch=master
:target: https://travis-ci.org/aaronbassett/DisposableEmailChecker

Django package to detect ~890 domains used by disposable email services

Documentation
-------------

The full documentation is at https://DisposableEmailChecker.readthedocs.org.

Quickstart
----------

First install the package from pypi

pip install django-disposable-email-checker

then in your app's models file:

from disposable_email_checker.fields import DisposableEmailField

class MyModel(models.Model):
email = DisposableEmailField()




History
-------

1.0.0 (2015-10-13)
++++++++++++++++++

* Complete rewrite and version 1 release!

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-disposable-email-checker-1.1.1.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

django_disposable_email_checker-1.1.1-py2.py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 2 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