kleinkram 0.36.1__tar.gz → 0.36.1.dev20241106181256__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.36.1 → kleinkram-0.36.1.dev20241106181256}/PKG-INFO +1 -1
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/pyproject.toml +1 -1
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/requirements.txt +3 -3
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/main.py +1 -1
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/.gitignore +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/LICENSE +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/README.md +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/deploy.sh +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/dev.sh +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/klein.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/__init__.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/api_client.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/auth/auth.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/consts.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/endpoint/endpoint.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/error_handling.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/file/file.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/helper.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/mission/mission.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/project/project.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/queue/queue.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/tag/tag.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/topic/topic.py +0 -0
- {kleinkram-0.36.1 → kleinkram-0.36.1.dev20241106181256}/src/kleinkram/user/user.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: kleinkram
|
|
3
|
-
Version: 0.36.1
|
|
3
|
+
Version: 0.36.1.dev20241106181256
|
|
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
|
|
@@ -2,11 +2,11 @@ httpx~=0.27.2
|
|
|
2
2
|
requests~=2.32.3
|
|
3
3
|
typer~=0.12.5
|
|
4
4
|
typing_extensions~=4.12.2
|
|
5
|
-
rich~=13.9.
|
|
5
|
+
rich~=13.9.4
|
|
6
6
|
tqdm~=4.66.6
|
|
7
7
|
black~=24.10.0
|
|
8
8
|
requests~=2.32.3
|
|
9
|
-
boto3~=1.35.
|
|
10
|
-
botocore~=1.35.
|
|
9
|
+
boto3~=1.35.54
|
|
10
|
+
botocore~=1.35.54
|
|
11
11
|
importlib-metadata~=8.5.0
|
|
12
12
|
pyopenssl~=24.2.1
|
|
@@ -329,7 +329,7 @@ def upload(
|
|
|
329
329
|
f"hyphens. Consider using the '--fix-filenames' option to automatically fix the filenames."
|
|
330
330
|
)
|
|
331
331
|
|
|
332
|
-
if not 3 <= len(filename_without_extension) <=
|
|
332
|
+
if not 3 <= len(filename_without_extension) <= 40:
|
|
333
333
|
raise ValueError(
|
|
334
334
|
f"Filename '{filename}' is not valid. It must be between 3 and 40 characters long. Consider using "
|
|
335
335
|
f"the '--fix-filenames' option to automatically fix the filenames."
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|