@@ -77,34 +77,33 @@ We use `PyYAML`_ for parsing manifests (which are YAML). This uses the MIT licen
7777
7878.. _`PyYAML` : https://pyyaml.org/
7979
80- python-coloredlogs
81- ~~~~~~~~~~~~~~~~~~
82- `Colored logs `_ is used for the colored text output.
80+ Rich
81+ ~~~~
82+ `Rich `_ is used for the colored text output.
8383
8484::
8585
86- Copyright (c) 2020 Peter Odding
86+ Copyright (c) 2020 Will McGugan
8787
88- Permission is hereby granted, free of charge, to any person obtaining
89- a copy of this software and associated documentation files (the
90- "Software"), to deal in the Software without restriction, including
91- without limitation the rights to use, copy, modify, merge, publish,
92- distribute, sublicense, and/or sell copies of the Software, and to
93- permit persons to whom the Software is furnished to do so, subject to
94- the following conditions:
88+ Permission is hereby granted, free of charge, to any person obtaining a copy
89+ of this software and associated documentation files (the "Software"), to deal
90+ in the Software without restriction, including without limitation the rights
91+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92+ copies of the Software, and to permit persons to whom the Software is
93+ furnished to do so, subject to the following conditions:
9594
96- The above copyright notice and this permission notice shall be
97- included in all copies or substantial portions of the Software.
95+ The above copyright notice and this permission notice shall be included in all
96+ copies or substantial portions of the Software.
9897
99- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
100- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
101- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
102- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
103- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
104- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
105- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
98+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104+ SOFTWARE.
106105
107- .. _`Colored logs ` : https://coloredlogs .readthedocs.io/en/latest/
106+ .. _`Rich ` : https://rich .readthedocs.io/en/latest/
108107
109108pykwalify
110109~~~~~~~~~
@@ -137,41 +136,7 @@ pykwalify
137136
138137.. _`pykwalify` : https://github.com/Grokzen/pykwalify
139138
140- Colorama
141- ~~~~~~~~
142- `colorama `_ is also used for the colored text output.
143-
144- ::
145-
146- Copyright (c) 2010 Jonathan Hartley
147- All rights reserved.
148-
149- Redistribution and use in source and binary forms, with or without
150- modification, are permitted provided that the following conditions are met:
151-
152- * Redistributions of source code must retain the above copyright notice, this
153- list of conditions and the following disclaimer.
154-
155- * Redistributions in binary form must reproduce the above copyright notice,
156- this list of conditions and the following disclaimer in the documentation
157- and/or other materials provided with the distribution.
158-
159- * Neither the name of the copyright holders, nor those of its contributors
160- may be used to endorse or promote products derived from this software without
161- specific prior written permission.
162-
163- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
164- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
165- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
166- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
167- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
168- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
169- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
170- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
171- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
172- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
173139
174- .. _`colorama` : https://github.com/tartley/colorama
175140
176141
177142Typing-extensions
0 commit comments