name

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package name provides name normalization for package names

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NormalizePython

func NormalizePython(name string) string

NormalizePython takes a Python package name and returns it in normalized form. Specifically, that means it is in all lower case and all periods (.) and underscores (_) are replaced with hyphens. See https://www.python.org/dev/peps/pep-0503/#normalized-names for details on how names should be normalized in Python.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL