mycloudctl 1.0.3__tar.gz → 1.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/PKG-INFO +2 -2
- mycloudctl-1.0.4/cli/__init__.py +2 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/PKG-INFO +2 -2
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/pyproject.toml +2 -2
- mycloudctl-1.0.3/cli/__init__.py +0 -2
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/README.md +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/README_CLI.md +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/__main__.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/api.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/__init__.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/auth.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/batch.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/favorites.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/files.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/folders.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/notifications.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/prefs.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/profile.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/search.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/servers.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/share.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/stash.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/storage.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/config.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/ui/__init__.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/ui/table.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/ui/tree.py +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/SOURCES.txt +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/dependency_links.txt +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/entry_points.txt +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/requires.txt +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/top_level.txt +0 -0
- {mycloudctl-1.0.3 → mycloudctl-1.0.4}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mycloudctl
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary: Official CLI for myCloud
|
|
3
|
+
Version: 1.0.4
|
|
4
|
+
Summary: Official CLI for myCloud - your personal cloud storage
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
Requires-Dist: typer[all]>=0.12
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mycloudctl
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary: Official CLI for myCloud
|
|
3
|
+
Version: 1.0.4
|
|
4
|
+
Summary: Official CLI for myCloud - your personal cloud storage
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
Requires-Dist: typer[all]>=0.12
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mycloudctl"
|
|
7
|
-
version = "1.0.
|
|
8
|
-
description = "Official CLI for myCloud
|
|
7
|
+
version = "1.0.4"
|
|
8
|
+
description = "Official CLI for myCloud - your personal cloud storage"
|
|
9
9
|
requires-python = ">=3.10"
|
|
10
10
|
readme = "README_CLI.md"
|
|
11
11
|
|
mycloudctl-1.0.3/cli/__init__.py
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|