Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
aiofile / __init__.py
Size: Mime:
from .utils import Reader, Writer, LineReader
from .version import (
    __author__, __version__, author_info, package_info,
    package_license, project_home, team_email, version_info,
)


from .aio import AIOFile


__all__ = (
    'AIOFile',
    'Reader',
    'LineReader',
    'Writer',
)