Metadata-Version: 2.1
Name: umls_api_client
Version: 0.0.6
Summary: Class to interact with the UMLS REST API
Project-URL: Homepage, https://github.com/Naveen-V-J/umls-api
Project-URL: Bug Tracker, https://github.com/Naveen-V-J/umls-api/issues
Author-email: Naveen Jayakody <naveenjayakody12@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: ratelimit
Requires-Dist: requests
Description-Content-Type: text/markdown

# umls-api

Class to interact with the UMLS API

- Documentation will be added later, for now refer to the [APIs](https://documentation.uts.nlm.nih.gov/rest/home.html) documentation. Each endpoint maps to a function in the class.

## Credits

- **Author:** Naveen Jayakody
- **UMLS Citation**:
  - Bodenreider O. The Unified Medical Language System (UMLS): integrating biomedical terminology. Nucleic Acids Res. 2004 Jan 1;32(Database issue):D267-70. doi: 10.1093/nar/gkh061. PubMed PMID: 14681409; PubMed Central PMCID: PMC308795.
  - [Read the full text](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC308795/)
  - [UMLS API Technical Documentation](https://documentation.uts.nlm.nih.gov/rest/home.html)
