Skip to content

simulate-digital-rail/planpro-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

planpro-exporter

This library can generate PlanPro files from a yaramo topology.

Currently, it's generating PlanPro 1.9 files, but 1.10 is upcoming.

Usage as library

To use the generator as a library, install it via:

pip3 install git+https://github.com/simulate-digital-rail/planpro-exporter

Afterwards you can import it to your application with:

from planproexporter.generator import Generator
# topology is a yaramo.models.Topology object
Generator().generate(topology, author_name="Name", organisation="Organisation", filename="out.ppxml")

Further examples can be found in the demo repository.

Contributors

Feel free to create pull requests to this repository :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages