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 three 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")
[]
Free emails are also included from the HubSpot Free Email List.
>>> from pyswot import is_free
>>> is_free("user@ox.ac.uk")
False
>>> is_free("user@gmail.com")
True
>>> is_free("user@google.com")
False
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.4.0.tar.gz
(527.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyswot-0.4.0-py3-none-any.whl
(530.8 kB
view details)
File details
Details for the file pyswot-0.4.0.tar.gz.
File metadata
- Download URL: pyswot-0.4.0.tar.gz
- Upload date:
- Size: 527.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be365675cf436379a74680be6e81c9aa2230d0d21cb980b0f33d19d3aabe69ae
|
|
| MD5 |
d7e00cd1422cd14c1ca0f6ead9794aa7
|
|
| BLAKE2b-256 |
1a488538a6c598586046ad23393e7ab8db749020db9669fe2e8b82f64c956ac2
|
File details
Details for the file pyswot-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pyswot-0.4.0-py3-none-any.whl
- Upload date:
- Size: 530.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fedef94b5104083e198f396821c4439af1e6aa9a3560d38eb4add5740661f07
|
|
| MD5 |
3337c5edaa68595fd42730da3fd4ed63
|
|
| BLAKE2b-256 |
045ed24ac834f1d077a69b2e7c077188cadefe01da5332d06e1f0a24cf2bf299
|