3. Control Center#
Your repository’s control center is the singular interface from which you can manage your entire project, and even multiple projects at once.
It contains all available settings for PyPackIT itself, along with all information, configurations, and metadata of your project and all its components, gathered in one place and presented in a clear, consistent, and concise format.
All available options are already provided in the .meta
directory,
where all general configurations and settings are set to sensible default values.
Therefore, as the first step, you only need to add some basic information about your project,
and provide some project-specific configurations:
where all configurations, metadata, and settings for your GitHub repository (and its corresponding git repository), package, website, development pipeline, and other tools are stored in one place.
Any change applied to the control center is automatically propagated throughout your repository, Python package, test suite, documentation website, and all other supported tools and external services. Therefore, instead of having to deal with multiple interfaces and diverse configuration and metadata files scattered across your repository and each with its own format and syntax, you can simply manage your entire project from within the control center, using a single, unified, and consistent interface; PyPackIT automatically translates your changes into the appropriate formats, generates all necessary files in the required locations, and updates them dynamically.
Therefore, besides your source code, unit tests, and documentation content,
all other aspects of your project are automatically managed by PyPackIT according to your specifications
in the meta
directory.
An overview of the location, general structure, and constituents of your repository’s control center, along with instructions on how to customize them.
Instructions on how to use substitutions (aka templating) in your repository’s control center and documentation website.
Instructions on how to use substitutions (aka templating) in your repository’s control center and documentation website.
Instructions on how to use substitutions (aka templating) in your repository’s control center and documentation website.
A full reference and in-depth explanation of all available options in your repository’s control center.
A full reference and in-depth explanation of all dynamic files that are automatically generated and updated by your repository’s control center.