kleinkram 0.0.109__tar.gz → 0.0.111__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.
Potentially problematic release.
This version of kleinkram might be problematic. Click here for more details.
- {kleinkram-0.0.109 → kleinkram-0.0.111}/PKG-INFO +2 -2
- {kleinkram-0.0.109 → kleinkram-0.0.111}/README.md +1 -1
- kleinkram-0.0.111/dev.sh +6 -0
- {kleinkram-0.0.109 → kleinkram-0.0.111}/pyproject.toml +2 -2
- kleinkram-0.0.109/dev.sh +0 -6
- {kleinkram-0.0.109 → kleinkram-0.0.111}/.gitignore +0 -0
- {kleinkram-0.0.109 → kleinkram-0.0.111}/LICENSE +0 -0
- {kleinkram-0.0.109 → kleinkram-0.0.111}/deploy.sh +0 -0
- {kleinkram-0.0.109 → kleinkram-0.0.111}/requirements.txt +0 -0
- {kleinkram-0.0.109/src/kleinkram_CLI → kleinkram-0.0.111/src/kleinkram}/__init__.py +0 -0
- {kleinkram-0.0.109/src/kleinkram_CLI → kleinkram-0.0.111/src/kleinkram}/auth.py +0 -0
- {kleinkram-0.0.109/src/kleinkram_CLI → kleinkram-0.0.111/src/kleinkram}/consts.py +0 -0
- {kleinkram-0.0.109/src/kleinkram_CLI → kleinkram-0.0.111/src/kleinkram}/helper.py +0 -0
- {kleinkram-0.0.109/src/kleinkram_CLI → kleinkram-0.0.111/src/kleinkram}/main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: kleinkram
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.111
|
|
4
4
|
Summary: A CLI for the ETH project kleinkram
|
|
5
5
|
Project-URL: Homepage, https://github.com/leggedrobotics/kleinkram
|
|
6
6
|
Project-URL: Issues, https://github.com/leggedrobotics/kleinkram/issues
|
|
@@ -15,7 +15,7 @@ Requires-Dist: tqdm
|
|
|
15
15
|
Requires-Dist: typer
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
|
|
18
|
-
#
|
|
18
|
+
# Kleinkram: CLI
|
|
19
19
|
|
|
20
20
|
Used as an alternative to the webtool at https://datasets.leggedrobotics.com/ \
|
|
21
21
|
Use --help to get an overview over available commands.
|
kleinkram-0.0.111/dev.sh
ADDED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kleinkram"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.111"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Johann Schwabe", email="jschwab@ethz.ch" },
|
|
10
10
|
]
|
|
@@ -27,4 +27,4 @@ Homepage = "https://github.com/leggedrobotics/kleinkram"
|
|
|
27
27
|
Issues = "https://github.com/leggedrobotics/kleinkram/issues"
|
|
28
28
|
|
|
29
29
|
[project.scripts]
|
|
30
|
-
klein = '
|
|
30
|
+
klein = 'kleinkram.main:app'
|
kleinkram-0.0.109/dev.sh
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
|