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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kleinkram
3
- Version: 0.0.109
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
- # Grand Tour Datasets: CLI
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.
@@ -1,4 +1,4 @@
1
- # Grand Tour Datasets: CLI
1
+ # Kleinkram: CLI
2
2
 
3
3
  Used as an alternative to the webtool at https://datasets.leggedrobotics.com/ \
4
4
  Use --help to get an overview over available commands.
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/zsh
2
+
3
+ rm ./dist/*
4
+
5
+ python3 -m build
6
+ pip3 install dist/kleinkram*.whl --force-reinstall
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "kleinkram"
7
- version = "0.0.109"
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 = 'kleinkram_CLI.main:app'
30
+ klein = 'kleinkram.main:app'
kleinkram-0.0.109/dev.sh DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/zsh
2
-
3
- rm ./dist/*
4
-
5
- python3 -m build
6
- pip3 install dist/Kleinkram_CLI*.whl --force-reinstall
File without changes
File without changes
File without changes