stubber.publish.pypi ==================== .. py:module:: stubber.publish.pypi .. autoapi-nested-parse:: Read versions published to PyPi or test.PyPi. uses the pypi-simple package to get the versions from the simple index. Functions --------- .. autoapisummary:: stubber.publish.pypi.get_pypi_versions Module Contents --------------- .. py:function:: get_pypi_versions(package_name: str, base: Optional[packaging.version.Version] = None, production: bool = True) Get all versions of a package from a PyPI endpoint.