Health Universe SDK
Project description
Health Universe SDK
A Python SDK for Health Universe that simplifies creation of tool repositories from templates.
Installation
pip install health-universe-sdk
Features
- Create new repositories from the Health Universe tool template
- Interactive CLI for easy repository setup
- Support for both public and private repositories
- Create repositories under organizations
- Built-in protection against overwriting existing repositories
- Programmatic API for integration with other tools
Requirements
- Python 3.10 or higher
- GitHub CLI (
gh) must be installed and authenticated - Internet access to GitHub
Usage
Command Line Interface
The Health Universe SDK provides an intuitive command-line interface:
# Interactive mode (will prompt for all details)
health-universe-sdk init
# Create with name specified (will prompt for other details)
health-universe-sdk init my-new-tool
# Provide all details as arguments
health-universe-sdk init my-new-tool --description "A tool for healthcare analytics" --public
# Create a private repository
health-universe-sdk init my-private-tool --private
# Create a repository under an organization
health-universe-sdk init my-org-tool --org "my-organization"
CLI Options
repo_name: Name for your new repository--private/--public: Set repository visibility--description: Add a description for your repository--org: Create the repository under an organization instead of your personal account
Development
Testing
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file health_universe_sdk-0.1.1.tar.gz.
File metadata
- Download URL: health_universe_sdk-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35173ddbc336e527f2a62b9427109f999e5aabd89c4e52cb1d19c2745c475fbd
|
|
| MD5 |
36f4488b6ff6907d1c3a9d36ca67b564
|
|
| BLAKE2b-256 |
b8dc5c62e0387b1fbb0227611fd24773e99123f44006634c7c38794204fa88c5
|
File details
Details for the file health_universe_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: health_universe_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e6965edaefd2046f97c140bba9a95abed6e2e6dfbbfb3eb7f210455e306f6a
|
|
| MD5 |
9a839ecc4825c41ed644670d8655f2dc
|
|
| BLAKE2b-256 |
36b7b4bcc28263083a001418eaa636d032995bf02f18de6655168e89912303c5
|