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.
Files changed (33) hide show
  1. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/PKG-INFO +2 -2
  2. mycloudctl-1.0.4/cli/__init__.py +2 -0
  3. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/PKG-INFO +2 -2
  4. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/pyproject.toml +2 -2
  5. mycloudctl-1.0.3/cli/__init__.py +0 -2
  6. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/README.md +0 -0
  7. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/README_CLI.md +0 -0
  8. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/__main__.py +0 -0
  9. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/api.py +0 -0
  10. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/__init__.py +0 -0
  11. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/auth.py +0 -0
  12. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/batch.py +0 -0
  13. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/favorites.py +0 -0
  14. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/files.py +0 -0
  15. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/folders.py +0 -0
  16. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/notifications.py +0 -0
  17. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/prefs.py +0 -0
  18. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/profile.py +0 -0
  19. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/search.py +0 -0
  20. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/servers.py +0 -0
  21. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/share.py +0 -0
  22. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/stash.py +0 -0
  23. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/commands/storage.py +0 -0
  24. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/config.py +0 -0
  25. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/ui/__init__.py +0 -0
  26. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/ui/table.py +0 -0
  27. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/cli/ui/tree.py +0 -0
  28. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/SOURCES.txt +0 -0
  29. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/dependency_links.txt +0 -0
  30. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/entry_points.txt +0 -0
  31. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/requires.txt +0 -0
  32. {mycloudctl-1.0.3 → mycloudctl-1.0.4}/mycloudctl.egg-info/top_level.txt +0 -0
  33. {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.3
4
- Summary: Official CLI for myCloud your personal cloud storage
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
@@ -0,0 +1,2 @@
1
+ # cli/__init__.py
2
+ __version__ = "1.0.4"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mycloudctl
3
- Version: 1.0.3
4
- Summary: Official CLI for myCloud your personal cloud storage
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.3"
8
- description = "Official CLI for myCloud your personal cloud storage"
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
 
@@ -1,2 +0,0 @@
1
- # cli/__init__.py
2
- __version__ = "1.0.3"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes