Allow users to access the Python Data Classes directly #40
Labels
enhancement
New feature or request
linkml representation
Issues relating to the LinkML representation of the CRDC-H model
Milestone
The Python Data Classes are currently generated in a single file at
python/ccdhmodel.py
. This cannot be accessed directly via pip.I believe that the new LinkML model template currently being tested (#7) will provide this automatically, so we should probably try to implement that first and see if it meets our needs. If not, we will need to include a setup.py file that provides information on how to install the Python Data Classes. This will not only allow users to install the Data Classes via GitHub, but will also allow us to publish the Data Classes to PyPI, making it even easier for users to use them.
The text was updated successfully, but these errors were encountered: