Ultra-lightweight python wrapper for output files from the Cloudy astrophysical plasma simulation code
Project description
cloudytab
Ultra-lightweight python wrapper for output files from the Cloudy astrophysical plasma simulation code
Example of usage
from cloudytab import CloudyModel
m = CloudyModel("myfolder/mymodel")
m.files
contains a list of all the files that were found:
['myfolder/mymodel.in', 'myfolder/mymodel.ovr', ...]
m.data
contains dict of astropy.Table
, one for each save file:
{'ovr': <Table length=289> ..., ...}
m.io['in']
and m.io['out']
contain the input and output streams
m.skipped
contains a dict of each extension that was skipped with its reason.
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
cloudytab-0.1.0rc2.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file cloudytab-0.1.0rc2.tar.gz
.
File metadata
- Download URL: cloudytab-0.1.0rc2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a72db905e45a77766ae7136f553f793ac55e6468b8da6da23cbe0eff7d56f59b |
|
MD5 | b11a068472c2d738c740dde8e87efce3 |
|
BLAKE2b-256 | 365f97f45d539d9e9cc6eb67ca05c475ddfc1e57d70ea41b55fe828c7f28873a |
File details
Details for the file cloudytab-0.1.0rc2-py3-none-any.whl
.
File metadata
- Download URL: cloudytab-0.1.0rc2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbe0464941660d8b8688b4c35cc62e12ce9c72b74d66c753fb02a636a647b35e |
|
MD5 | 19b41e720d8299338e253c56c577fd7b |
|
BLAKE2b-256 | f2658173f5416e11a4a023fe501fa406d6d8be8581fab1efd1be204f4061d68e |