experimaestro 1.9.1__py3-none-any.whl → 1.10.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.
Files changed (34) hide show
  1. experimaestro/cli/filter.py +6 -1
  2. experimaestro/launcherfinder/parser.py +7 -2
  3. experimaestro/launcherfinder/registry.py +5 -5
  4. experimaestro/launcherfinder/specs.py +32 -1
  5. experimaestro/tests/test_findlauncher.py +11 -4
  6. {experimaestro-1.9.1.dist-info → experimaestro-1.10.0.dist-info}/METADATA +22 -29
  7. {experimaestro-1.9.1.dist-info → experimaestro-1.10.0.dist-info}/RECORD +10 -34
  8. experimaestro/server/data/0c35d18bf06992036b69.woff2 +0 -0
  9. experimaestro/server/data/1815e00441357e01619e.ttf +0 -0
  10. experimaestro/server/data/219aa9140e099e6c72ed.woff2 +0 -0
  11. experimaestro/server/data/2463b90d9a316e4e5294.woff2 +0 -0
  12. experimaestro/server/data/2582b0e4bcf85eceead0.ttf +0 -0
  13. experimaestro/server/data/3a4004a46a653d4b2166.woff +0 -0
  14. experimaestro/server/data/3baa5b8f3469222b822d.woff +0 -0
  15. experimaestro/server/data/4d73cb90e394b34b7670.woff +0 -0
  16. experimaestro/server/data/4ef4218c522f1eb6b5b1.woff2 +0 -0
  17. experimaestro/server/data/5d681e2edae8c60630db.woff +0 -0
  18. experimaestro/server/data/6f420cf17cc0d7676fad.woff2 +0 -0
  19. experimaestro/server/data/89999bdf5d835c012025.woff2 +0 -0
  20. experimaestro/server/data/914997e1bdfc990d0897.ttf +0 -0
  21. experimaestro/server/data/c210719e60948b211a12.woff2 +0 -0
  22. experimaestro/server/data/c380809fd3677d7d6903.woff2 +0 -0
  23. experimaestro/server/data/f882956fd323fd322f31.woff +0 -0
  24. experimaestro/server/data/favicon.ico +0 -0
  25. experimaestro/server/data/index.css +0 -22963
  26. experimaestro/server/data/index.css.map +0 -1
  27. experimaestro/server/data/index.html +0 -27
  28. experimaestro/server/data/index.js +0 -101770
  29. experimaestro/server/data/index.js.map +0 -1
  30. experimaestro/server/data/login.html +0 -22
  31. experimaestro/server/data/manifest.json +0 -15
  32. {experimaestro-1.9.1.dist-info → experimaestro-1.10.0.dist-info}/LICENSE +0 -0
  33. {experimaestro-1.9.1.dist-info → experimaestro-1.10.0.dist-info}/WHEEL +0 -0
  34. {experimaestro-1.9.1.dist-info → experimaestro-1.10.0.dist-info}/entry_points.txt +0 -0
@@ -1,22 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta
6
- name="viewport"
7
- content="width=device-width, initial-scale=1, shrink-to-fit=no"
8
- />
9
- <meta name="theme-color" content="#000000" />
10
- <title>Experimaestro</title>
11
- </head>
12
- <body>
13
- <h1>Experimaestro</h1>
14
- <form action="/auth" method="GET">
15
- <div>
16
- Token
17
- <input type="text" name="xpm-token" />
18
- <input type="submit" value="submit" />
19
- </div>
20
- </form>
21
- </body>
22
- </html>
@@ -1,15 +0,0 @@
1
- {
2
- "short_name": "Experimaestro",
3
- "name": "Experimaestro Client",
4
- "icons": [
5
- {
6
- "src": "favicon.ico",
7
- "sizes": "64x64 32x32 24x24 16x16",
8
- "type": "image/x-icon"
9
- }
10
- ],
11
- "start_url": "./index.html",
12
- "display": "standalone",
13
- "theme_color": "#000000",
14
- "background_color": "#ffffff"
15
- }