- Name your repository with the name fileformats-<SUBPACKAGE-TO-ADD-EXTRAS-TO>
- Rename the fileformats/CHANGEME directory to the name of the fileformats subpackage the extras are for
- Search and replace "CHANGEME" with the name of the fileformats subpackage the extras are to be added
- Replace name + email placeholders in pyproject.toml for developers and maintainers
- Add the extension file-format classes
- Ensure that all the extension file-format classes are imported into the extras package root, i.e. fileformats/CHANGEME
- Delete these instructions
...
This is the "CHANGEME" extension module for the fileformats package
This extension can be installed for Python 3 using pip:
$ pip3 install fileformats-CHANGEME
This will install the core package and any other dependencies
This work is licensed under a Creative Commons Attribution 4.0 International License