-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
116 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
2024-11-26 14:29:51.312 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push | ||
2024-11-26 15:01:34.049 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build | ||
2024-11-26 15:01:34.049 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull | ||
2024-11-26 15:01:45.938 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
2024-11-26 14:29:51.312 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push | ||
2024-11-26 15:01:34.049 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build | ||
2024-11-26 15:01:34.049 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull | ||
2024-11-26 15:01:45.938 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from .drive import OpenXLabDrive as OpenDataLabDrive | ||
from .drive import OpenXLabDrive | ||
|
||
__all__ = ["OpenXLabDrive", "OpenDataLabDrive"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .drive import OSDrive | ||
|
||
__all__ = ["OSDrive"] |
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .drive import OSSDrive,public_oss_url | ||
from .drive import OSSDrive, public_oss_url | ||
|
||
__all__=['OSSDrive','public_oss_url'] | ||
__all__ = ["OSSDrive", "public_oss_url"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .drive import TianChiDrive | ||
|
||
__all__ = ["TianChiDrive"] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from .drive import TSingHuaDrive, download | ||
from .drive import download as download_tsinghua | ||
|
||
__all__ = ["TSingHuaDrive", "download", "download_tsinghua"] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .drive import Uploader, Downloader, BaseDrive, WSSDrive | ||
|
||
__all__ = ["Uploader", "Downloader", "BaseDrive", "WSSDrive"] |
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .drive import ZenodoDrive | ||
|
||
__all__=['ZenodoDrive'] | ||
__all__ = ["ZenodoDrive"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.