2 रिपॉजिटरी
Standardizing package identifiers to a consistent format, such as lowercase, for reliable indexing.
Distinct from Package Naming Patterns: None of the candidates cover the string normalization of project names for lookup consistency.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Package Name Normalization. Refine with filters or upvote what's useful.
This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building, versioning, and uploading Python distributions. It serves as a concrete project template and example for configuring metadata and build artifacts for package indices. The repository illustrates how to package software by defining project metadata and dependencies in static configuration files. It covers the process of transforming source trees into versioned archives and platform-specific binary distributions, specifically showing how to build binary wheels and source distribut
Converts project names to a standard lowercase format to ensure consistent lookups in package indices.
Rails-assets is a system designed to convert, manage, and package third-party frontend dependencies into native library files. It functions as a bridge between external web components and Ruby on Rails projects, enabling developers to treat frontend assets as standard gems within their existing build pipelines. The project automates the lifecycle of these dependencies by fetching components from remote registries and transforming them into structured, installable formats. It includes a normalization layer that maps non-standard package identifiers to compliant naming conventions, ensuring tha
Standardizes non-compliant external package identifiers into consistent naming formats for reliable integration.