# python-registry **Repository Path**: wblong/python-registry ## Basic Information - **Project Name**: python-registry - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vcpkg-python Additional python ports for vcpkg Usage Enable registries feature flag in vcpkg and write a vcpkg-configuration.json file(or a vcpkg-configuration field in vcpkg.json) like this in your project's root directory, and you're good to go. ```json { "registries": [ { "kind": "git", "repository": "https://github.com/open-vcpkg/vcpkg-python.git", "packages": [ "python3", "vcpkg-python-scripts", "py-*" ] } ] } ``` ## Contributions Contributions are very welcome 👋