| | | |
| ## Resources file format | | ## Resources file format |
| | | |
| The file is divided into sections, one for each re | | The file is divided into sections, one for each re |
| source. A section begins with a line that begins w | | source. A section begins with a line that begins w |
| ith a colon: | | ith a colon: |
| | | |
| t | :resourcename | t | :resourcename |
| | | |
| A resource name must be a valid Python identifier | | A resource name must be a valid Python identifier |
| (possibly including dots). For example: `resname` | | (possibly including dots). For example: `resname` |
| or `modname.resname`. | | or `modname.resname`. |
| | | |
| The resource name is followed by the resource's me | | The resource name is followed by the resource's me |
| tadata; zero or more lines defining key-value pair | | tadata; zero or more lines defining key-value pair |
| s. These have the same format as in the [Metadata] | | s. These have the same format as in the [Metadata] |
| file. | | file. |