ULLYSES utility files and scripts
Project description
ullyses-utils
About
This repository contains utility scripts and data files for use in the ULLYSES program.
Installation
To use the utility scripts and files in this repository, simply install with pip:
pip install ullyses-utils
Usage
To use the utility scripts, the module need only be imported and run:
from ullyses_utils import ullyses_config
To use the utility data files, the package should be imported and then relative paths can be determined from your local installation. For example, if you wish to reference the ULLYSES target alias file, you would do so like this:
import os
import ullyses_utils
local_dir = ullyses_utils.__path__[0]
alias_file = os.path.join(local_dir, "data/target_metadata/pd_all_aliases.json")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ullyses_utils-2.1.2.tar.gz
(2.0 MB
view details)
Built Distribution
File details
Details for the file ullyses_utils-2.1.2.tar.gz
.
File metadata
- Download URL: ullyses_utils-2.1.2.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 996ac9832997ae5a97f9ca0ddfe82d70762239c200b1b194d2958a499e4a4519 |
|
MD5 | b89747c11a01427e58d51ad3fe6e0251 |
|
BLAKE2b-256 | eba01382304a4438f791f807f5e2c3d86d4cb1f5b7786c7991ae3791fcb5fb88 |
File details
Details for the file ullyses_utils-2.1.2-py3-none-any.whl
.
File metadata
- Download URL: ullyses_utils-2.1.2-py3-none-any.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddabe969bee9fc6edff9c2effba24678650e0f9ec172225d6bf729db85929159 |
|
MD5 | ae26eb7e6db517fbae9562ab12c3ce64 |
|
BLAKE2b-256 | 9eabd94d1229868c557edd3cefa71b7b1770f94987783cd0c1f992020a0506ec |