Skip to main content

MEDIcal Abbreviations Lookup in Python

Project description

MEDIALpy: MEDIcal Abbreviations Lookup in Python

GitHub commits GitHub issues GitHub repo size made-with-python PRs Welcome

A small python package that allows the user to look up common medical abbreviations.

Notice: Huge thank you to imantsm for his excellent medical abbreviations repository. If you found utility in this little tool, please go star the original project.

Installation

You can now install this package via PyPi:

pip install medialpy

Alternatively, you can install the development version directly from GitHub with:

pip install git+https://github.com/AberystwythSystemsBiology/MEDIALpy

Common Usage

Find an abbreviation:

import medialpy

term = medialpy.find("T1DM") 
print(term.meaning) #['type 1 Diabetes Mellitus']

Check if an abbreviation exists:

import medialpy

if medialpy.exists("AD"):
    print("Exists")

Check what version of imantsm's data dictionary is being used:

import medialpy

print(medialpy.get_version()) # a62e91303c0966ab6803e765a752581f7d10fff9

Bug reporting and feature suggestions

Please report all bugs or feature suggestions to the issues tracker. Please do not email me directly as I'm struggling to keep track of what needs to be fixed.

We welcome all sorts of contribution, so please be as candid as you want.

License

This project is proudly licensed under the terms of the MIT License.

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

medialpy-0.0.4.tar.gz (53.0 kB view details)

Uploaded Source

Built Distribution

medialpy-0.0.4-py3-none-any.whl (51.4 kB view details)

Uploaded Python 3

File details

Details for the file medialpy-0.0.4.tar.gz.

File metadata

  • Download URL: medialpy-0.0.4.tar.gz
  • Upload date:
  • Size: 53.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for medialpy-0.0.4.tar.gz
Algorithm Hash digest
SHA256 a06d4957844bc7e9711118869932ae72ae5e1b1b3b4a87f13dc520be954ce705
MD5 2b2cee4714255e245d0b428784aa83ac
BLAKE2b-256 7f90096c63ec737c52e40ef8606194f2616929f6a4d86fe78118af1169ab6fda

See more details on using hashes here.

File details

Details for the file medialpy-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: medialpy-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 51.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for medialpy-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c22d28a269e4c477007deef5d1022f8e4d5b407323b24c4bd81112590f2db507
MD5 3d5623f13b50cc36fec775e5b4c462c7
BLAKE2b-256 4145942b30f32d2605871a22de08deab3d3abefd49afb01d5f06a78b90a8142b

See more details on using hashes here.

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