File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11"""
2- HappyBase , a developer-friendly Python library to interact with Apache
3- HBase.
2+ AIOHappyBase , a developer-friendly Python library to interact asynchronously
3+ with Apache HBase.
44"""
55
66__all__ = [
Original file line number Diff line number Diff line change 11"""
2- HappyBase utility module.
2+ AIOHappyBase utility module.
33
44These functions are not part of the public API.
55"""
Original file line number Diff line number Diff line change 11"""
2- HappyBase version module.
2+ AIOHappyBase version module.
33
44This module defines the package version for use in __init__.py and
55setup.py.
Original file line number Diff line number Diff line change 11"""
2- HappyBase Batch module.
2+ AIOHappyBase Batch module.
33"""
44
55import logging
Original file line number Diff line number Diff line change 11"""
2- HappyBase connection module.
2+ AIOHappyBase connection module.
33"""
44
55import logging
Original file line number Diff line number Diff line change 11"""
2- HappyBase connection pool module.
2+ AIOHappyBase connection pool module.
33"""
44
55import logging
Original file line number Diff line number Diff line change 11"""
2- HappyBase table module.
2+ AIOHappyBase table module.
33"""
44
55import logging
You can’t perform that action at this time.
0 commit comments