Skip to content

Additional utilities for using the Ciw Python package.

License

Notifications You must be signed in to change notification settings

galenseilis/HCiw

Repository files navigation

HCiw

Additional utilities for using the Ciw Python package in healthcare.

.
├── dist
│   ├── HCiw-0.0.14-py3-none-any.whl
│   └── HCiw-0.0.14.tar.gz
├── LICENSE
├── pyproject.toml
├── README.md
├── requirements.txt
├── src
│   ├── hciw
│   │   ├── distributions.py
│   │   ├── __init__.py
│   │   ├── model_diagrams.py
│   │   ├── nodes.py
│   │   ├── results.py
│   │   ├── ruds.py
│   │   ├── server_schedules.py
│   │   ├── service_disciplines.py
│   │   └── waitlist.py
│   └── HCiw.egg-info
│       ├── dependency_links.txt
│       ├── PKG-INFO
│       ├── SOURCES.txt
│       └── top_level.txt
└── tests
    ├── service_disciplines.py
    └── test_waitlist.py

5 directories, 21 files

About

Additional utilities for using the Ciw Python package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages