Skip to main content

Python wrapper for JetBrains/swot.

Project description

PySwot

https://img.shields.io/pypi/v/pyswot.svg Build Status Code Coverage Status

Python wrapper for JetBrains/swot.

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")
[]

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.3 (2021-03-02)

  • Updates domain sources

  • Adds tests on Python 3.9

0.1.2 (2020-09-26)

  • Fixes missing files and non-utf8 institution names

0.1.0 (2020-09-25)

  • First release on PyPI.

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

pyswot-0.1.3.tar.gz (798.9 kB view hashes)

Uploaded Source

Built Distribution

pyswot-0.1.3-py3-none-any.whl (3.5 MB view hashes)

Uploaded 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