Welcome to ecmblib’s documentation!#
“ecmblib” is the python-library you can use for your project to build *.ecmb - files without caring about the internals of the file-format. You can’t do anything wrong with this, coz if you do a mistake (eg. passing a boolean to set_summary()) an ecmbException will be raised. After the creation the file will be automatic validated.
Published under: MIT License
Go to source-code: comic-manga-ebook/ecmblib_python
Homepage: comic-manga-ebook/
Copyright:
Copyright (c) 2023 Clemens K. (metacreature)
If you like it I would be happy if you donate on checkya
Contents#
- Installation
- How to use
- Class-reference
- Meta-Data
- ecmbMetaData
ecmbMetaDataecmbMetaData.originalecmbMetaData.based_onecmbMetaData.set_title()ecmbMetaData.set_volume()ecmbMetaData.set_summary()ecmbMetaData.set_pages()ecmbMetaData.set_notes()ecmbMetaData.add_editor()ecmbMetaData.add_genre()ecmbMetaData.add_content_warning()ecmbMetaData.add_author()ecmbMetaData.set_isbn()ecmbMetaData.set_publishdate()ecmbMetaData.set_publisher()
- ecmbMetaDataOriginal
- ecmbMetaDataBasedOn
- ecmbMetaData
- Content
- Navigation
- Misc