lr-gladiator 0.1.0__py3-none-any.whl → 0.2.0__py3-none-any.whl

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 lr-gladiator might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lr-gladiator
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: CLI and Python client for Arena PLM (app.bom.com): login, get revisions, list/download attachments, and upload to working revisions.
5
5
  Author-email: Jonas Estberger <jonas.estberger@lumenradio.com>
6
6
  License: MIT
@@ -28,7 +28,7 @@ CLI + Python client for interacting with the Arena PLM.
28
28
  ## Install
29
29
 
30
30
  ```bash
31
- pip install gladiator-arena
31
+ pip install lr-gladiator
32
32
  ```
33
33
 
34
34
  ## Quick start
@@ -38,19 +38,7 @@ pip install gladiator-arena
38
38
  Interactive:
39
39
 
40
40
  ```bash
41
- gladiator login --subdomain acme
42
- ```
43
-
44
- CI/CD friendly:
45
-
46
- ```bash
47
- gladiator login --subdomain acme --api-key "$ARENA_API_KEY" --ci
48
- ```
49
-
50
- To use your existing scripts while prototyping:
51
-
52
- ```bash
53
- gladiator login --subdomain acme --mode bash --scripts-root /path/to/scripts
41
+ gladiator login
54
42
  ```
55
43
 
56
44
  `login.json` is stored at `~/.config/gladiator/login.json` by default.
@@ -75,7 +63,7 @@ Download files:
75
63
  gladiator get-files ABC-1234 --out downloads/
76
64
  ```
77
65
 
78
- Upload a file to the working revision (will refuse if the revision is approved/released):
66
+ Upload a file to the working revision
79
67
 
80
68
  ```bash
81
69
  gladiator upload-file ABC-1234 ./datasheet.pdf --reference datasheet
@@ -100,5 +88,3 @@ python -m build
100
88
  ## FAQ
101
89
 
102
90
  - **Where is the config kept?** `~/.config/gladiator/login.json` (override via `GLADIATOR_CONFIG`).
103
- - **Auth method?** Prefer API key. Username/password is supported to be CI-friendly but avoid storing passwords when possible.
104
- - **Approved states?** By default any state labelled `Approved` or `Released` is treated as approved. Adjust the code if your tenant uses custom labels.
@@ -2,9 +2,9 @@ gladiator/__init__.py,sha256=kVgJiGDD6714tJ3SN6mdao3rdVO57jlMvLMHAFjHX4A,207
2
2
  gladiator/arena.py,sha256=3_Ry7_7YIUNHtlxo0WLwq0q4CVGwCmikzoYnQIZy-DE,21651
3
3
  gladiator/cli.py,sha256=ugquxfry1Qx6iYbNVglXgYV9XPryAzYmXlLBxAF6JTc,6557
4
4
  gladiator/config.py,sha256=pnuVrcW8yafxMB7RU9wyi_4jS_oMBIuNryfet203Wng,1738
5
- lr_gladiator-0.1.0.dist-info/licenses/LICENSE,sha256=2CEtbEagerjoU3EDSk-eTM5LKgI_RpiVIOh3_CV4kms,1069
6
- lr_gladiator-0.1.0.dist-info/METADATA,sha256=nOzlohzF7-daFGFF1jq9d1_dn9PxYQGtlefV75gplV0,2498
7
- lr_gladiator-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- lr_gladiator-0.1.0.dist-info/entry_points.txt,sha256=SLka4w7iGS2B8HrbeZyNk5mxaIC6QKcv93us1OaWNwQ,48
9
- lr_gladiator-0.1.0.dist-info/top_level.txt,sha256=tfrcAmK7_7Lf63w7kWy0wv_Qg9RrcFWGoins1-jGUF4,10
10
- lr_gladiator-0.1.0.dist-info/RECORD,,
5
+ lr_gladiator-0.2.0.dist-info/licenses/LICENSE,sha256=2CEtbEagerjoU3EDSk-eTM5LKgI_RpiVIOh3_CV4kms,1069
6
+ lr_gladiator-0.2.0.dist-info/METADATA,sha256=paVTyMqmQChuQuUmx1C6OwKghztoQyKWgI6JsWYi3Nc,1912
7
+ lr_gladiator-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ lr_gladiator-0.2.0.dist-info/entry_points.txt,sha256=SLka4w7iGS2B8HrbeZyNk5mxaIC6QKcv93us1OaWNwQ,48
9
+ lr_gladiator-0.2.0.dist-info/top_level.txt,sha256=tfrcAmK7_7Lf63w7kWy0wv_Qg9RrcFWGoins1-jGUF4,10
10
+ lr_gladiator-0.2.0.dist-info/RECORD,,