blob: aa0b08f12b7e4c5f1a317be2036c699ce5d79740 (
plain)
1
2
3
4
5
6
7
8
9
|
"""Low-level and high-level APIs to interact with project indexes."""
__all__ = ['simple',
'xmlrpc',
'dist',
'errors',
'mirrors']
from distutils2.pypi.dist import ReleaseInfo, ReleasesList, DistInfo
|