mit neuen venv und exe-Files
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,35 @@
|
||||
Copyright <20> 2007-2024, Anthony Tuininga.
|
||||
Copyright <20> 2004-2007, Computronix (Canada) Ltd., Edmonton, Alberta, Canada.
|
||||
All rights reserved.
|
||||
|
||||
License for cx_Logging
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions, and the disclaimer that follows.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions, and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the names of the copyright holders nor the names of any
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
DISCLAIMER:
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *AS IS*
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
||||
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
Computronix<EFBFBD> is a registered trademark of Computronix (Canada) Ltd.
|
||||
@@ -0,0 +1,33 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: cx_Logging
|
||||
Version: 3.2.1
|
||||
Summary: Python and C interfaces for logging
|
||||
Author-email: Anthony Tuininga <anthony.tuininga@gmail.com>
|
||||
License: BSD License
|
||||
Project-URL: Homepage, https://github.com/anthony-tuininga/cx_Logging
|
||||
Keywords: logging
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: C
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Topic :: Utilities
|
||||
Requires-Python: >=3.9
|
||||
Description-Content-Type: text/plain
|
||||
License-File: LICENSE.txt
|
||||
|
||||
Open Source Python Utility - cx_Logging
|
||||
|
||||
cx_Logging is a Python extension module which operates in a fashion similar to
|
||||
the logging module that ships with Python 2.3 and higher. It also has a C
|
||||
interface which allows applications to perform logging independently of Python.
|
||||
|
||||
This project is being released to the public since other projects that are
|
||||
available publicly depend on this module.
|
||||
|
||||
Please see the included documentation for additional information. Note that
|
||||
the documentation is a work in progress. It is currently only suitable as
|
||||
reference material but I intend to supplement this documentation over time.
|
||||
@@ -0,0 +1,9 @@
|
||||
../../include/cx_Logging.h,sha256=05MNMoM2Dvd8RiSfcXc94UBVr3oYPAI2gYYO0GxTtc8,5278
|
||||
../../libs/cx_Logging.lib,sha256=G9MN4qe1dDIO-u7rdj1potUWgobng4WoK9giDIllrVE,11564
|
||||
cx_Logging-3.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
cx_Logging-3.2.1.dist-info/LICENSE.txt,sha256=YOIlVMbLvSjJVzkj85gY2WRuKVy7OKjONEDko097v0w,1753
|
||||
cx_Logging-3.2.1.dist-info/METADATA,sha256=B1iNLeGNZTxgqdQEexDSyTQT5Aw6q1lWyoKs1QL_NwI,1430
|
||||
cx_Logging-3.2.1.dist-info/RECORD,,
|
||||
cx_Logging-3.2.1.dist-info/WHEEL,sha256=TAitQYl6Q0Az4S7HpZ2nUiHVwPoqf-XpsQ69905NqtI,101
|
||||
cx_Logging-3.2.1.dist-info/top_level.txt,sha256=xTmnUmoBun7hnKZPajUInMKhpx8Qm5nmZrh4PnYLv44,11
|
||||
cx_Logging.cp312-win_amd64.pyd,sha256=yW3ivwsRg6DkiGWD0WKw2RjdtT2Q9iqWkqHrj8xFh4g,44032
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (74.1.3)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp312-cp312-win_amd64
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
cx_Logging
|
||||
Reference in New Issue
Block a user