agentsystems-sdk 0.4.1__py3-none-any.whl → 0.4.2__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.
- agentsystems_sdk/licenses/python/ATTRIBUTIONS.md +1079 -32
- agentsystems_sdk/licenses/python/THIRD_PARTY_LICENSES.json +113 -1
- agentsystems_sdk/licenses/python/THIRD_PARTY_REQUIREMENTS.txt +14 -0
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/METADATA +1 -1
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/RECORD +10 -10
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/WHEEL +0 -0
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/entry_points.txt +0 -0
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/licenses/LICENSE +0 -0
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/licenses/NOTICE +0 -0
- {agentsystems_sdk-0.4.1.dist-info → agentsystems_sdk-0.4.2.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
This package relies on the third-party Python packages listed below.
|
4
4
|
|
5
|
-
## agentsystems-sdk 0.4.
|
5
|
+
## agentsystems-sdk 0.4.2
|
6
6
|
- License: UNKNOWN
|
7
7
|
- URL: UNKNOWN
|
8
8
|
- Author: AgentSystems <support@agentsystems.ai>
|
@@ -343,6 +343,37 @@ documentation is licensed as follows:
|
|
343
343
|
DEALINGS IN THE SOFTWARE.
|
344
344
|
|
345
345
|
|
346
|
+
```
|
347
|
+
</details>
|
348
|
+
|
349
|
+
## cfgv 3.4.0
|
350
|
+
- License: MIT License
|
351
|
+
- URL: https://github.com/asottile/cfgv
|
352
|
+
- Author: Anthony Sottile
|
353
|
+
|
354
|
+
<details><summary>License text</summary>
|
355
|
+
|
356
|
+
```
|
357
|
+
Copyright (c) 2018 Anthony Sottile
|
358
|
+
|
359
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
360
|
+
of this software and associated documentation files (the "Software"), to deal
|
361
|
+
in the Software without restriction, including without limitation the rights
|
362
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
363
|
+
copies of the Software, and to permit persons to whom the Software is
|
364
|
+
furnished to do so, subject to the following conditions:
|
365
|
+
|
366
|
+
The above copyright notice and this permission notice shall be included in
|
367
|
+
all copies or substantial portions of the Software.
|
368
|
+
|
369
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
370
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
371
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
372
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
373
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
375
|
+
THE SOFTWARE.
|
376
|
+
|
346
377
|
```
|
347
378
|
</details>
|
348
379
|
|
@@ -419,6 +450,195 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
419
450
|
```
|
420
451
|
</details>
|
421
452
|
|
453
|
+
## coverage 7.10.4
|
454
|
+
- License: Apache-2.0
|
455
|
+
- URL: https://github.com/nedbat/coveragepy
|
456
|
+
- Author: Ned Batchelder and 243 others
|
457
|
+
|
458
|
+
<details><summary>License text</summary>
|
459
|
+
|
460
|
+
```
|
461
|
+
|
462
|
+
Apache License
|
463
|
+
Version 2.0, January 2004
|
464
|
+
http://www.apache.org/licenses/
|
465
|
+
|
466
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
467
|
+
|
468
|
+
1. Definitions.
|
469
|
+
|
470
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
471
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
472
|
+
|
473
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
474
|
+
the copyright owner that is granting the License.
|
475
|
+
|
476
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
477
|
+
other entities that control, are controlled by, or are under common
|
478
|
+
control with that entity. For the purposes of this definition,
|
479
|
+
"control" means (i) the power, direct or indirect, to cause the
|
480
|
+
direction or management of such entity, whether by contract or
|
481
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
482
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
483
|
+
|
484
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
485
|
+
exercising permissions granted by this License.
|
486
|
+
|
487
|
+
"Source" form shall mean the preferred form for making modifications,
|
488
|
+
including but not limited to software source code, documentation
|
489
|
+
source, and configuration files.
|
490
|
+
|
491
|
+
"Object" form shall mean any form resulting from mechanical
|
492
|
+
transformation or translation of a Source form, including but
|
493
|
+
not limited to compiled object code, generated documentation,
|
494
|
+
and conversions to other media types.
|
495
|
+
|
496
|
+
"Work" shall mean the work of authorship, whether in Source or
|
497
|
+
Object form, made available under the License, as indicated by a
|
498
|
+
copyright notice that is included in or attached to the work
|
499
|
+
(an example is provided in the Appendix below).
|
500
|
+
|
501
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
502
|
+
form, that is based on (or derived from) the Work and for which the
|
503
|
+
editorial revisions, annotations, elaborations, or other modifications
|
504
|
+
represent, as a whole, an original work of authorship. For the purposes
|
505
|
+
of this License, Derivative Works shall not include works that remain
|
506
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
507
|
+
the Work and Derivative Works thereof.
|
508
|
+
|
509
|
+
"Contribution" shall mean any work of authorship, including
|
510
|
+
the original version of the Work and any modifications or additions
|
511
|
+
to that Work or Derivative Works thereof, that is intentionally
|
512
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
513
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
514
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
515
|
+
means any form of electronic, verbal, or written communication sent
|
516
|
+
to the Licensor or its representatives, including but not limited to
|
517
|
+
communication on electronic mailing lists, source code control systems,
|
518
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
519
|
+
Licensor for the purpose of discussing and improving the Work, but
|
520
|
+
excluding communication that is conspicuously marked or otherwise
|
521
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
522
|
+
|
523
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
524
|
+
on behalf of whom a Contribution has been received by Licensor and
|
525
|
+
subsequently incorporated within the Work.
|
526
|
+
|
527
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
528
|
+
this License, each Contributor hereby grants to You a perpetual,
|
529
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
530
|
+
copyright license to reproduce, prepare Derivative Works of,
|
531
|
+
publicly display, publicly perform, sublicense, and distribute the
|
532
|
+
Work and such Derivative Works in Source or Object form.
|
533
|
+
|
534
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
535
|
+
this License, each Contributor hereby grants to You a perpetual,
|
536
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
537
|
+
(except as stated in this section) patent license to make, have made,
|
538
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
539
|
+
where such license applies only to those patent claims licensable
|
540
|
+
by such Contributor that are necessarily infringed by their
|
541
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
542
|
+
with the Work to which such Contribution(s) was submitted. If You
|
543
|
+
institute patent litigation against any entity (including a
|
544
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
545
|
+
or a Contribution incorporated within the Work constitutes direct
|
546
|
+
or contributory patent infringement, then any patent licenses
|
547
|
+
granted to You under this License for that Work shall terminate
|
548
|
+
as of the date such litigation is filed.
|
549
|
+
|
550
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
551
|
+
Work or Derivative Works thereof in any medium, with or without
|
552
|
+
modifications, and in Source or Object form, provided that You
|
553
|
+
meet the following conditions:
|
554
|
+
|
555
|
+
(a) You must give any other recipients of the Work or
|
556
|
+
Derivative Works a copy of this License; and
|
557
|
+
|
558
|
+
(b) You must cause any modified files to carry prominent notices
|
559
|
+
stating that You changed the files; and
|
560
|
+
|
561
|
+
(c) You must retain, in the Source form of any Derivative Works
|
562
|
+
that You distribute, all copyright, patent, trademark, and
|
563
|
+
attribution notices from the Source form of the Work,
|
564
|
+
excluding those notices that do not pertain to any part of
|
565
|
+
the Derivative Works; and
|
566
|
+
|
567
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
568
|
+
distribution, then any Derivative Works that You distribute must
|
569
|
+
include a readable copy of the attribution notices contained
|
570
|
+
within such NOTICE file, excluding those notices that do not
|
571
|
+
pertain to any part of the Derivative Works, in at least one
|
572
|
+
of the following places: within a NOTICE text file distributed
|
573
|
+
as part of the Derivative Works; within the Source form or
|
574
|
+
documentation, if provided along with the Derivative Works; or,
|
575
|
+
within a display generated by the Derivative Works, if and
|
576
|
+
wherever such third-party notices normally appear. The contents
|
577
|
+
of the NOTICE file are for informational purposes only and
|
578
|
+
do not modify the License. You may add Your own attribution
|
579
|
+
notices within Derivative Works that You distribute, alongside
|
580
|
+
or as an addendum to the NOTICE text from the Work, provided
|
581
|
+
that such additional attribution notices cannot be construed
|
582
|
+
as modifying the License.
|
583
|
+
|
584
|
+
You may add Your own copyright statement to Your modifications and
|
585
|
+
may provide additional or different license terms and conditions
|
586
|
+
for use, reproduction, or distribution of Your modifications, or
|
587
|
+
for any such Derivative Works as a whole, provided Your use,
|
588
|
+
reproduction, and distribution of the Work otherwise complies with
|
589
|
+
the conditions stated in this License.
|
590
|
+
|
591
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
592
|
+
any Contribution intentionally submitted for inclusion in the Work
|
593
|
+
by You to the Licensor shall be under the terms and conditions of
|
594
|
+
this License, without any additional terms or conditions.
|
595
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
596
|
+
the terms of any separate license agreement you may have executed
|
597
|
+
with Licensor regarding such Contributions.
|
598
|
+
|
599
|
+
6. Trademarks. This License does not grant permission to use the trade
|
600
|
+
names, trademarks, service marks, or product names of the Licensor,
|
601
|
+
except as required for reasonable and customary use in describing the
|
602
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
603
|
+
|
604
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
605
|
+
agreed to in writing, Licensor provides the Work (and each
|
606
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
607
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
608
|
+
implied, including, without limitation, any warranties or conditions
|
609
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
610
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
611
|
+
appropriateness of using or redistributing the Work and assume any
|
612
|
+
risks associated with Your exercise of permissions under this License.
|
613
|
+
|
614
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
615
|
+
whether in tort (including negligence), contract, or otherwise,
|
616
|
+
unless required by applicable law (such as deliberate and grossly
|
617
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
618
|
+
liable to You for damages, including any direct, indirect, special,
|
619
|
+
incidental, or consequential damages of any character arising as a
|
620
|
+
result of this License or out of the use or inability to use the
|
621
|
+
Work (including but not limited to damages for loss of goodwill,
|
622
|
+
work stoppage, computer failure or malfunction, or any and all
|
623
|
+
other commercial damages or losses), even if such Contributor
|
624
|
+
has been advised of the possibility of such damages.
|
625
|
+
|
626
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
627
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
628
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
629
|
+
or other liability obligations and/or rights consistent with this
|
630
|
+
License. However, in accepting such obligations, You may act only
|
631
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
632
|
+
of any other Contributor, and only if You agree to indemnify,
|
633
|
+
defend, and hold each Contributor harmless for any liability
|
634
|
+
incurred by, or claims asserted against, such Contributor by reason
|
635
|
+
of your accepting any such warranty or additional liability.
|
636
|
+
|
637
|
+
END OF TERMS AND CONDITIONS
|
638
|
+
|
639
|
+
```
|
640
|
+
</details>
|
641
|
+
|
422
642
|
## cryptography 45.0.6
|
423
643
|
- License: Apache-2.0 OR BSD-3-Clause
|
424
644
|
- URL: https://github.com/pyca/cryptography
|
@@ -434,6 +654,302 @@ under the terms of *both* these licenses.
|
|
434
654
|
```
|
435
655
|
</details>
|
436
656
|
|
657
|
+
## distlib 0.4.0
|
658
|
+
- License: Python Software Foundation License
|
659
|
+
- URL: https://github.com/pypa/distlib
|
660
|
+
- Author: Vinay Sajip
|
661
|
+
|
662
|
+
<details><summary>License text</summary>
|
663
|
+
|
664
|
+
```
|
665
|
+
A. HISTORY OF THE SOFTWARE
|
666
|
+
==========================
|
667
|
+
|
668
|
+
Python was created in the early 1990s by Guido van Rossum at Stichting
|
669
|
+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
|
670
|
+
as a successor of a language called ABC. Guido remains Python's
|
671
|
+
principal author, although it includes many contributions from others.
|
672
|
+
|
673
|
+
In 1995, Guido continued his work on Python at the Corporation for
|
674
|
+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
|
675
|
+
in Reston, Virginia where he released several versions of the
|
676
|
+
software.
|
677
|
+
|
678
|
+
In May 2000, Guido and the Python core development team moved to
|
679
|
+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
|
680
|
+
year, the PythonLabs team moved to Digital Creations (now Zope
|
681
|
+
Corporation, see http://www.zope.com). In 2001, the Python Software
|
682
|
+
Foundation (PSF, see http://www.python.org/psf/) was formed, a
|
683
|
+
non-profit organization created specifically to own Python-related
|
684
|
+
Intellectual Property. Zope Corporation is a sponsoring member of
|
685
|
+
the PSF.
|
686
|
+
|
687
|
+
All Python releases are Open Source (see http://www.opensource.org for
|
688
|
+
the Open Source Definition). Historically, most, but not all, Python
|
689
|
+
releases have also been GPL-compatible; the table below summarizes
|
690
|
+
the various releases.
|
691
|
+
|
692
|
+
Release Derived Year Owner GPL-
|
693
|
+
from compatible? (1)
|
694
|
+
|
695
|
+
0.9.0 thru 1.2 1991-1995 CWI yes
|
696
|
+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
|
697
|
+
1.6 1.5.2 2000 CNRI no
|
698
|
+
2.0 1.6 2000 BeOpen.com no
|
699
|
+
1.6.1 1.6 2001 CNRI yes (2)
|
700
|
+
2.1 2.0+1.6.1 2001 PSF no
|
701
|
+
2.0.1 2.0+1.6.1 2001 PSF yes
|
702
|
+
2.1.1 2.1+2.0.1 2001 PSF yes
|
703
|
+
2.2 2.1.1 2001 PSF yes
|
704
|
+
2.1.2 2.1.1 2002 PSF yes
|
705
|
+
2.1.3 2.1.2 2002 PSF yes
|
706
|
+
2.2.1 2.2 2002 PSF yes
|
707
|
+
2.2.2 2.2.1 2002 PSF yes
|
708
|
+
2.2.3 2.2.2 2003 PSF yes
|
709
|
+
2.3 2.2.2 2002-2003 PSF yes
|
710
|
+
2.3.1 2.3 2002-2003 PSF yes
|
711
|
+
2.3.2 2.3.1 2002-2003 PSF yes
|
712
|
+
2.3.3 2.3.2 2002-2003 PSF yes
|
713
|
+
2.3.4 2.3.3 2004 PSF yes
|
714
|
+
2.3.5 2.3.4 2005 PSF yes
|
715
|
+
2.4 2.3 2004 PSF yes
|
716
|
+
2.4.1 2.4 2005 PSF yes
|
717
|
+
2.4.2 2.4.1 2005 PSF yes
|
718
|
+
2.4.3 2.4.2 2006 PSF yes
|
719
|
+
2.4.4 2.4.3 2006 PSF yes
|
720
|
+
2.5 2.4 2006 PSF yes
|
721
|
+
2.5.1 2.5 2007 PSF yes
|
722
|
+
2.5.2 2.5.1 2008 PSF yes
|
723
|
+
2.5.3 2.5.2 2008 PSF yes
|
724
|
+
2.6 2.5 2008 PSF yes
|
725
|
+
2.6.1 2.6 2008 PSF yes
|
726
|
+
2.6.2 2.6.1 2009 PSF yes
|
727
|
+
2.6.3 2.6.2 2009 PSF yes
|
728
|
+
2.6.4 2.6.3 2009 PSF yes
|
729
|
+
2.6.5 2.6.4 2010 PSF yes
|
730
|
+
3.0 2.6 2008 PSF yes
|
731
|
+
3.0.1 3.0 2009 PSF yes
|
732
|
+
3.1 3.0.1 2009 PSF yes
|
733
|
+
3.1.1 3.1 2009 PSF yes
|
734
|
+
3.1.2 3.1 2010 PSF yes
|
735
|
+
3.2 3.1 2010 PSF yes
|
736
|
+
|
737
|
+
Footnotes:
|
738
|
+
|
739
|
+
(1) GPL-compatible doesn't mean that we're distributing Python under
|
740
|
+
the GPL. All Python licenses, unlike the GPL, let you distribute
|
741
|
+
a modified version without making your changes open source. The
|
742
|
+
GPL-compatible licenses make it possible to combine Python with
|
743
|
+
other software that is released under the GPL; the others don't.
|
744
|
+
|
745
|
+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
|
746
|
+
because its license has a choice of law clause. According to
|
747
|
+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
|
748
|
+
is "not incompatible" with the GPL.
|
749
|
+
|
750
|
+
Thanks to the many outside volunteers who have worked under Guido's
|
751
|
+
direction to make these releases possible.
|
752
|
+
|
753
|
+
|
754
|
+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
|
755
|
+
===============================================================
|
756
|
+
|
757
|
+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
|
758
|
+
--------------------------------------------
|
759
|
+
|
760
|
+
1. This LICENSE AGREEMENT is between the Python Software Foundation
|
761
|
+
("PSF"), and the Individual or Organization ("Licensee") accessing and
|
762
|
+
otherwise using this software ("Python") in source or binary form and
|
763
|
+
its associated documentation.
|
764
|
+
|
765
|
+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
|
766
|
+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
|
767
|
+
analyze, test, perform and/or display publicly, prepare derivative works,
|
768
|
+
distribute, and otherwise use Python alone or in any derivative version,
|
769
|
+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
|
770
|
+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
771
|
+
Python Software Foundation; All Rights Reserved" are retained in Python alone or
|
772
|
+
in any derivative version prepared by Licensee.
|
773
|
+
|
774
|
+
3. In the event Licensee prepares a derivative work that is based on
|
775
|
+
or incorporates Python or any part thereof, and wants to make
|
776
|
+
the derivative work available to others as provided herein, then
|
777
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
778
|
+
the changes made to Python.
|
779
|
+
|
780
|
+
4. PSF is making Python available to Licensee on an "AS IS"
|
781
|
+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
782
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
|
783
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
784
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
|
785
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
786
|
+
|
787
|
+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
788
|
+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
789
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
|
790
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
791
|
+
|
792
|
+
6. This License Agreement will automatically terminate upon a material
|
793
|
+
breach of its terms and conditions.
|
794
|
+
|
795
|
+
7. Nothing in this License Agreement shall be deemed to create any
|
796
|
+
relationship of agency, partnership, or joint venture between PSF and
|
797
|
+
Licensee. This License Agreement does not grant permission to use PSF
|
798
|
+
trademarks or trade name in a trademark sense to endorse or promote
|
799
|
+
products or services of Licensee, or any third party.
|
800
|
+
|
801
|
+
8. By copying, installing or otherwise using Python, Licensee
|
802
|
+
agrees to be bound by the terms and conditions of this License
|
803
|
+
Agreement.
|
804
|
+
|
805
|
+
|
806
|
+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
|
807
|
+
-------------------------------------------
|
808
|
+
|
809
|
+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
|
810
|
+
|
811
|
+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
|
812
|
+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
|
813
|
+
Individual or Organization ("Licensee") accessing and otherwise using
|
814
|
+
this software in source or binary form and its associated
|
815
|
+
documentation ("the Software").
|
816
|
+
|
817
|
+
2. Subject to the terms and conditions of this BeOpen Python License
|
818
|
+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
|
819
|
+
royalty-free, world-wide license to reproduce, analyze, test, perform
|
820
|
+
and/or display publicly, prepare derivative works, distribute, and
|
821
|
+
otherwise use the Software alone or in any derivative version,
|
822
|
+
provided, however, that the BeOpen Python License is retained in the
|
823
|
+
Software, alone or in any derivative version prepared by Licensee.
|
824
|
+
|
825
|
+
3. BeOpen is making the Software available to Licensee on an "AS IS"
|
826
|
+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
827
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
|
828
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
829
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
|
830
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
831
|
+
|
832
|
+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
|
833
|
+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
|
834
|
+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
|
835
|
+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
836
|
+
|
837
|
+
5. This License Agreement will automatically terminate upon a material
|
838
|
+
breach of its terms and conditions.
|
839
|
+
|
840
|
+
6. This License Agreement shall be governed by and interpreted in all
|
841
|
+
respects by the law of the State of California, excluding conflict of
|
842
|
+
law provisions. Nothing in this License Agreement shall be deemed to
|
843
|
+
create any relationship of agency, partnership, or joint venture
|
844
|
+
between BeOpen and Licensee. This License Agreement does not grant
|
845
|
+
permission to use BeOpen trademarks or trade names in a trademark
|
846
|
+
sense to endorse or promote products or services of Licensee, or any
|
847
|
+
third party. As an exception, the "BeOpen Python" logos available at
|
848
|
+
http://www.pythonlabs.com/logos.html may be used according to the
|
849
|
+
permissions granted on that web page.
|
850
|
+
|
851
|
+
7. By copying, installing or otherwise using the software, Licensee
|
852
|
+
agrees to be bound by the terms and conditions of this License
|
853
|
+
Agreement.
|
854
|
+
|
855
|
+
|
856
|
+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
|
857
|
+
---------------------------------------
|
858
|
+
|
859
|
+
1. This LICENSE AGREEMENT is between the Corporation for National
|
860
|
+
Research Initiatives, having an office at 1895 Preston White Drive,
|
861
|
+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
|
862
|
+
("Licensee") accessing and otherwise using Python 1.6.1 software in
|
863
|
+
source or binary form and its associated documentation.
|
864
|
+
|
865
|
+
2. Subject to the terms and conditions of this License Agreement, CNRI
|
866
|
+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
867
|
+
license to reproduce, analyze, test, perform and/or display publicly,
|
868
|
+
prepare derivative works, distribute, and otherwise use Python 1.6.1
|
869
|
+
alone or in any derivative version, provided, however, that CNRI's
|
870
|
+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
|
871
|
+
1995-2001 Corporation for National Research Initiatives; All Rights
|
872
|
+
Reserved" are retained in Python 1.6.1 alone or in any derivative
|
873
|
+
version prepared by Licensee. Alternately, in lieu of CNRI's License
|
874
|
+
Agreement, Licensee may substitute the following text (omitting the
|
875
|
+
quotes): "Python 1.6.1 is made available subject to the terms and
|
876
|
+
conditions in CNRI's License Agreement. This Agreement together with
|
877
|
+
Python 1.6.1 may be located on the Internet using the following
|
878
|
+
unique, persistent identifier (known as a handle): 1895.22/1013. This
|
879
|
+
Agreement may also be obtained from a proxy server on the Internet
|
880
|
+
using the following URL: http://hdl.handle.net/1895.22/1013".
|
881
|
+
|
882
|
+
3. In the event Licensee prepares a derivative work that is based on
|
883
|
+
or incorporates Python 1.6.1 or any part thereof, and wants to make
|
884
|
+
the derivative work available to others as provided herein, then
|
885
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
886
|
+
the changes made to Python 1.6.1.
|
887
|
+
|
888
|
+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
|
889
|
+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
890
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
|
891
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
892
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
|
893
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
894
|
+
|
895
|
+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
896
|
+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
897
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
|
898
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
899
|
+
|
900
|
+
6. This License Agreement will automatically terminate upon a material
|
901
|
+
breach of its terms and conditions.
|
902
|
+
|
903
|
+
7. This License Agreement shall be governed by the federal
|
904
|
+
intellectual property law of the United States, including without
|
905
|
+
limitation the federal copyright law, and, to the extent such
|
906
|
+
U.S. federal law does not apply, by the law of the Commonwealth of
|
907
|
+
Virginia, excluding Virginia's conflict of law provisions.
|
908
|
+
Notwithstanding the foregoing, with regard to derivative works based
|
909
|
+
on Python 1.6.1 that incorporate non-separable material that was
|
910
|
+
previously distributed under the GNU General Public License (GPL), the
|
911
|
+
law of the Commonwealth of Virginia shall govern this License
|
912
|
+
Agreement only as to issues arising under or with respect to
|
913
|
+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
|
914
|
+
License Agreement shall be deemed to create any relationship of
|
915
|
+
agency, partnership, or joint venture between CNRI and Licensee. This
|
916
|
+
License Agreement does not grant permission to use CNRI trademarks or
|
917
|
+
trade name in a trademark sense to endorse or promote products or
|
918
|
+
services of Licensee, or any third party.
|
919
|
+
|
920
|
+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
|
921
|
+
installing or otherwise using Python 1.6.1, Licensee agrees to be
|
922
|
+
bound by the terms and conditions of this License Agreement.
|
923
|
+
|
924
|
+
ACCEPT
|
925
|
+
|
926
|
+
|
927
|
+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
|
928
|
+
--------------------------------------------------
|
929
|
+
|
930
|
+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
|
931
|
+
The Netherlands. All rights reserved.
|
932
|
+
|
933
|
+
Permission to use, copy, modify, and distribute this software and its
|
934
|
+
documentation for any purpose and without fee is hereby granted,
|
935
|
+
provided that the above copyright notice appear in all copies and that
|
936
|
+
both that copyright notice and this permission notice appear in
|
937
|
+
supporting documentation, and that the name of Stichting Mathematisch
|
938
|
+
Centrum or CWI not be used in advertising or publicity pertaining to
|
939
|
+
distribution of the software without specific, written prior
|
940
|
+
permission.
|
941
|
+
|
942
|
+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
943
|
+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
944
|
+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
|
945
|
+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
946
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
947
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
948
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
949
|
+
|
950
|
+
```
|
951
|
+
</details>
|
952
|
+
|
437
953
|
## docker 7.1.0
|
438
954
|
- License: Apache Software License
|
439
955
|
- URL: https://github.com/docker/docker-py
|
@@ -800,6 +1316,42 @@ licenses_ directory.
|
|
800
1316
|
```
|
801
1317
|
</details>
|
802
1318
|
|
1319
|
+
## filelock 3.19.1
|
1320
|
+
- License: The Unlicense (Unlicense)
|
1321
|
+
- URL: https://github.com/tox-dev/py-filelock
|
1322
|
+
- Author: UNKNOWN
|
1323
|
+
|
1324
|
+
<details><summary>License text</summary>
|
1325
|
+
|
1326
|
+
```
|
1327
|
+
This is free and unencumbered software released into the public domain.
|
1328
|
+
|
1329
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
1330
|
+
distribute this software, either in source code form or as a compiled
|
1331
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
1332
|
+
means.
|
1333
|
+
|
1334
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
1335
|
+
of this software dedicate any and all copyright interest in the
|
1336
|
+
software to the public domain. We make this dedication for the benefit
|
1337
|
+
of the public at large and to the detriment of our heirs and
|
1338
|
+
successors. We intend this dedication to be an overt act of
|
1339
|
+
relinquishment in perpetuity of all present and future rights to this
|
1340
|
+
software under copyright law.
|
1341
|
+
|
1342
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1343
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1344
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1345
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
1346
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
1347
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
1348
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
1349
|
+
|
1350
|
+
For more information, please refer to <http://unlicense.org>
|
1351
|
+
|
1352
|
+
```
|
1353
|
+
</details>
|
1354
|
+
|
803
1355
|
## id 1.5.0
|
804
1356
|
- License: Apache Software License
|
805
1357
|
- URL: https://pypi.org/project/id/
|
@@ -1014,6 +1566,37 @@ licenses_ directory.
|
|
1014
1566
|
```
|
1015
1567
|
</details>
|
1016
1568
|
|
1569
|
+
## identify 2.6.13
|
1570
|
+
- License: MIT
|
1571
|
+
- URL: https://github.com/pre-commit/identify
|
1572
|
+
- Author: Chris Kuehl
|
1573
|
+
|
1574
|
+
<details><summary>License text</summary>
|
1575
|
+
|
1576
|
+
```
|
1577
|
+
Copyright (c) 2017 Chris Kuehl, Anthony Sottile
|
1578
|
+
|
1579
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1580
|
+
of this software and associated documentation files (the "Software"), to deal
|
1581
|
+
in the Software without restriction, including without limitation the rights
|
1582
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1583
|
+
copies of the Software, and to permit persons to whom the Software is
|
1584
|
+
furnished to do so, subject to the following conditions:
|
1585
|
+
|
1586
|
+
The above copyright notice and this permission notice shall be included in
|
1587
|
+
all copies or substantial portions of the Software.
|
1588
|
+
|
1589
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1590
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1591
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1592
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1593
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1594
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1595
|
+
THE SOFTWARE.
|
1596
|
+
|
1597
|
+
```
|
1598
|
+
</details>
|
1599
|
+
|
1017
1600
|
## idna 3.10
|
1018
1601
|
- License: BSD License
|
1019
1602
|
- URL: https://github.com/kjd/idna
|
@@ -1271,6 +1854,39 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1271
1854
|
```
|
1272
1855
|
</details>
|
1273
1856
|
|
1857
|
+
## iniconfig 2.1.0
|
1858
|
+
- License: MIT License
|
1859
|
+
- URL: https://github.com/pytest-dev/iniconfig
|
1860
|
+
- Author: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>, Holger Krekel <holger.krekel@gmail.com>
|
1861
|
+
|
1862
|
+
<details><summary>License text</summary>
|
1863
|
+
|
1864
|
+
```
|
1865
|
+
The MIT License (MIT)
|
1866
|
+
|
1867
|
+
Copyright (c) 2010 - 2023 Holger Krekel and others
|
1868
|
+
|
1869
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
1870
|
+
this software and associated documentation files (the "Software"), to deal in
|
1871
|
+
the Software without restriction, including without limitation the rights to
|
1872
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
1873
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
1874
|
+
so, subject to the following conditions:
|
1875
|
+
|
1876
|
+
The above copyright notice and this permission notice shall be included in all
|
1877
|
+
copies or substantial portions of the Software.
|
1878
|
+
|
1879
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1880
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1881
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1882
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1883
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1884
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1885
|
+
SOFTWARE.
|
1886
|
+
|
1887
|
+
```
|
1888
|
+
</details>
|
1889
|
+
|
1274
1890
|
## jaraco.classes 3.4.0
|
1275
1891
|
- License: MIT License
|
1276
1892
|
- URL: https://github.com/jaraco/jaraco.classes
|
@@ -1576,6 +2192,50 @@ SOFTWARE.
|
|
1576
2192
|
```
|
1577
2193
|
</details>
|
1578
2194
|
|
2195
|
+
## nodeenv 1.9.1
|
2196
|
+
- License: BSD License
|
2197
|
+
- URL: https://github.com/ekalinin/nodeenv
|
2198
|
+
- Author: Eugene Kalinin
|
2199
|
+
|
2200
|
+
<details><summary>License text</summary>
|
2201
|
+
|
2202
|
+
```
|
2203
|
+
Copyright (c) 2011, Eugene Kalinin.
|
2204
|
+
|
2205
|
+
Some rights reserved.
|
2206
|
+
|
2207
|
+
Redistribution and use in source and binary forms of the software as well
|
2208
|
+
as documentation, with or without modification, are permitted provided
|
2209
|
+
that the following conditions are met:
|
2210
|
+
|
2211
|
+
* Redistributions of source code must retain the above copyright
|
2212
|
+
notice, this list of conditions and the following disclaimer.
|
2213
|
+
|
2214
|
+
* Redistributions in binary form must reproduce the above
|
2215
|
+
copyright notice, this list of conditions and the following
|
2216
|
+
disclaimer in the documentation and/or other materials provided
|
2217
|
+
with the distribution.
|
2218
|
+
|
2219
|
+
* The names of the contributors may not be used to endorse or
|
2220
|
+
promote products derived from this software without specific
|
2221
|
+
prior written permission.
|
2222
|
+
|
2223
|
+
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
2224
|
+
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
|
2225
|
+
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
2226
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
|
2227
|
+
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
2228
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
2229
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
2230
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
2231
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
2232
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
2233
|
+
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
2234
|
+
DAMAGE.
|
2235
|
+
|
2236
|
+
```
|
2237
|
+
</details>
|
2238
|
+
|
1579
2239
|
## packaging 25.0
|
1580
2240
|
- License: Apache Software License; BSD License
|
1581
2241
|
- URL: https://github.com/pypa/packaging
|
@@ -1591,6 +2251,103 @@ under the terms of *both* these licenses.
|
|
1591
2251
|
```
|
1592
2252
|
</details>
|
1593
2253
|
|
2254
|
+
## platformdirs 4.3.8
|
2255
|
+
- License: MIT License
|
2256
|
+
- URL: https://github.com/tox-dev/platformdirs
|
2257
|
+
- Author: UNKNOWN
|
2258
|
+
|
2259
|
+
<details><summary>License text</summary>
|
2260
|
+
|
2261
|
+
```
|
2262
|
+
MIT License
|
2263
|
+
|
2264
|
+
Copyright (c) 2010-202x The platformdirs developers
|
2265
|
+
|
2266
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2267
|
+
of this software and associated documentation files (the "Software"), to deal
|
2268
|
+
in the Software without restriction, including without limitation the rights
|
2269
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2270
|
+
copies of the Software, and to permit persons to whom the Software is
|
2271
|
+
furnished to do so, subject to the following conditions:
|
2272
|
+
|
2273
|
+
The above copyright notice and this permission notice shall be included in all
|
2274
|
+
copies or substantial portions of the Software.
|
2275
|
+
|
2276
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2277
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2278
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2279
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2280
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2281
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2282
|
+
SOFTWARE.
|
2283
|
+
|
2284
|
+
```
|
2285
|
+
</details>
|
2286
|
+
|
2287
|
+
## pluggy 1.6.0
|
2288
|
+
- License: MIT License
|
2289
|
+
- URL: UNKNOWN
|
2290
|
+
- Author: Holger Krekel <holger@merlinux.eu>
|
2291
|
+
|
2292
|
+
<details><summary>License text</summary>
|
2293
|
+
|
2294
|
+
```
|
2295
|
+
The MIT License (MIT)
|
2296
|
+
|
2297
|
+
Copyright (c) 2015 holger krekel (rather uses bitbucket/hpk42)
|
2298
|
+
|
2299
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2300
|
+
of this software and associated documentation files (the "Software"), to deal
|
2301
|
+
in the Software without restriction, including without limitation the rights
|
2302
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2303
|
+
copies of the Software, and to permit persons to whom the Software is
|
2304
|
+
furnished to do so, subject to the following conditions:
|
2305
|
+
|
2306
|
+
The above copyright notice and this permission notice shall be included in all
|
2307
|
+
copies or substantial portions of the Software.
|
2308
|
+
|
2309
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2310
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2311
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2312
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2313
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2314
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2315
|
+
SOFTWARE.
|
2316
|
+
|
2317
|
+
```
|
2318
|
+
</details>
|
2319
|
+
|
2320
|
+
## pre_commit 4.3.0
|
2321
|
+
- License: MIT
|
2322
|
+
- URL: https://github.com/pre-commit/pre-commit
|
2323
|
+
- Author: Anthony Sottile
|
2324
|
+
|
2325
|
+
<details><summary>License text</summary>
|
2326
|
+
|
2327
|
+
```
|
2328
|
+
Copyright (c) 2014 pre-commit dev team: Anthony Sottile, Ken Struys
|
2329
|
+
|
2330
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2331
|
+
of this software and associated documentation files (the "Software"), to deal
|
2332
|
+
in the Software without restriction, including without limitation the rights
|
2333
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2334
|
+
copies of the Software, and to permit persons to whom the Software is
|
2335
|
+
furnished to do so, subject to the following conditions:
|
2336
|
+
|
2337
|
+
The above copyright notice and this permission notice shall be included in
|
2338
|
+
all copies or substantial portions of the Software.
|
2339
|
+
|
2340
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2341
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2342
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2343
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2344
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2345
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2346
|
+
THE SOFTWARE.
|
2347
|
+
|
2348
|
+
```
|
2349
|
+
</details>
|
2350
|
+
|
1594
2351
|
## pycparser 2.22
|
1595
2352
|
- License: BSD License
|
1596
2353
|
- URL: https://github.com/eliben/pycparser
|
@@ -1630,54 +2387,120 @@ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1630
2387
|
```
|
1631
2388
|
</details>
|
1632
2389
|
|
1633
|
-
## Pygments 2.19.2
|
1634
|
-
- License: BSD License
|
1635
|
-
- URL: https://pygments.org
|
1636
|
-
- Author: Georg Brandl <georg@python.org>
|
2390
|
+
## Pygments 2.19.2
|
2391
|
+
- License: BSD License
|
2392
|
+
- URL: https://pygments.org
|
2393
|
+
- Author: Georg Brandl <georg@python.org>
|
2394
|
+
|
2395
|
+
<details><summary>License text</summary>
|
2396
|
+
|
2397
|
+
```
|
2398
|
+
Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
|
2399
|
+
All rights reserved.
|
2400
|
+
|
2401
|
+
Redistribution and use in source and binary forms, with or without
|
2402
|
+
modification, are permitted provided that the following conditions are
|
2403
|
+
met:
|
2404
|
+
|
2405
|
+
* Redistributions of source code must retain the above copyright
|
2406
|
+
notice, this list of conditions and the following disclaimer.
|
2407
|
+
|
2408
|
+
* Redistributions in binary form must reproduce the above copyright
|
2409
|
+
notice, this list of conditions and the following disclaimer in the
|
2410
|
+
documentation and/or other materials provided with the distribution.
|
2411
|
+
|
2412
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
2413
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
2414
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
2415
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
2416
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
2417
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
2418
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
2419
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
2420
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
2421
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
2422
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2423
|
+
|
2424
|
+
```
|
2425
|
+
</details>
|
2426
|
+
|
2427
|
+
## pyproject_hooks 1.2.0
|
2428
|
+
- License: MIT License
|
2429
|
+
- URL: https://github.com/pypa/pyproject-hooks
|
2430
|
+
- Author: Thomas Kluyver <thomas@kluyver.me.uk>
|
2431
|
+
|
2432
|
+
<details><summary>License text</summary>
|
2433
|
+
|
2434
|
+
```
|
2435
|
+
The MIT License (MIT)
|
2436
|
+
|
2437
|
+
Copyright (c) 2017 Thomas Kluyver
|
2438
|
+
|
2439
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2440
|
+
of this software and associated documentation files (the "Software"), to deal
|
2441
|
+
in the Software without restriction, including without limitation the rights
|
2442
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2443
|
+
copies of the Software, and to permit persons to whom the Software is
|
2444
|
+
furnished to do so, subject to the following conditions:
|
2445
|
+
|
2446
|
+
The above copyright notice and this permission notice shall be included in
|
2447
|
+
all copies or substantial portions of the Software.
|
2448
|
+
|
2449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2450
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2451
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2452
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2453
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2454
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2455
|
+
THE SOFTWARE.
|
2456
|
+
|
2457
|
+
```
|
2458
|
+
</details>
|
2459
|
+
|
2460
|
+
## pytest 8.4.1
|
2461
|
+
- License: MIT License
|
2462
|
+
- URL: https://docs.pytest.org/en/latest/
|
2463
|
+
- Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS)
|
1637
2464
|
|
1638
2465
|
<details><summary>License text</summary>
|
1639
2466
|
|
1640
2467
|
```
|
1641
|
-
|
1642
|
-
All rights reserved.
|
2468
|
+
The MIT License (MIT)
|
1643
2469
|
|
1644
|
-
|
1645
|
-
modification, are permitted provided that the following conditions are
|
1646
|
-
met:
|
2470
|
+
Copyright (c) 2004 Holger Krekel and others
|
1647
2471
|
|
1648
|
-
|
1649
|
-
|
2472
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
2473
|
+
this software and associated documentation files (the "Software"), to deal in
|
2474
|
+
the Software without restriction, including without limitation the rights to
|
2475
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
2476
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
2477
|
+
so, subject to the following conditions:
|
1650
2478
|
|
1651
|
-
|
1652
|
-
|
1653
|
-
documentation and/or other materials provided with the distribution.
|
2479
|
+
The above copyright notice and this permission notice shall be included in all
|
2480
|
+
copies or substantial portions of the Software.
|
1654
2481
|
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1663
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1664
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1665
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2482
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2483
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2484
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2485
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2486
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2487
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2488
|
+
SOFTWARE.
|
1666
2489
|
|
1667
2490
|
```
|
1668
2491
|
</details>
|
1669
2492
|
|
1670
|
-
##
|
1671
|
-
- License: MIT
|
1672
|
-
- URL: https://github.com/
|
1673
|
-
- Author:
|
2493
|
+
## pytest-cov 6.2.1
|
2494
|
+
- License: MIT
|
2495
|
+
- URL: https://github.com/pytest-dev/pytest-cov
|
2496
|
+
- Author: Marc Schlaich
|
1674
2497
|
|
1675
2498
|
<details><summary>License text</summary>
|
1676
2499
|
|
1677
2500
|
```
|
1678
|
-
The MIT License
|
2501
|
+
The MIT License
|
1679
2502
|
|
1680
|
-
Copyright (c)
|
2503
|
+
Copyright (c) 2010 Meme Dough
|
1681
2504
|
|
1682
2505
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1683
2506
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -2141,6 +2964,198 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2141
2964
|
incurred by, or claims asserted against, such Contributor by reason
|
2142
2965
|
of your accepting any such warranty or additional liability.
|
2143
2966
|
|
2967
|
+
```
|
2968
|
+
</details>
|
2969
|
+
|
2970
|
+
## requests-mock 1.12.1
|
2971
|
+
- License: Apache Software License
|
2972
|
+
- URL: https://requests-mock.readthedocs.io/
|
2973
|
+
- Author: Jamie Lennox
|
2974
|
+
|
2975
|
+
<details><summary>License text</summary>
|
2976
|
+
|
2977
|
+
```
|
2978
|
+
Copyright (c) 2014, Jamie Lennox
|
2979
|
+
All rights reserved.
|
2980
|
+
|
2981
|
+
|
2982
|
+
Apache License
|
2983
|
+
Version 2.0, January 2004
|
2984
|
+
https://www.apache.org/licenses/
|
2985
|
+
|
2986
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2987
|
+
|
2988
|
+
1. Definitions.
|
2989
|
+
|
2990
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2991
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2992
|
+
|
2993
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2994
|
+
the copyright owner that is granting the License.
|
2995
|
+
|
2996
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2997
|
+
other entities that control, are controlled by, or are under common
|
2998
|
+
control with that entity. For the purposes of this definition,
|
2999
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3000
|
+
direction or management of such entity, whether by contract or
|
3001
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3002
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3003
|
+
|
3004
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3005
|
+
exercising permissions granted by this License.
|
3006
|
+
|
3007
|
+
"Source" form shall mean the preferred form for making modifications,
|
3008
|
+
including but not limited to software source code, documentation
|
3009
|
+
source, and configuration files.
|
3010
|
+
|
3011
|
+
"Object" form shall mean any form resulting from mechanical
|
3012
|
+
transformation or translation of a Source form, including but
|
3013
|
+
not limited to compiled object code, generated documentation,
|
3014
|
+
and conversions to other media types.
|
3015
|
+
|
3016
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3017
|
+
Object form, made available under the License, as indicated by a
|
3018
|
+
copyright notice that is included in or attached to the work
|
3019
|
+
(an example is provided in the Appendix below).
|
3020
|
+
|
3021
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3022
|
+
form, that is based on (or derived from) the Work and for which the
|
3023
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3024
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3025
|
+
of this License, Derivative Works shall not include works that remain
|
3026
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3027
|
+
the Work and Derivative Works thereof.
|
3028
|
+
|
3029
|
+
"Contribution" shall mean any work of authorship, including
|
3030
|
+
the original version of the Work and any modifications or additions
|
3031
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3032
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3033
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3034
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3035
|
+
means any form of electronic, verbal, or written communication sent
|
3036
|
+
to the Licensor or its representatives, including but not limited to
|
3037
|
+
communication on electronic mailing lists, source code control systems,
|
3038
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3039
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3040
|
+
excluding communication that is conspicuously marked or otherwise
|
3041
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3042
|
+
|
3043
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3044
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3045
|
+
subsequently incorporated within the Work.
|
3046
|
+
|
3047
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3048
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3049
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3050
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3051
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3052
|
+
Work and such Derivative Works in Source or Object form.
|
3053
|
+
|
3054
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3055
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3056
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3057
|
+
(except as stated in this section) patent license to make, have made,
|
3058
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3059
|
+
where such license applies only to those patent claims licensable
|
3060
|
+
by such Contributor that are necessarily infringed by their
|
3061
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3062
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3063
|
+
institute patent litigation against any entity (including a
|
3064
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3065
|
+
or a Contribution incorporated within the Work constitutes direct
|
3066
|
+
or contributory patent infringement, then any patent licenses
|
3067
|
+
granted to You under this License for that Work shall terminate
|
3068
|
+
as of the date such litigation is filed.
|
3069
|
+
|
3070
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3071
|
+
Work or Derivative Works thereof in any medium, with or without
|
3072
|
+
modifications, and in Source or Object form, provided that You
|
3073
|
+
meet the following conditions:
|
3074
|
+
|
3075
|
+
(a) You must give any other recipients of the Work or
|
3076
|
+
Derivative Works a copy of this License; and
|
3077
|
+
|
3078
|
+
(b) You must cause any modified files to carry prominent notices
|
3079
|
+
stating that You changed the files; and
|
3080
|
+
|
3081
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3082
|
+
that You distribute, all copyright, patent, trademark, and
|
3083
|
+
attribution notices from the Source form of the Work,
|
3084
|
+
excluding those notices that do not pertain to any part of
|
3085
|
+
the Derivative Works; and
|
3086
|
+
|
3087
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3088
|
+
distribution, then any Derivative Works that You distribute must
|
3089
|
+
include a readable copy of the attribution notices contained
|
3090
|
+
within such NOTICE file, excluding those notices that do not
|
3091
|
+
pertain to any part of the Derivative Works, in at least one
|
3092
|
+
of the following places: within a NOTICE text file distributed
|
3093
|
+
as part of the Derivative Works; within the Source form or
|
3094
|
+
documentation, if provided along with the Derivative Works; or,
|
3095
|
+
within a display generated by the Derivative Works, if and
|
3096
|
+
wherever such third-party notices normally appear. The contents
|
3097
|
+
of the NOTICE file are for informational purposes only and
|
3098
|
+
do not modify the License. You may add Your own attribution
|
3099
|
+
notices within Derivative Works that You distribute, alongside
|
3100
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3101
|
+
that such additional attribution notices cannot be construed
|
3102
|
+
as modifying the License.
|
3103
|
+
|
3104
|
+
You may add Your own copyright statement to Your modifications and
|
3105
|
+
may provide additional or different license terms and conditions
|
3106
|
+
for use, reproduction, or distribution of Your modifications, or
|
3107
|
+
for any such Derivative Works as a whole, provided Your use,
|
3108
|
+
reproduction, and distribution of the Work otherwise complies with
|
3109
|
+
the conditions stated in this License.
|
3110
|
+
|
3111
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3112
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3113
|
+
by You to the Licensor shall be under the terms and conditions of
|
3114
|
+
this License, without any additional terms or conditions.
|
3115
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3116
|
+
the terms of any separate license agreement you may have executed
|
3117
|
+
with Licensor regarding such Contributions.
|
3118
|
+
|
3119
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3120
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3121
|
+
except as required for reasonable and customary use in describing the
|
3122
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3123
|
+
|
3124
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3125
|
+
agreed to in writing, Licensor provides the Work (and each
|
3126
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3127
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3128
|
+
implied, including, without limitation, any warranties or conditions
|
3129
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3130
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3131
|
+
appropriateness of using or redistributing the Work and assume any
|
3132
|
+
risks associated with Your exercise of permissions under this License.
|
3133
|
+
|
3134
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3135
|
+
whether in tort (including negligence), contract, or otherwise,
|
3136
|
+
unless required by applicable law (such as deliberate and grossly
|
3137
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3138
|
+
liable to You for damages, including any direct, indirect, special,
|
3139
|
+
incidental, or consequential damages of any character arising as a
|
3140
|
+
result of this License or out of the use or inability to use the
|
3141
|
+
Work (including but not limited to damages for loss of goodwill,
|
3142
|
+
work stoppage, computer failure or malfunction, or any and all
|
3143
|
+
other commercial damages or losses), even if such Contributor
|
3144
|
+
has been advised of the possibility of such damages.
|
3145
|
+
|
3146
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3147
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3148
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3149
|
+
or other liability obligations and/or rights consistent with this
|
3150
|
+
License. However, in accepting such obligations, You may act only
|
3151
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3152
|
+
of any other Contributor, and only if You agree to indemnify,
|
3153
|
+
defend, and hold each Contributor harmless for any liability
|
3154
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3155
|
+
of your accepting any such warranty or additional liability.
|
3156
|
+
|
3157
|
+
|
3158
|
+
|
2144
3159
|
```
|
2145
3160
|
</details>
|
2146
3161
|
|
@@ -2830,6 +3845,38 @@ SOFTWARE.
|
|
2830
3845
|
```
|
2831
3846
|
</details>
|
2832
3847
|
|
3848
|
+
## virtualenv 20.34.0
|
3849
|
+
- License: MIT License
|
3850
|
+
- URL: https://github.com/pypa/virtualenv
|
3851
|
+
- Author: UNKNOWN
|
3852
|
+
|
3853
|
+
<details><summary>License text</summary>
|
3854
|
+
|
3855
|
+
```
|
3856
|
+
Copyright (c) 2020-202x The virtualenv developers
|
3857
|
+
|
3858
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
3859
|
+
a copy of this software and associated documentation files (the
|
3860
|
+
"Software"), to deal in the Software without restriction, including
|
3861
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
3862
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
3863
|
+
permit persons to whom the Software is furnished to do so, subject to
|
3864
|
+
the following conditions:
|
3865
|
+
|
3866
|
+
The above copyright notice and this permission notice shall be
|
3867
|
+
included in all copies or substantial portions of the Software.
|
3868
|
+
|
3869
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
3870
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
3871
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
3872
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
3873
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3874
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
3875
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
3876
|
+
|
3877
|
+
```
|
3878
|
+
</details>
|
3879
|
+
|
2833
3880
|
## zipp 3.23.0
|
2834
3881
|
- License: UNKNOWN
|
2835
3882
|
- URL: https://github.com/jaraco/zipp
|