# HEA Server Registry Microservice
[Research Informatics Shared Resource](https://risr.hci.utah.edu), [Huntsman Cancer Institute](https://healthcare.utah.edu/huntsmancancerinstitute/),
Salt Lake City, UT
The HEA Server Registry Microservice manages mappings of HEA Object types to the microservices for storing and
retrieving them.
## Version 1.10.2
* Fixed boolean mapping for manages_creators.
## Version 1.10.1
* Fixed an issue keeping the Component resource_type_name property's value from appearing in form templates, and made
  the property read-write.
* Made the Manages who can create objects field in the registry component properties form writeable.
## Version 1.10.0
* Bumped heaserver version to 1.35.0.
* Use new sort logic from heaserver 1.35, permitting sorting on components, collections, and properties by any
  attribute.
* Added sort-related query parameters to OpenAPI specs.
## Version 1.9.0
* Removed preflight additions from version 1.8.0.
* Bumped heaserver version to 1.32.0.
## Version 1.8.0
* Bumped heaserver version to 1.31.0.
* The heaobject.registry.Component class how has link_preflights and Resource.delete_preflight attributes.
* The heaobject.registry.Component template now includes the new link_preflights and delete_preflight attributes.
## Version 1.7.0
* We now mark registry collections with the new hea-container and hea-self-container rel values.
## Version 1.6.0
* Bumped heaserver version to 1.30.1.
* Improved properties metadata.
* Support heaobject.root.Permission.CREATOR permissions for heaobject.registry.Collection objects, as we will use those
  objects to create new objects.
* New heaserver.registry.service.RegistryServicePermissionGroup class that queries Mongo directly for whether the user
  can create objects of a given type.
* New heaserver.registry.service.RegistryMongo and RegistryMongoManager classes to allow using the new
  RegistryServicePermissionGroup class.
* Removed duplicate actions and added self actions where missing.
* Populate the heaobject.registry.Collection.display_in_system_menu, display_in_user_menu, and mime_type attributes
  from the registry components.
## Version 1.5.1
* Bumped heaserver version to 1.28.1, fixing an issue with user group assignment checking.
* Removed duplicative automated tests.
## Version 1.5.0
* Added group permissions support.
## Version 1.4.0
* Added support for overhauled heaobject.storage.* classes.
## Version 1.3.0
* Added support for new heaobject.activity.DesktopObjectSummaryView class.
## Version 1.2.0
* Added support for Python 3.12.
## Version 1.1.1
* Dependency upgrades for compatibility with heaserver-keychain 1.5.0.
## Version 1.1.0
* Started using permissions for collections.
## Version 1.0.4
* Fixed type hints.
## Version 1.0.3
* Use the type display name in the properties card.
* Hide some other heaobject.registry.Collection attributes in the properties card.
## Version 1.0.2
* When requesting desktop objects as a Collection+JSON document, add the permissions property to the document.
* Return the type_display_name attribute.
## Version 1.0.1
* Made the collection object form template fields read-only, and added the type field.
## Version 1
Initial release.
## Runtime requirements
* Python 3.10 or 3.11
## Development environment
### Build requirements
* Any development environment is fine.
* On Windows, you also will need:
    * Build Tools for Visual Studio 2019, found at https://visualstudio.microsoft.com/downloads/. Select the C++ tools.
    * git, found at https://git-scm.com/download/win.
* On Mac, Xcode or the command line developer tools is required, found in the Apple Store app.
* Python 3.10 or 3.11: Download and install Python 3.10 from https://www.python.org, and select the options to install
for all users and add Python to your environment variables. The install for all users option will help keep you from
accidentally installing packages into your Python installation's site-packages directory instead of to your virtualenv
environment, described below.
* Create a virtualenv environment using the `python -m venv <venv_directory>` command, substituting `<venv_directory>`
with the directory name of your virtual environment. Run `source <venv_directory>/bin/activate` (or `<venv_directory>/Scripts/activate` on Windows) to activate the virtual
environment. You will need to activate the virtualenv every time before starting work, or your IDE may be able to do
this for you automatically. **Note that PyCharm will do this for you, but you have to create a new Terminal panel
after you newly configure a project with your virtualenv.**
* From the project's root directory, and using the activated virtualenv, run `pip install wheel` followed by
  `pip install -r requirements_dev.txt`. **Do NOT run `python setup.py develop`. It will break your environment.**
### Running tests
Run tests with the `pytest` command from the project root directory. To improve performance, run tests in multiple
processes with `pytest -n auto`.
### Running integration tests
* Install Docker
* On Windows, install pywin32 version >= 223 from https://github.com/mhammond/pywin32/releases. In your venv, make sure that
`include-system-site-packages` is set to `true`.
### Trying out the APIs
This microservice has Swagger3/OpenAPI support so that you can quickly test the APIs in a web browser. Do the following:
* Install Docker, if it is not installed already.
* Run the `run-swaggerui.py` file in your terminal. This file contains some test objects that are loaded into a MongoDB
  Docker container.
* Go to `http://127.0.0.1:8080/docs` in your web browser.
Once `run-swaggerui.py` is running, you can also access the APIs via `curl` or other tool. For example, in Windows
PowerShell, execute:
```
Invoke-RestMethod -Uri http://localhost:8080/components/ -Method GET -Headers @{'accept' = 'application/json'}`
```
In MacOS or Linux, the equivalent command is:
```
curl -X GET http://localhost:8080/components/ -H 'accept: application/json'
```
### Packaging and releasing this project
See the [RELEASING.md](RELEASING.md) file for details.
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://risr.hci.utah.edu",
    "name": "heaserver-registry",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Research Informatics Shared Resource, Huntsman Cancer Institute, Salt Lake City, UT",
    "author_email": "Andrew.Post@hci.utah.edu",
    "download_url": "https://files.pythonhosted.org/packages/6f/d7/4bca55597f4ead97849eef63b1c8f7221d6473c9387e5d90f5398a2b8310/heaserver_registry-1.10.2.tar.gz",
    "platform": null,
    "description": "# HEA Server Registry Microservice\r\n[Research Informatics Shared Resource](https://risr.hci.utah.edu), [Huntsman Cancer Institute](https://healthcare.utah.edu/huntsmancancerinstitute/),\r\nSalt Lake City, UT\r\n\r\nThe HEA Server Registry Microservice manages mappings of HEA Object types to the microservices for storing and\r\nretrieving them.\r\n\r\n\r\n## Version 1.10.2\r\n* Fixed boolean mapping for manages_creators.\r\n\r\n## Version 1.10.1\r\n* Fixed an issue keeping the Component resource_type_name property's value from appearing in form templates, and made\r\n  the property read-write.\r\n* Made the Manages who can create objects field in the registry component properties form writeable.\r\n\r\n## Version 1.10.0\r\n* Bumped heaserver version to 1.35.0.\r\n* Use new sort logic from heaserver 1.35, permitting sorting on components, collections, and properties by any\r\n  attribute.\r\n* Added sort-related query parameters to OpenAPI specs.\r\n\r\n## Version 1.9.0\r\n* Removed preflight additions from version 1.8.0.\r\n* Bumped heaserver version to 1.32.0.\r\n\r\n## Version 1.8.0\r\n* Bumped heaserver version to 1.31.0.\r\n* The heaobject.registry.Component class how has link_preflights and Resource.delete_preflight attributes.\r\n* The heaobject.registry.Component template now includes the new link_preflights and delete_preflight attributes.\r\n\r\n## Version 1.7.0\r\n* We now mark registry collections with the new hea-container and hea-self-container rel values.\r\n\r\n## Version 1.6.0\r\n* Bumped heaserver version to 1.30.1.\r\n* Improved properties metadata.\r\n* Support heaobject.root.Permission.CREATOR permissions for heaobject.registry.Collection objects, as we will use those\r\n  objects to create new objects.\r\n* New heaserver.registry.service.RegistryServicePermissionGroup class that queries Mongo directly for whether the user\r\n  can create objects of a given type.\r\n* New heaserver.registry.service.RegistryMongo and RegistryMongoManager classes to allow using the new\r\n  RegistryServicePermissionGroup class.\r\n* Removed duplicate actions and added self actions where missing.\r\n* Populate the heaobject.registry.Collection.display_in_system_menu, display_in_user_menu, and mime_type attributes\r\n  from the registry components.\r\n\r\n## Version 1.5.1\r\n* Bumped heaserver version to 1.28.1, fixing an issue with user group assignment checking.\r\n* Removed duplicative automated tests.\r\n\r\n## Version 1.5.0\r\n* Added group permissions support.\r\n\r\n## Version 1.4.0\r\n* Added support for overhauled heaobject.storage.* classes.\r\n\r\n## Version 1.3.0\r\n* Added support for new heaobject.activity.DesktopObjectSummaryView class.\r\n\r\n## Version 1.2.0\r\n* Added support for Python 3.12.\r\n\r\n## Version 1.1.1\r\n* Dependency upgrades for compatibility with heaserver-keychain 1.5.0.\r\n\r\n## Version 1.1.0\r\n* Started using permissions for collections.\r\n\r\n## Version 1.0.4\r\n* Fixed type hints.\r\n\r\n## Version 1.0.3\r\n* Use the type display name in the properties card.\r\n* Hide some other heaobject.registry.Collection attributes in the properties card.\r\n\r\n\r\n## Version 1.0.2\r\n* When requesting desktop objects as a Collection+JSON document, add the permissions property to the document.\r\n* Return the type_display_name attribute.\r\n\r\n## Version 1.0.1\r\n* Made the collection object form template fields read-only, and added the type field.\r\n\r\n## Version 1\r\nInitial release.\r\n\r\n## Runtime requirements\r\n* Python 3.10 or 3.11\r\n\r\n## Development environment\r\n\r\n### Build requirements\r\n* Any development environment is fine.\r\n* On Windows, you also will need:\r\n    * Build Tools for Visual Studio 2019, found at https://visualstudio.microsoft.com/downloads/. Select the C++ tools.\r\n    * git, found at https://git-scm.com/download/win.\r\n* On Mac, Xcode or the command line developer tools is required, found in the Apple Store app.\r\n* Python 3.10 or 3.11: Download and install Python 3.10 from https://www.python.org, and select the options to install\r\nfor all users and add Python to your environment variables. The install for all users option will help keep you from\r\naccidentally installing packages into your Python installation's site-packages directory instead of to your virtualenv\r\nenvironment, described below.\r\n* Create a virtualenv environment using the `python -m venv <venv_directory>` command, substituting `<venv_directory>`\r\nwith the directory name of your virtual environment. Run `source <venv_directory>/bin/activate` (or `<venv_directory>/Scripts/activate` on Windows) to activate the virtual\r\nenvironment. You will need to activate the virtualenv every time before starting work, or your IDE may be able to do\r\nthis for you automatically. **Note that PyCharm will do this for you, but you have to create a new Terminal panel\r\nafter you newly configure a project with your virtualenv.**\r\n* From the project's root directory, and using the activated virtualenv, run `pip install wheel` followed by\r\n  `pip install -r requirements_dev.txt`. **Do NOT run `python setup.py develop`. It will break your environment.**\r\n\r\n### Running tests\r\nRun tests with the `pytest` command from the project root directory. To improve performance, run tests in multiple\r\nprocesses with `pytest -n auto`.\r\n\r\n### Running integration tests\r\n* Install Docker\r\n* On Windows, install pywin32 version >= 223 from https://github.com/mhammond/pywin32/releases. In your venv, make sure that\r\n`include-system-site-packages` is set to `true`.\r\n\r\n### Trying out the APIs\r\nThis microservice has Swagger3/OpenAPI support so that you can quickly test the APIs in a web browser. Do the following:\r\n* Install Docker, if it is not installed already.\r\n* Run the `run-swaggerui.py` file in your terminal. This file contains some test objects that are loaded into a MongoDB\r\n  Docker container.\r\n* Go to `http://127.0.0.1:8080/docs` in your web browser.\r\n\r\nOnce `run-swaggerui.py` is running, you can also access the APIs via `curl` or other tool. For example, in Windows\r\nPowerShell, execute:\r\n```\r\nInvoke-RestMethod -Uri http://localhost:8080/components/ -Method GET -Headers @{'accept' = 'application/json'}`\r\n```\r\nIn MacOS or Linux, the equivalent command is:\r\n```\r\ncurl -X GET http://localhost:8080/components/ -H 'accept: application/json'\r\n```\r\n\r\n\r\n### Packaging and releasing this project\r\nSee the [RELEASING.md](RELEASING.md) file for details.\r\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "The HEA registry service.",
    "version": "1.10.2",
    "project_urls": {
        "Homepage": "https://risr.hci.utah.edu"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fcb292324b285c7cf1aca3c23949bd569c02c165e66977591752bbf8cd9bfbe",
                "md5": "7848ca703d2ecd0aaffbd2ba5201f87c",
                "sha256": "5bdbf6ae7ef3f35ea0754bc2d18ad7833409c391bca49eea84a7d772f4049735"
            },
            "downloads": -1,
            "filename": "heaserver_registry-1.10.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7848ca703d2ecd0aaffbd2ba5201f87c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16540,
            "upload_time": "2025-10-08T21:33:08",
            "upload_time_iso_8601": "2025-10-08T21:33:08.622034Z",
            "url": "https://files.pythonhosted.org/packages/1f/cb/292324b285c7cf1aca3c23949bd569c02c165e66977591752bbf8cd9bfbe/heaserver_registry-1.10.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6fd74bca55597f4ead97849eef63b1c8f7221d6473c9387e5d90f5398a2b8310",
                "md5": "c43fbd31764822082b0dae061f4cb7b2",
                "sha256": "3b6cd7b45a01b51de583ea95df5c4d9efaedf3efec981994e884a75d372da964"
            },
            "downloads": -1,
            "filename": "heaserver_registry-1.10.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c43fbd31764822082b0dae061f4cb7b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31416,
            "upload_time": "2025-10-08T21:33:09",
            "upload_time_iso_8601": "2025-10-08T21:33:09.800511Z",
            "url": "https://files.pythonhosted.org/packages/6f/d7/4bca55597f4ead97849eef63b1c8f7221d6473c9387e5d90f5398a2b8310/heaserver_registry-1.10.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 21:33:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "heaserver-registry"
}