Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / aiofile   python

Repository URL to install this package:

Version: 1.5.1 

/ __init__.py

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__ = (
    '__author__',
    '__version__',
    'author_info',
    'package_info',
    'AIOFile',
    'LineReader',
    'package_license',
    'project_home',
    'Reader',
    'team_email',
    'version_info',
    'Writer',
)