@@ -360,7 +360,7 @@ SOFTWARE.
360360
361361```
362362
363- ## aignostics-foundry-core (0.8.2 ) - MIT License
363+ ## aignostics-foundry-core (0.9.0 ) - MIT License
364364
365365🏭 Foundational infrastructure for Foundry components.
366366
@@ -2543,6 +2543,36 @@ THE SOFTWARE.
25432543
25442544```
25452545
2546+ ## chancy (0.25.1) - MIT License
2547+
2548+ A simple and flexible job queue for Python
2549+
2550+ * URL: https://github.com/tktech/chancy
2551+ * Author(s): Tyler Kennedy <tk@tkte.ch>
2552+
2553+ ### License Text
2554+
2555+ ```
2556+ Copyright (c) 2024 Tyler Kennedy <tk@tkte.ch>
2557+
2558+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2559+ this software and associated documentation files (the "Software"), to deal in
2560+ the Software without restriction, including without limitation the rights to
2561+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2562+ the Software, and to permit persons to whom the Software is furnished to do so,
2563+ subject to the following conditions:
2564+
2565+ The above copyright notice and this permission notice shall be included in all
2566+ copies or substantial portions of the Software.
2567+
2568+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2569+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2570+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2571+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2572+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2573+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2574+ ```
2575+
25462576## chardet (5.2.0) - GNU Lesser General Public License v2 or later (LGPLv2+)
25472577
25482578Universal encoding detector for Python 3
@@ -3406,7 +3436,26 @@ Code coverage measurement for Python
34063436
34073437```
34083438
3409- ## cryptography (46.0.6) - UNKNOWN
3439+ ## croniter (6.2.2) - MIT License
3440+
3441+ croniter provides iteration for datetime object with cron like format
3442+
3443+ * URL: https://github.com/pallets-eco/croniter
3444+ * Author(s): Matsumoto Taichi <taichino@gmail.com>, kiorky <kiorky@cryptelium.net>, Ash Berlin-Taylor <ash@apache.org>, Jarek Potiuk <jarek@potiuk.com>
3445+
3446+ ### License Text
3447+
3448+ ```
3449+ Copyright (C) 2010-2012 Matsumoto Taichi
3450+
3451+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3452+
3453+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3454+
3455+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3456+ ```
3457+
3458+ ## cryptography (46.0.7) - UNKNOWN
34103459
34113460cryptography is a package which provides cryptographic recipes and primitives to Python developers.
34123461
@@ -8515,6 +8564,184 @@ Library.
85158564
85168565```
85178566
8567+ ## psycopg-pool (3.3.0) - UNKNOWN
8568+
8569+ Connection Pool for Psycopg
8570+
8571+ * URL: https://psycopg.org/
8572+ * Author(s): Daniele Varrazzo <daniele.varrazzo@gmail.com>
8573+
8574+ ### License Text
8575+
8576+ ```
8577+ GNU LESSER GENERAL PUBLIC LICENSE
8578+ Version 3, 29 June 2007
8579+
8580+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
8581+ Everyone is permitted to copy and distribute verbatim copies
8582+ of this license document, but changing it is not allowed.
8583+
8584+
8585+ This version of the GNU Lesser General Public License incorporates
8586+ the terms and conditions of version 3 of the GNU General Public
8587+ License, supplemented by the additional permissions listed below.
8588+
8589+ 0. Additional Definitions.
8590+
8591+ As used herein, "this License" refers to version 3 of the GNU Lesser
8592+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
8593+ General Public License.
8594+
8595+ "The Library" refers to a covered work governed by this License,
8596+ other than an Application or a Combined Work as defined below.
8597+
8598+ An "Application" is any work that makes use of an interface provided
8599+ by the Library, but which is not otherwise based on the Library.
8600+ Defining a subclass of a class defined by the Library is deemed a mode
8601+ of using an interface provided by the Library.
8602+
8603+ A "Combined Work" is a work produced by combining or linking an
8604+ Application with the Library. The particular version of the Library
8605+ with which the Combined Work was made is also called the "Linked
8606+ Version".
8607+
8608+ The "Minimal Corresponding Source" for a Combined Work means the
8609+ Corresponding Source for the Combined Work, excluding any source code
8610+ for portions of the Combined Work that, considered in isolation, are
8611+ based on the Application, and not on the Linked Version.
8612+
8613+ The "Corresponding Application Code" for a Combined Work means the
8614+ object code and/or source code for the Application, including any data
8615+ and utility programs needed for reproducing the Combined Work from the
8616+ Application, but excluding the System Libraries of the Combined Work.
8617+
8618+ 1. Exception to Section 3 of the GNU GPL.
8619+
8620+ You may convey a covered work under sections 3 and 4 of this License
8621+ without being bound by section 3 of the GNU GPL.
8622+
8623+ 2. Conveying Modified Versions.
8624+
8625+ If you modify a copy of the Library, and, in your modifications, a
8626+ facility refers to a function or data to be supplied by an Application
8627+ that uses the facility (other than as an argument passed when the
8628+ facility is invoked), then you may convey a copy of the modified
8629+ version:
8630+
8631+ a) under this License, provided that you make a good faith effort to
8632+ ensure that, in the event an Application does not supply the
8633+ function or data, the facility still operates, and performs
8634+ whatever part of its purpose remains meaningful, or
8635+
8636+ b) under the GNU GPL, with none of the additional permissions of
8637+ this License applicable to that copy.
8638+
8639+ 3. Object Code Incorporating Material from Library Header Files.
8640+
8641+ The object code form of an Application may incorporate material from
8642+ a header file that is part of the Library. You may convey such object
8643+ code under terms of your choice, provided that, if the incorporated
8644+ material is not limited to numerical parameters, data structure
8645+ layouts and accessors, or small macros, inline functions and templates
8646+ (ten or fewer lines in length), you do both of the following:
8647+
8648+ a) Give prominent notice with each copy of the object code that the
8649+ Library is used in it and that the Library and its use are
8650+ covered by this License.
8651+
8652+ b) Accompany the object code with a copy of the GNU GPL and this license
8653+ document.
8654+
8655+ 4. Combined Works.
8656+
8657+ You may convey a Combined Work under terms of your choice that,
8658+ taken together, effectively do not restrict modification of the
8659+ portions of the Library contained in the Combined Work and reverse
8660+ engineering for debugging such modifications, if you also do each of
8661+ the following:
8662+
8663+ a) Give prominent notice with each copy of the Combined Work that
8664+ the Library is used in it and that the Library and its use are
8665+ covered by this License.
8666+
8667+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
8668+ document.
8669+
8670+ c) For a Combined Work that displays copyright notices during
8671+ execution, include the copyright notice for the Library among
8672+ these notices, as well as a reference directing the user to the
8673+ copies of the GNU GPL and this license document.
8674+
8675+ d) Do one of the following:
8676+
8677+ 0) Convey the Minimal Corresponding Source under the terms of this
8678+ License, and the Corresponding Application Code in a form
8679+ suitable for, and under terms that permit, the user to
8680+ recombine or relink the Application with a modified version of
8681+ the Linked Version to produce a modified Combined Work, in the
8682+ manner specified by section 6 of the GNU GPL for conveying
8683+ Corresponding Source.
8684+
8685+ 1) Use a suitable shared library mechanism for linking with the
8686+ Library. A suitable mechanism is one that (a) uses at run time
8687+ a copy of the Library already present on the user's computer
8688+ system, and (b) will operate properly with a modified version
8689+ of the Library that is interface-compatible with the Linked
8690+ Version.
8691+
8692+ e) Provide Installation Information, but only if you would otherwise
8693+ be required to provide such information under section 6 of the
8694+ GNU GPL, and only to the extent that such information is
8695+ necessary to install and execute a modified version of the
8696+ Combined Work produced by recombining or relinking the
8697+ Application with a modified version of the Linked Version. (If
8698+ you use option 4d0, the Installation Information must accompany
8699+ the Minimal Corresponding Source and Corresponding Application
8700+ Code. If you use option 4d1, you must provide the Installation
8701+ Information in the manner specified by section 6 of the GNU GPL
8702+ for conveying Corresponding Source.)
8703+
8704+ 5. Combined Libraries.
8705+
8706+ You may place library facilities that are a work based on the
8707+ Library side by side in a single library together with other library
8708+ facilities that are not Applications and are not covered by this
8709+ License, and convey such a combined library under terms of your
8710+ choice, if you do both of the following:
8711+
8712+ a) Accompany the combined library with a copy of the same work based
8713+ on the Library, uncombined with any other library facilities,
8714+ conveyed under the terms of this License.
8715+
8716+ b) Give prominent notice with the combined library that part of it
8717+ is a work based on the Library, and explaining where to find the
8718+ accompanying uncombined form of the same work.
8719+
8720+ 6. Revised Versions of the GNU Lesser General Public License.
8721+
8722+ The Free Software Foundation may publish revised and/or new versions
8723+ of the GNU Lesser General Public License from time to time. Such new
8724+ versions will be similar in spirit to the present version, but may
8725+ differ in detail to address new problems or concerns.
8726+
8727+ Each version is given a distinguishing version number. If the
8728+ Library as you received it specifies that a certain numbered version
8729+ of the GNU Lesser General Public License "or any later version"
8730+ applies to it, you have the option of following the terms and
8731+ conditions either of that published version or of any later version
8732+ published by the Free Software Foundation. If the Library as you
8733+ received it does not specify a version number of the GNU Lesser
8734+ General Public License, you may choose any version of the GNU Lesser
8735+ General Public License ever published by the Free Software Foundation.
8736+
8737+ If the Library as you received it specifies that a proxy can decide
8738+ whether future versions of the GNU Lesser General Public License shall
8739+ apply, that proxy's public statement of acceptance of any version is
8740+ permanent authorization for you to choose that version for the
8741+ Library.
8742+
8743+ ```
8744+
85188745## py-serializable (2.1.0) - Apache Software License
85198746
85208747Library for serializing and deserializing Python Objects to and from JSON and XML.
0 commit comments