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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lid-cli
3
- Version: 0.1
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
@@ -0,0 +1,3 @@
1
+ # lid-cli
2
+
3
+ To find device, run `gio mount --list --detail` and select ID in the first line.
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.10,<0.11" ]
4
4
 
5
5
  [project]
6
6
  name = "lid-cli"
7
- version = "0.1"
7
+ version = "0.3"
8
8
  description = "Project Lid Cli."
9
9
  readme = "README.md"
10
10
  license = "MIT"
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