Is it possible to check whether the name of my project will be available on PyPI? Recently I got this error:
HTTP Error 400: The name 'my-project-name-to-be-published' is too similar to an existing project. See https://pypi.org/help/#project-name for more information.
So it looks like it is not only a problem of exact name match. Is there some way to check if the name will be unique enough for PyPI other then just preparing everything and then getting error like this?