lid-cli 0.1__tar.gz → 0.3__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.
- {lid_cli-0.1 → lid_cli-0.3}/PKG-INFO +1 -7
- lid_cli-0.3/README.md +3 -0
- {lid_cli-0.1 → lid_cli-0.3}/pyproject.toml +1 -1
- lid_cli-0.1/README.md +0 -9
- {lid_cli-0.1 → lid_cli-0.3}/LICENSES/MIT.txt +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/__init__.py +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/__main__.py +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/cli.py +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/gio.py +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/io.py +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/py.typed +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/subprocess.py +0 -0
- {lid_cli-0.1 → lid_cli-0.3}/src/lid/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lid-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3
|
|
4
4
|
Summary: Project Lid Cli.
|
|
5
5
|
Author: Christian Heinze
|
|
6
6
|
License-Expression: MIT
|
|
@@ -23,9 +23,3 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
# lid-cli
|
|
24
24
|
|
|
25
25
|
To find device, run `gio mount --list --detail` and select ID in the first line.
|
|
26
|
-
|
|
27
|
-
## TODO
|
|
28
|
-
|
|
29
|
-
- More error handling and testing.
|
|
30
|
-
- Build CLI with mount and umount commands.
|
|
31
|
-
- Possibly write target to disk in a small file for umount to read from.
|
lid_cli-0.3/README.md
ADDED
lid_cli-0.1/README.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# lid-cli
|
|
2
|
-
|
|
3
|
-
To find device, run `gio mount --list --detail` and select ID in the first line.
|
|
4
|
-
|
|
5
|
-
## TODO
|
|
6
|
-
|
|
7
|
-
- More error handling and testing.
|
|
8
|
-
- Build CLI with mount and umount commands.
|
|
9
|
-
- Possibly write target to disk in a small file for umount to read from.
|
|
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
|