Track information about the execution environment of computations
Project description
compenv
Track information about the execution environment of computations.
Install
pip install compenv
Usage
Decorate the auto-populated table on which you want to track the execution environments:
from compenv import record_environment
from datajoint import Computed, schema
schema = schema("my_schema")
@record_environment(schema)
class MyAutoPopulatedTable(Computed):
...
After populating the table you can view the generated records in the records table:
MyAutoPopulatedTable.records()
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
compenv-0.1.0.tar.gz
(34.9 kB
view details)
Built Distribution
compenv-0.1.0-py3-none-any.whl
(31.6 kB
view details)
File details
Details for the file compenv-0.1.0.tar.gz
.
File metadata
- Download URL: compenv-0.1.0.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46ed89889d8c46c8a45a68c6aeb7e4a8f533365bf7c7456f921ee5dc4d87eb36 |
|
MD5 | 92fbf3a9ee5fe57d0e2aa72c63a9a5ef |
|
BLAKE2b-256 | 86d1d5c4ba756fc5c5f245025bf58c7236afd1f0d397f412c24300992d81805c |
File details
Details for the file compenv-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: compenv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91e3936db1f08a501e6e2a1182cc2daf50a34aa849014170178741a7799e275a |
|
MD5 | e884dc7d65045bc29d9ef44709d6500d |
|
BLAKE2b-256 | a4f8d1da9b3b49aa3176e42870b554a78674c6dd6b51e83e58640125418e5fec |