Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.23 KB

LICENSE.md

File metadata and controls

70 lines (50 loc) · 2.23 KB

License

This project is licensed under the Apache License, Version 2.0.
See the full text of the license here: Apache License 2.0.

Python

This software includes a compiled Python interpreter and standard library modules,
which are licensed under the Python Software Foundation License.
For more information, see: https://docs.python.org/3/license.html

OpenSSL

This software includes OpenSSL libraries, which are licensed under:

Microsoft Runtime Libraries

This software may include Microsoft runtime libraries (e.g., vcruntime140.dll),
which are subject to Microsoft Software License Terms.

Included Third-Party Libraries

This project includes third-party libraries that are distributed under their respective licenses.
Below is a list of included dependencies along with their licenses:

MIT License

  • PyYAML (6.0.2)
  • anyio (4.8.0)
  • charset-normalizer (3.4.1)
  • exceptiongroup (1.2.2)
  • h11 (0.14.0)
  • urllib3 (2.3.0)

Full text: MIT License

BSD License

  • colorama (0.4.6)
  • cx_Logging (3.2.1)
  • emoji (2.14.1)
  • httpcore (1.0.7)
  • httpx (0.28.1)
  • idna (3.10)
  • zstandard (0.23.0)

Full text: BSD License

Python Software Foundation License

  • typing_extensions (4.12.2)

Full text: PSF License

Apache License 2.0

  • packaging (24.2)

Full text: Apache License 2.0

Apache License 2.0 & MIT License

  • sniffio (1.3.1)

Full text: Apache License 2.0
Full text: MIT License

Mozilla Public License 2.0

  • certifi (2024.12.14)

Full text: Mozilla Public License 2.0

License Compliance

By including third-party libraries in this project, their respective license terms must be followed.
The original copyright notices and license texts of these dependencies are preserved.