Open Source Code
Open Source Code Name | Version | License Type | Description | Link toward of License Info | Notes (including reasons for non using Apache Version 2 License) |
---|---|---|---|---|---|
Open Source Library
Name | Version | License | Description | Link toward of License Info | Notes (including reasons for non using Apache Version 2 License) |
---|---|---|---|---|---|
Jinja2 | 2.10 | BSD License | A small but fast and easy to use stand-alone template engine written in pure python. | http://jinja.pocoo.org/ | |
PyInstaller | 3.4 | GNU General Public License v2 (GPLv2) - special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones). In other words, you have no restrictions in using PyInstaller as-is, but any kind of modifications to it will have to comply with the GPL license. | PyInstaller bundles a Python application and all its dependencies into a single package. | https://www.pyinstaller.org/license.html | |
PyYAML | 3.13 | MIT License | YAML parser and emitter for Python | http://pyyaml.org/wiki/PyYAML | |
XlsxWriter | 1.1.2 | BSD License | A Python module for creating Excel XLSX files. | https://github.com/jmcnamara/XlsxWriter | |
appdirs | 1.4.3 | MIT License | A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". | http://github.com/ActiveState/appdirs | |
boltons | 18.0.1 | BSD License | When they're not builtins, they're boltons. | https://github.com/mahmoud/boltons | |
docutils | 0.14 | Public Domain, Python Software Foundation License, BSD License, GNU General Public License (GPL) | Docutils – Python Documentation Utilities | http://docutils.sourceforge.net/ | |
mock | 3.0.5 | BSD License | Rolling backport of unittest.mock for all Pythons | http://mock.readthedocs.org/en/latest/ | |
openstack-heat | 12.0.0 | Apache Software License | OpenStack Orchestration | https://docs.openstack.org/heat/latest/ | |
pytest | 3.7.4 | MIT License | pytest: simple powerful testing with Python | https://docs.pytest.org/en/latest/ | |
pytest-tap | 2.3 | BSD License | Test Anything Protocol (TAP) reporting plugin for pytest | https://github.com/python-tap/pytest-tap | |
requests | 2.20.0 | Apache Software License | Python HTTP for Humans. | http://python-requests.org | |
six | 1.12.0 | MIT License | Python 2 and 3 compatibility utilities | https://github.com/benjaminp/six | |
PTable | 0.9.2 | BSD License | PTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables, originally forked from PrettyTable . | https://github.com/kxxoling/PrettyTable | |
requests | 2.24.0 | Apache Software License (Apache 2.0) | HTTP request library for python | https://requests.readthedocs.io/en/master/ |