Python wrapper for JetBrains/swot
Project description
PySwot
Python wrapper for JetBrains/swot.
- Free software: Apache Software License 2.0
Features
This library is a wrapper around JetBrains/swot and provides two methods:
>>> from pyswot import is_academic
>>> is_academic("user@ox.ac.uk")
True
>>> is_academic("user@gmail.com")
False
>>> from pyswot import find_school_names
>>> find_school_names("user@ox.ac.uk")
['University of Oxford']
>>> find_school_names("user@gmail.com")
[]
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
pyswot-0.3.2.tar.gz
(434.3 kB
view hashes)
Built Distribution
pyswot-0.3.2-py3-none-any.whl
(438.3 kB
view hashes)