For more information, see the project homepage with description and download instructions.
aeon3md is organized as an Eclipse PyDev project. The official release branch on GitHub is main.
Please note that this script has not yet been extensively tested. To me, it's actually just a proof of concept. I probably won't develop the script further. Feel free to copy the project and modify it to your own liking.
According to recent user feedback, the Aeon Timeline 3 file format has been changed, so this script might not work for you.
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
Exceptions:
- No localization is required.
- The directory structure is modified to minimize dependencies:
.
└── aeon3md/
├── src/
│ ├── pywriter/
│ ├── aeon3ywlib/
│ └── aeon3mdlib/
├── test/
└── tools/
├── build_aeon3md.py
├── build.xml
└── inliner.py
- Python version 3.10.
- Eclipse IDE with PyDev and EGit.
- Apache Ant is used for building the application.
aeon3md is distributed under the MIT License.