powered by
Perform package name formatting as PyPI is case insensitive and long runs of underscore, period, and hyphens are not recognized (- is same as --).
normalize_pypi_pkg(pkg_name)
Character vector of normalized PyPI package names
Character vector of package names.
PyPI Package Normalization
normalize_pypi_pkg(c('Dask', 'TenSorFlow'))
Run the code above in your browser using DataLab