Run python3 customise.py to be walked through the steps below and have them applied for you, or work through them by hand:
- Name your repository with the name
fileformats-<SUBPACKAGE-TO-ADD-EXTRAS-TO> - Rename the
fileformats/CHANGEMEdirectory 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.tomlfor developers and maintainers - Add the extension file-format classes
- Ensure that all the extension file-format classes are imported into the package root, i.e.
fileformats/CHANGEME - Delete these instructions in this README
...
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
