1 repositorio
Custom commands added to the build process to handle specialized packaging and distribution needs.
Distinct from Distributed Extensions: Focuses on extending the build pipeline's command set rather than transforming databases into clusters.
Explore 1 awesome GitHub repository matching data & databases · Distribution Command Extensions. Refine with filters or upvote what's useful.
Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit
Integrates new custom commands or distribution types into the build process for specialized packaging needs.