zora-cli 0.1.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.
- zora_cli-0.1.2/LICENSE +216 -0
- zora_cli-0.1.2/PKG-INFO +1021 -0
- zora_cli-0.1.2/README.md +793 -0
- zora_cli-0.1.2/pyproject.toml +23 -0
- zora_cli-0.1.2/setup.cfg +4 -0
- zora_cli-0.1.2/zora/__init__.py +1 -0
- zora_cli-0.1.2/zora/cli.py +226 -0
- zora_cli-0.1.2/zora_cli.egg-info/PKG-INFO +1021 -0
- zora_cli-0.1.2/zora_cli.egg-info/SOURCES.txt +11 -0
- zora_cli-0.1.2/zora_cli.egg-info/dependency_links.txt +1 -0
- zora_cli-0.1.2/zora_cli.egg-info/entry_points.txt +2 -0
- zora_cli-0.1.2/zora_cli.egg-info/requires.txt +1 -0
- zora_cli-0.1.2/zora_cli.egg-info/top_level.txt +1 -0
zora_cli-0.1.2/LICENSE
ADDED
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
ZORA SOURCE-AVAILABLE LICENSE
|
|
2
|
+
Version 1.0
|
|
3
|
+
|
|
4
|
+
Copyright © 2026 radecekq
|
|
5
|
+
All rights reserved.
|
|
6
|
+
|
|
7
|
+
1. DEFINITIONS
|
|
8
|
+
|
|
9
|
+
For the purposes of this License:
|
|
10
|
+
|
|
11
|
+
"Software" means the Zora software, including its source code, documentation,
|
|
12
|
+
configuration files, assets, and any other materials distributed with the
|
|
13
|
+
Software.
|
|
14
|
+
|
|
15
|
+
"Original Software" means the Software as distributed by the Copyright Holder.
|
|
16
|
+
|
|
17
|
+
"Modified Version" means any version of the Software that has been altered,
|
|
18
|
+
adapted, translated, extended, refactored, or otherwise changed from the
|
|
19
|
+
Original Software.
|
|
20
|
+
|
|
21
|
+
"Copyright Holder" means the individual or entity that owns the copyright in
|
|
22
|
+
the Software.
|
|
23
|
+
|
|
24
|
+
"User" means any individual or organization obtaining access to the Software.
|
|
25
|
+
|
|
26
|
+
"Redistribution" means providing, publishing, transmitting, selling,
|
|
27
|
+
licensing, sublicensing, uploading, mirroring, or otherwise making the
|
|
28
|
+
Software or a Modified Version available to any third party.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
2. GRANT OF RIGHTS
|
|
32
|
+
|
|
33
|
+
Subject to the terms and conditions of this License, the Copyright Holder
|
|
34
|
+
grants the User a limited, non-exclusive, non-transferable, revocable license
|
|
35
|
+
to:
|
|
36
|
+
|
|
37
|
+
a. access and inspect the source code of the Software;
|
|
38
|
+
|
|
39
|
+
b. copy the Software for personal use and development;
|
|
40
|
+
|
|
41
|
+
c. create private forks of the Software;
|
|
42
|
+
|
|
43
|
+
d. modify, adapt, extend, or otherwise alter the Software;
|
|
44
|
+
|
|
45
|
+
e. compile and execute the Software and Modified Versions for personal
|
|
46
|
+
use; and
|
|
47
|
+
|
|
48
|
+
f. use the Software and Modified Versions for non-commercial purposes.
|
|
49
|
+
|
|
50
|
+
These permissions do not constitute a transfer of ownership or copyright.
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
3. REDISTRIBUTION PROHIBITED
|
|
54
|
+
|
|
55
|
+
The User may not, without prior written permission from the Copyright Holder:
|
|
56
|
+
|
|
57
|
+
a. redistribute the Original Software;
|
|
58
|
+
|
|
59
|
+
b. redistribute any Modified Version;
|
|
60
|
+
|
|
61
|
+
c. publish a fork of the Software;
|
|
62
|
+
|
|
63
|
+
d. publish source code derived from the Software;
|
|
64
|
+
|
|
65
|
+
e. distribute compiled binaries or executable versions of the Software
|
|
66
|
+
or a Modified Version;
|
|
67
|
+
|
|
68
|
+
f. upload the Software or a Modified Version to another repository,
|
|
69
|
+
package registry, download service, file-sharing service, or similar
|
|
70
|
+
distribution platform;
|
|
71
|
+
|
|
72
|
+
g. sell, sublicense, rent, lease, or otherwise transfer the Software or
|
|
73
|
+
a Modified Version to another person or organization; or
|
|
74
|
+
|
|
75
|
+
h. make the Software or a Modified Version publicly available through
|
|
76
|
+
any medium.
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
4. PRIVATE FORKS
|
|
80
|
+
|
|
81
|
+
The User may create and maintain private forks of the Software for personal
|
|
82
|
+
development, experimentation, testing, education, or other lawful purposes.
|
|
83
|
+
|
|
84
|
+
A private fork must not be made available to third parties without the
|
|
85
|
+
express written permission of the Copyright Holder.
|
|
86
|
+
|
|
87
|
+
Nothing in this section grants permission to publish or redistribute a fork.
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
5. MODIFICATIONS
|
|
91
|
+
|
|
92
|
+
The User is expressly permitted to modify the Software for private use.
|
|
93
|
+
|
|
94
|
+
Modifications may include, but are not limited to:
|
|
95
|
+
|
|
96
|
+
- adding or removing functionality;
|
|
97
|
+
- changing the user interface;
|
|
98
|
+
- changing configuration;
|
|
99
|
+
- fixing bugs;
|
|
100
|
+
- refactoring code;
|
|
101
|
+
- creating experimental features; and
|
|
102
|
+
- adapting the Software for personal environments.
|
|
103
|
+
|
|
104
|
+
However, the creation of a Modified Version does not grant the User any
|
|
105
|
+
additional right to redistribute that Modified Version.
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
6. COPYRIGHT AND OWNERSHIP
|
|
109
|
+
|
|
110
|
+
The Software remains the property of the Copyright Holder.
|
|
111
|
+
|
|
112
|
+
This License does not transfer ownership of the Software, its source code,
|
|
113
|
+
copyright, trademarks, trade names, or other intellectual property rights.
|
|
114
|
+
|
|
115
|
+
All rights not expressly granted by this License are reserved by the
|
|
116
|
+
Copyright Holder.
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
7. ATTRIBUTION
|
|
120
|
+
|
|
121
|
+
If the Software or a Modified Version is used privately, the User is
|
|
122
|
+
encouraged to preserve all existing copyright notices, license notices,
|
|
123
|
+
author information, and attribution contained within the Software.
|
|
124
|
+
|
|
125
|
+
Nothing in this License permits the removal of copyright notices for the
|
|
126
|
+
purpose of claiming ownership of the Original Software.
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
8. COMMERCIAL USE
|
|
130
|
+
|
|
131
|
+
Commercial use, including incorporation of the Software into a commercial
|
|
132
|
+
product or service, is not permitted unless expressly authorized in writing
|
|
133
|
+
by the Copyright Holder.
|
|
134
|
+
|
|
135
|
+
The Copyright Holder may grant separate commercial licenses at their
|
|
136
|
+
discretion.
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
9. REQUESTS FOR REDISTRIBUTION
|
|
140
|
+
|
|
141
|
+
A User wishing to redistribute the Software or a Modified Version may
|
|
142
|
+
contact the Copyright Holder and request explicit permission.
|
|
143
|
+
|
|
144
|
+
Permission may be granted or denied at the sole discretion of the Copyright
|
|
145
|
+
Holder.
|
|
146
|
+
|
|
147
|
+
Any permission to redistribute may be subject to additional terms and
|
|
148
|
+
conditions established by the Copyright Holder.
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
10. NO WARRANTY
|
|
152
|
+
|
|
153
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
154
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
155
|
+
FOR A PARTICULAR PURPOSE, TITLE, OR NON-INFRINGEMENT.
|
|
156
|
+
|
|
157
|
+
THE COPYRIGHT HOLDER SHALL NOT BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
|
158
|
+
LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
|
159
|
+
OR OTHER DEALINGS IN THE SOFTWARE.
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
11. LIMITATION OF LIABILITY
|
|
163
|
+
|
|
164
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE COPYRIGHT HOLDER
|
|
165
|
+
SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL,
|
|
166
|
+
OR EXEMPLARY DAMAGES ARISING FROM THE USE OR INABILITY TO USE THE SOFTWARE.
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
12. TERMINATION
|
|
170
|
+
|
|
171
|
+
This License automatically terminates if the User violates any of its terms.
|
|
172
|
+
|
|
173
|
+
Upon termination, the User must cease all use of the Software and destroy
|
|
174
|
+
copies of the Software and Modified Versions in their possession or control,
|
|
175
|
+
except where retention is required by applicable law.
|
|
176
|
+
|
|
177
|
+
Permissions may be reinstated only through explicit written authorization
|
|
178
|
+
from the Copyright Holder.
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
13. SEVERABILITY
|
|
182
|
+
|
|
183
|
+
If any provision of this License is determined to be invalid or
|
|
184
|
+
unenforceable, the remaining provisions shall remain in full force and
|
|
185
|
+
effect.
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
14. ENTIRE AGREEMENT
|
|
189
|
+
|
|
190
|
+
This License constitutes the entire agreement concerning the Software and
|
|
191
|
+
supersedes any prior or contemporaneous understanding concerning the rights
|
|
192
|
+
granted under this License.
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
15. RESERVATION OF RIGHTS
|
|
196
|
+
|
|
197
|
+
The Copyright Holder reserves all rights not expressly granted by this
|
|
198
|
+
License.
|
|
199
|
+
|
|
200
|
+
No permission should be inferred merely because a particular restriction is
|
|
201
|
+
not explicitly stated.
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
16. LICENSE VERSION
|
|
205
|
+
|
|
206
|
+
This license is designated:
|
|
207
|
+
|
|
208
|
+
Zora Source-Available License v1.0
|
|
209
|
+
|
|
210
|
+
Future versions of this License may be published by the Copyright Holder.
|
|
211
|
+
Unless explicitly stated otherwise, a particular version of the Software
|
|
212
|
+
remains governed by the license version distributed with that version.
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
Copyright © 2026 radecekq
|
|
216
|
+
All rights reserved.
|