schoolbus is a library to guess whether an email is from an academic institution.
Project description
A python library to guess whether an email is from an academic institution, heavily based on the swot ruby gem: https://github.com/leereilly/swot.
Pull requests for missing institutions (see data.py) are welcome.
Available on PyPI:
pip install schoolbus
Usage
>>> schoolbus.is_academic('coryli@mit.edu')
True
>>> schoolbus.is_academic('josh@benchling.com')
False
>>> schoolbus.school_names('vineetg@mit.edu')
[u'Massachusetts Institute of Technology']
>>> schoolbus.school_names('sajith@scicu.org')
[u'Claflin College', u'Allen University', u'Morris College']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
schoolbus-0.5.0.tar.gz
(111.3 kB
view hashes)
Built Distribution
Close
Hashes for schoolbus-0.5.0.macosx-10.10-intel.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 691be3a89ace45f2468b32343aa5993fd87a54c91d736961e1629f9bd98152f3 |
|
MD5 | 6317ef2828538c37e2c2449fbb4c5367 |
|
BLAKE2b-256 | 5a809e989fca13fdfad0e65b79e087e051403aeebe0896d612bea8703bea204d |