kryten-cli 2.3.0__tar.gz → 2.3.2__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.
- {kryten_cli-2.3.0 → kryten_cli-2.3.2}/LICENSE +21 -21
- {kryten_cli-2.3.0/kryten_cli.egg-info → kryten_cli-2.3.2}/PKG-INFO +12 -15
- {kryten_cli-2.3.0 → kryten_cli-2.3.2}/README.md +324 -324
- {kryten_cli-2.3.0 → kryten_cli-2.3.2}/kryten_cli.py +1311 -841
- {kryten_cli-2.3.0 → kryten_cli-2.3.2}/pyproject.toml +34 -38
- kryten_cli-2.3.0/CHANGELOG.md +0 -100
- kryten_cli-2.3.0/MANIFEST.in +0 -8
- kryten_cli-2.3.0/PKG-INFO +0 -355
- kryten_cli-2.3.0/config.example.json +0 -19
- kryten_cli-2.3.0/examples.ps1 +0 -38
- kryten_cli-2.3.0/examples.sh +0 -39
- kryten_cli-2.3.0/kryten_cli.egg-info/SOURCES.txt +0 -17
- kryten_cli-2.3.0/kryten_cli.egg-info/dependency_links.txt +0 -1
- kryten_cli-2.3.0/kryten_cli.egg-info/entry_points.txt +0 -2
- kryten_cli-2.3.0/kryten_cli.egg-info/requires.txt +0 -1
- kryten_cli-2.3.0/kryten_cli.egg-info/top_level.txt +0 -1
- kryten_cli-2.3.0/requirements.txt +0 -9
- kryten_cli-2.3.0/setup.cfg +0 -4
- kryten_cli-2.3.0/setup.py +0 -48
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Kryten Robot Team
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Kryten Robot Team
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kryten-cli
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2
|
|
4
4
|
Summary: Command-line client for CyTube via kryten-py library
|
|
5
|
-
Home-page: https://github.com/grobertson/kryten-cli
|
|
6
|
-
Author: Kryten Robot Team
|
|
7
|
-
Author-email: Kryten Robot Team <kryten@example.com>
|
|
8
5
|
License: MIT
|
|
9
|
-
|
|
10
|
-
Project-URL: Bug Tracker, https://github.com/grobertson/kryten-cli/issues
|
|
11
|
-
Project-URL: Source Code, https://github.com/grobertson/kryten-cli
|
|
12
|
-
Project-URL: Documentation, https://github.com/grobertson/kryten-cli/blob/main/README.md
|
|
6
|
+
License-File: LICENSE
|
|
13
7
|
Keywords: cytube,nats,cli,command-line,microservices,bot
|
|
8
|
+
Author: Kryten Robot Team
|
|
9
|
+
Author-email: kryten@example.com
|
|
10
|
+
Requires-Python: >=3.10
|
|
14
11
|
Classifier: Development Status :: 4 - Beta
|
|
15
12
|
Classifier: Intended Audience :: Developers
|
|
16
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -18,16 +15,15 @@ Classifier: Programming Language :: Python :: 3
|
|
|
18
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
20
|
Classifier: Topic :: Communications :: Chat
|
|
22
21
|
Classifier: Topic :: Utilities
|
|
23
|
-
Requires-
|
|
22
|
+
Requires-Dist: kryten-py (>=0.9.4)
|
|
23
|
+
Project-URL: Documentation, https://github.com/grobertson/kryten-cli/blob/main/README.md
|
|
24
|
+
Project-URL: Homepage, https://github.com/grobertson/kryten-cli
|
|
25
|
+
Project-URL: Repository, https://github.com/grobertson/kryten-cli
|
|
24
26
|
Description-Content-Type: text/markdown
|
|
25
|
-
License-File: LICENSE
|
|
26
|
-
Requires-Dist: kryten-py>=0.5.8
|
|
27
|
-
Dynamic: author
|
|
28
|
-
Dynamic: home-page
|
|
29
|
-
Dynamic: license-file
|
|
30
|
-
Dynamic: requires-python
|
|
31
27
|
|
|
32
28
|
# Kryten CLI
|
|
33
29
|
|
|
@@ -353,3 +349,4 @@ This project serves as a reference implementation for using kryten-py. Contribut
|
|
|
353
349
|
## License
|
|
354
350
|
|
|
355
351
|
See LICENSE file for details.
|
|
352
|
+
|