Skip to main content

Python code & dictionary traversal to XML

Project description

PyLEMS extension for code traversal

This package is created for code traversal and model's equations and parameters storage. The idea behind it is to

automatically traverse Python code and find the models and its parameters. Then, depending on the found model,

alter its default values with the newly-found parameters. Next, create a PyLEMS model supplementing the new values.

Finally, create the XML file(s) in the specified folder.

Currently supported models

  • HindmarshRose

Getting started

Simply fork the project or run the following command:


pip install pylems-py2xml

After that, the steps are pretty straightforward. Run the following:


import pylems_py2xml



pylems_py2xml.main.XML(input_path='examples/50healthy_code.py', output_path='examples')

A couple of arguments to be aware of:

  • input_path: path to Python code that includes models (e.g., HindmarshRose, WongWang)

  • output_path: path to the folder where to store results. By default, everything gets stored in the examples folder.

  • units:

  • uid:

  • app:

  • store_numeric:

  • suffix:

You can follow the instructions in this Jupyter notebook

Walk-through

Here is an example taken from examples/50healthy_code.py:


oscilator = models.ReducedSetHindmarshRose(r=[0.006], a=[1.0], b=[3.0], c=[1.0], d=[5.0], s=[4.0], xo=[-1.6], K11=[0.5],

                                           K12=[0.1], K21=[0.15], sigma=[0.3], mu=[2.2],

                                           variables_of_interest=["xi", "alpha"])

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

pylems_py2xml-1.0.10.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

pylems_py2xml-1.0.10-py3-none-any.whl (12.0 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