https://github.com/activeloopai/hub-redirect
Redirects "pip install hub" and "import hub" to deeplake
https://github.com/activeloopai/hub-redirect
Last synced: 6 months ago
JSON representation
Redirects "pip install hub" and "import hub" to deeplake
- Host: GitHub
- URL: https://github.com/activeloopai/hub-redirect
- Owner: activeloopai
- Created: 2022-09-20T17:17:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T07:44:22.000Z (about 3 years ago)
- Last Synced: 2025-07-18T03:51:00.229Z (6 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hub-redirect
Redirects "pip install hub" and "import hub" to deeplake
This is an empty package with `deeplake` as the only dependancy, essentially serving as a backwards compatibility redirect for pip installs. Also the `__init__` redirects `import hub` to `import deeplake`.