File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
"""
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.
4
4
"""
5
5
6
6
__all__ = [
Original file line number Diff line number Diff line change 1
1
"""
2
- HappyBase utility module.
2
+ AIOHappyBase utility module.
3
3
4
4
These functions are not part of the public API.
5
5
"""
Original file line number Diff line number Diff line change 1
1
"""
2
- HappyBase version module.
2
+ AIOHappyBase version module.
3
3
4
4
This module defines the package version for use in __init__.py and
5
5
setup.py.
Original file line number Diff line number Diff line change 1
1
"""
2
- HappyBase Batch module.
2
+ AIOHappyBase Batch module.
3
3
"""
4
4
5
5
import logging
Original file line number Diff line number Diff line change 1
1
"""
2
- HappyBase connection module.
2
+ AIOHappyBase connection module.
3
3
"""
4
4
5
5
import logging
Original file line number Diff line number Diff line change 1
1
"""
2
- HappyBase connection pool module.
2
+ AIOHappyBase connection pool module.
3
3
"""
4
4
5
5
import logging
Original file line number Diff line number Diff line change 1
1
"""
2
- HappyBase table module.
2
+ AIOHappyBase table module.
3
3
"""
4
4
5
5
import logging
You can’t perform that action at this time.
0 commit comments