News

This software is now back to active development / maintainance status. IMPORTANT: the new version can be installed with pip install python-constraint2, as the original pip release will not be updated.
The objective of this library is to provide a simple instrument for dealing with ICD-10-CM codes in Python. It provides ways to check whether a code exists, find its ancestors and descendants, see the ...
Libraries are collections of shared code. They're common in Python, where they're also called "modules," but they're also ...