Skip to main content

Module for making changes in code during runtime

Project description

Dynamic-executor library for changing python code during runtime

Remember this moment when your test ran and after a few minutes failed on some seemingly obvious error so you had to fix it, than restart it just to see it fail only a few lines of code further? If not greate, but if yes be sure to check dynamic executor which gracefully resolves such problems.

Dynamic python is ment to be used in test development for creating and updating tests or wherever the need arises to change the code during runtime and have results visible instantaneously without restarting. The main functionality is provided by DynamicModeExecutor().execute generator that reloads all project-root modules (neither builtin not venv modules are reloaded).

Documentation

Check out documentation.

Installation

You can install the dynamic-executor package using pip:

pip install dynamic-executor

Or by cloning the repository directly:

git clone git@github.com:Tesla2000/dynamic_executor.git

Access

PyPi

GitHub

Usage

You can go through video tutorial to check utilities of Dynamic Executor tutorial.

from dynamic_executor import DynamicModeExecutor
for error_message in DynamicModeExecutor().execute(
        locals(), globals()
    ):
    pass

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

dynamic-executor-1.2.5.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

dynamic_executor-1.2.5-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file dynamic-executor-1.2.5.tar.gz.

File metadata

  • Download URL: dynamic-executor-1.2.5.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.2

File hashes

Hashes for dynamic-executor-1.2.5.tar.gz
Algorithm Hash digest
SHA256 fb730e05fd97d42616f8fd3ae2475be0aec5eebe0f27d8cbaa053d724ab6b746
MD5 94cd5729ef66015a619c2c186a8e6baa
BLAKE2b-256 479e82f47cfd4f0bc5e90b2f9c213d77bbe3f0efd6939664bf17525212192f98

See more details on using hashes here.

File details

Details for the file dynamic_executor-1.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for dynamic_executor-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d3651c67adac5d87581092ca7484aa26a822fe30f3dbe4baa9a273a9ceabc441
MD5 d351a18b4d89847c1bdb492c6ffbdd90
BLAKE2b-256 4ba356133948bf96dbde58b79457c62ffa5de3b678757794ae5e926e60c977f3

See more details on using hashes here.

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