| t | A package name consists of one or more elements, s | t | A [package] name consists of one or more elements, |
| eparated by dots. An element is one or more charac | | separated by dots. An element is one or more char |
| ters, which can be lower-case letters, underscores | | acters, which can be lower-case letters, underscor |
| , or digits. An element cannot begin with a digit. | | es, or digits. An element cannot begin with a digi |
| | | t. |
| | | |
| Example: `com.eblong.zarf.weather` | | Example: `com.eblong.zarf.weather` |
| | | |
| Package names have nearly the same syntax as fully | | Package names have nearly the same syntax as fully |
| -qualified module names in [Python]. The only diff | | -qualified module names in [Python]. The only diff |
| erence is that upper-case letters are not allowed. | | erence is that upper-case letters are not allowed. |
| | | |
| | | |