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.0.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file cloudytab-0.1.0.tar.gz
.
File metadata
- Download URL: cloudytab-0.1.0.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 | d8d9f0fc8b9268ddb74e72334bd185b3a07e5407f8f6cbf0f1a4f9d91e29647a |
|
MD5 | a0c0e73970a5e767bf3b50d8170ee7b6 |
|
BLAKE2b-256 | 28eac37d9e78cf0e2c620bc65b4cab0db791b3b6fddbef98875dfe1a68c5b22c |
File details
Details for the file cloudytab-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cloudytab-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 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 | 0ee7272776e2023649f714c31555e0ecf2d6803b75204f0a7ca09cdac004080f |
|
MD5 | 036e0e6050a253a8410b2b6b1d13c66a |
|
BLAKE2b-256 | a6e13bfc8e1de455cb87585d7e1ea684d38f571f890d9d408ce4bf6317face3b |