furmeet-bot/webproj/templates/licenses.html
Adler Neves 6021cb1c18
All checks were successful
continuous-integration/drone/push Build is passing
feature: added owner to model
2020-09-01 16:07:15 -03:00

299 lines
9.2 KiB
HTML

<table>
<tr>
<th>Name</th>
<th>Version</th>
<th>License</th>
<th>Author</th>
<th>URL</th>
<th>Description</th>
</tr>
<tr>
<td>Django</td>
<td>3.1.1</td>
<td>BSD-3-Clause</td>
<td>Django Software Foundation</td>
<td>https://www.djangoproject.com/</td>
<td>A high-level Python Web framework that encourages rapid development and clean, pragmatic design.</td>
</tr>
<tr>
<td>Pillow</td>
<td>7.2.0</td>
<td>HPND</td>
<td>Alex Clark (PIL Fork Author)</td>
<td>https://python-pillow.org</td>
<td>Python Imaging Library (Fork)</td>
</tr>
<tr>
<td>asgiref</td>
<td>3.2.10</td>
<td>BSD</td>
<td>Django Software Foundation</td>
<td>https://github.com/django/asgiref/</td>
<td>ASGI specs, helper code, and adapters</td>
</tr>
<tr>
<td>beautifulsoup4</td>
<td>4.9.1</td>
<td>MIT</td>
<td>Leonard Richardson</td>
<td>http://www.crummy.com/software/BeautifulSoup/bs4/</td>
<td>Screen-scraping library</td>
</tr>
<tr>
<td>captcha</td>
<td>0.3</td>
<td>BSD</td>
<td>Hsiaoming Yang</td>
<td>https://github.com/lepture/captcha</td>
<td>A captcha library that generates audio and image CAPTCHAs.</td>
</tr>
<tr>
<td>certifi</td>
<td>2020.6.20</td>
<td>MPL-2.0</td>
<td>Kenneth Reitz</td>
<td>https://certifiio.readthedocs.io/en/latest/</td>
<td>Python package for providing Mozilla&#x27;s CA Bundle.</td>
</tr>
<tr>
<td>cffi</td>
<td>1.14.2</td>
<td>MIT</td>
<td>Armin Rigo, Maciej Fijalkowski</td>
<td>http://cffi.readthedocs.org</td>
<td>Foreign Function Interface for Python calling C code.</td>
</tr>
<tr>
<td>chardet</td>
<td>3.0.4</td>
<td>LGPL</td>
<td>Daniel Blanchard</td>
<td>https://github.com/chardet/chardet</td>
<td>Universal encoding detector for Python 2 and 3</td>
</tr>
<tr>
<td>cryptography</td>
<td>3.1</td>
<td>BSD or Apache License, Version 2.0</td>
<td>The cryptography developers</td>
<td>https://github.com/pyca/cryptography</td>
<td>cryptography is a package which provides cryptographic recipes and primitives to Python developers.</td>
</tr>
<tr>
<td>decorator</td>
<td>4.4.2</td>
<td>new BSD License</td>
<td>Michele Simionato</td>
<td>https://github.com/micheles/decorator</td>
<td>Decorators for Humans</td>
</tr>
<tr>
<td>django-background-tasks</td>
<td>1.2.5</td>
<td>BSD</td>
<td>arteria GmbH, John Montgomery</td>
<td>http://github.com/arteria/django-background-tasks</td>
<td>Database backed asynchronous task queue</td>
</tr>
<tr>
<td>django-ckeditor</td>
<td>5.9.0</td>
<td>UNKNOWN</td>
<td>Shaun Sephton &amp; Piotr Malinski</td>
<td>https://github.com/django-ckeditor/django-ckeditor</td>
<td>Django admin CKEditor integration.</td>
</tr>
<tr>
<td>django-compat</td>
<td>1.0.15</td>
<td>MIT</td>
<td>arteria GmbH</td>
<td>https://github.com/arteria/django-compat</td>
<td>For- and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10, and 1.11</td>
</tr>
<tr>
<td>django-hamlpy</td>
<td>1.2</td>
<td>MIT</td>
<td>UNKNOWN</td>
<td>http://github.com/nyaruka/django-hamlpy</td>
<td>Haml like syntax for Django templates.</td>
</tr>
<tr>
<td>django-htmlmin</td>
<td>0.11.0</td>
<td>UNKNOWN</td>
<td>CobraTeam</td>
<td>UNKNOWN</td>
<td>HTML minifier for Python frameworks (not only Django, despite the name).</td>
</tr>
<tr>
<td>django-js-asset</td>
<td>1.2.2</td>
<td>BSD License</td>
<td>Matthias Kestenholz</td>
<td>https://github.com/matthiask/django-js-asset/</td>
<td>script tag with additional attributes for django.forms.Media</td>
</tr>
<tr>
<td>django-method-override</td>
<td>1.0.4</td>
<td>MIT</td>
<td>LocalMed</td>
<td>https://gitlab.com/localmed/django-method-override</td>
<td>Django Middleware for HTTP Method Override Form Params &amp; Header</td>
</tr>
<tr>
<td>django-sass-processor</td>
<td>0.8.1</td>
<td>MIT</td>
<td>Jacob Rief</td>
<td>https://github.com/jrief/django-sass-processor</td>
<td>SASS processor to compile SCSS files into *.css, while rendering, or offline.</td>
</tr>
<tr>
<td>django-settings-export</td>
<td>1.2.1</td>
<td>BSD</td>
<td>Jakub Roztocil</td>
<td>https://github.com/jkbrzt/django-settings-export</td>
<td>This Django app allows you to export certain settings to your templates.</td>
</tr>
<tr>
<td>django-timezone-field</td>
<td>4.0</td>
<td>BSD</td>
<td>Mike Fogel</td>
<td>http://github.com/mfogel/django-timezone-field/</td>
<td>A Django app providing database and form fields for pytz timezone objects.</td>
</tr>
<tr>
<td>html5lib</td>
<td>1.1</td>
<td>MIT License</td>
<td>UNKNOWN</td>
<td>https://github.com/html5lib/html5lib-python</td>
<td>HTML parser based on the WHATWG HTML specification</td>
</tr>
<tr>
<td>idna</td>
<td>2.10</td>
<td>BSD-like</td>
<td>Kim Davies</td>
<td>https://github.com/kjd/idna</td>
<td>Internationalized Domain Names in Applications (IDNA)</td>
</tr>
<tr>
<td>libsass</td>
<td>0.20.1</td>
<td>MIT License</td>
<td>Hong Minhee</td>
<td>https://sass.github.io/libsass-python/</td>
<td>Sass for Python: A straightforward binding of libsass for Python.</td>
</tr>
<tr>
<td>psycopg2-binary</td>
<td>2.8.5</td>
<td>LGPL with exceptions</td>
<td>Federico Di Gregorio</td>
<td>https://psycopg.org/</td>
<td>psycopg2 - Python-PostgreSQL Database Adapter</td>
</tr>
<tr>
<td>pycparser</td>
<td>2.20</td>
<td>BSD</td>
<td>Eli Bendersky</td>
<td>https://github.com/eliben/pycparser</td>
<td>C parser in Python</td>
</tr>
<tr>
<td>python-telegram-bot</td>
<td>12.8</td>
<td>LGPLv3</td>
<td>Leandro Toledo</td>
<td>https://python-telegram-bot.org/</td>
<td>We have made you a wrapper you can&#x27;t refuse</td>
</tr>
<tr>
<td>pytz</td>
<td>2020.1</td>
<td>MIT</td>
<td>Stuart Bishop</td>
<td>http://pythonhosted.org/pytz</td>
<td>World timezone definitions, modern and historical</td>
</tr>
<tr>
<td>regex</td>
<td>2020.7.14</td>
<td>Python Software Foundation License</td>
<td>Matthew Barnett</td>
<td>https://bitbucket.org/mrabarnett/mrab-regex</td>
<td>Alternative regular expression module, to replace re.</td>
</tr>
<tr>
<td>requests</td>
<td>2.24.0</td>
<td>Apache 2.0</td>
<td>Kenneth Reitz</td>
<td>https://requests.readthedocs.io</td>
<td>Python HTTP for Humans.</td>
</tr>
<tr>
<td>six</td>
<td>1.15.0</td>
<td>MIT</td>
<td>Benjamin Peterson</td>
<td>https://github.com/benjaminp/six</td>
<td>Python 2 and 3 compatibility utilities</td>
</tr>
<tr>
<td>soupsieve</td>
<td>2.0.1</td>
<td>MIT License</td>
<td>Isaac Muse</td>
<td>https://github.com/facelessuser/soupsieve</td>
<td>A modern CSS selector implementation for Beautiful Soup.</td>
</tr>
<tr>
<td>sqlparse</td>
<td>0.3.1</td>
<td>BSD</td>
<td>Andi Albrecht</td>
<td>https://github.com/andialbrecht/sqlparse</td>
<td>Non-validating SQL parser</td>
</tr>
<tr>
<td>tornado</td>
<td>6.0.4</td>
<td>http://www.apache.org/licenses/LICENSE-2.0</td>
<td>Facebook</td>
<td>http://www.tornadoweb.org/</td>
<td>Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.</td>
</tr>
<tr>
<td>uWSGI</td>
<td>2.0.19.1</td>
<td>GPLv2+</td>
<td>Unbit</td>
<td>https://uwsgi-docs.readthedocs.io/en/latest/</td>
<td>The uWSGI server</td>
</tr>
<tr>
<td>urllib3</td>
<td>1.25.10</td>
<td>MIT</td>
<td>Andrey Petrov</td>
<td>https://urllib3.readthedocs.io/</td>
<td>HTTP library with thread-safe connection pooling, file post, and more.</td>
</tr>
<tr>
<td>webencodings</td>
<td>0.5.1</td>
<td>BSD</td>
<td>Geoffrey Sneddon</td>
<td>https://github.com/SimonSapin/python-webencodings</td>
<td>Character encoding aliases for legacy web content</td>
</tr>
</table>