Skip to main content

Track information about the execution environment of computations

Project description

compenv

Test Lint Build Docker

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


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 hashes)

Uploaded Source

Built Distribution

compenv-0.1.0-py3-none-any.whl (31.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page