Skip to content

Latest commit

 

History

History
85 lines (85 loc) · 21.2 KB

ATTRIBUTIONS.md

File metadata and controls

85 lines (85 loc) · 21.2 KB
Name Version License Author URL
Django 2.2.5 BSD License Django Software Foundation https://www.djangoproject.com/
GitPython 3.0.2 BSD License Sebastian Thiel, Michael Trier https://github.com/gitpython-developers/GitPython
Jinja2 2.10.1 BSD License Armin Ronacher http://jinja.pocoo.org/
MarkupSafe 1.1.1 BSD License Armin Ronacher https://palletsprojects.com/p/markupsafe/
PTable 0.9.2 BSD License Luke Maurits https://github.com/kxxoling/PTable
PyYAML 5.1.2 MIT License Kirill Simonov https://github.com/yaml/pyyaml
Pygments 2.4.2 BSD License Georg Brandl http://pygments.org/
astroid 2.3.0 UNKNOWN Python Code Quality Authority https://github.com/PyCQA/astroid
atomicwrites 1.3.0 MIT License Markus Unterwaditzer https://github.com/untitaker/python-atomicwrites
attrs 19.1.0 MIT License Hynek Schlawack https://www.attrs.org/
autopep8 1.4.4 MIT License Hideo Hattori https://github.com/hhatto/autopep8
bandit 1.6.2 Apache Software License PyCQA https://bandit.readthedocs.io/en/latest/
certifi 2019.9.11 Mozilla Public License 2.0 (MPL 2.0) Kenneth Reitz https://certifi.io/
chardet 3.0.4 GNU Library or Lesser General Public License (LGPL) Daniel Blanchard https://github.com/chardet/chardet
codacy-coverage 1.3.11 MIT License Codacy https://github.com/codacy/python-codacy-coverage
codecov 2.0.15 Apache Software License @codecov http://github.com/codecov/codecov-python
confusable-homoglyphs 3.2.0 MIT License Victor Felder https://github.com/vhf/confusable_homoglyphs
coverage 4.5.4 Apache Software License Ned Batchelder and 100 others https://github.com/nedbat/coveragepy
coveralls 1.8.2 MIT License coveralls-clients contributors http://github.com/coveralls-clients/coveralls-python
ddt 1.2.1 MIT License Carles Barrobés https://github.com/txels/ddt
distro 1.4.0 Apache Software License Nir Cohen https://github.com/nir0s/distro
django-contact-form 1.7 BSD License James Bennett https://github.com/ubernostrum/django-contact-form/
django-registration 3.0.1 BSD License James Bennett https://github.com/ubernostrum/django-registration/
docopt 0.6.2 MIT License Vladimir Keleshev http://docopt.org
dparse 0.4.1 MIT License Jannis Gebauer https://github.com/jayfk/dparse
entrypoints 0.3 MIT License Thomas Kluyver https://github.com/takluyver/entrypoints
flake8 3.7.8 MIT License Tarek Ziade https://gitlab.com/pycqa/flake8
gitdb2 2.0.5 BSD License Sebastian Thiel https://github.com/gitpython-developers/gitdb
icalendar 4.0.3 BSD License Plone Foundation https://github.com/collective/icalendar
idna 2.8 BSD License Kim Davies https://github.com/kjd/idna
importlib-metadata 0.19 Apache Software License Barry Warsaw http://importlib-metadata.readthedocs.io/
isort 4.3.21 MIT License Timothy Crosley https://github.com/timothycrosley/isort
jedi 0.15.1 MIT License David Halter https://github.com/davidhalter/jedi
lazy-object-proxy 1.4.2 BSD License Ionel Cristian Mărieș https://github.com/ionelmc/python-lazy-object-proxy
lxml 4.4.1 BSD License lxml dev team http://lxml.de/
mccabe 0.6.1 MIT License Ian Cordasco https://github.com/pycqa/mccabe
more-itertools 7.2.0 MIT License Erik Rose https://github.com/erikrose/more-itertools
mypy 0.720 MIT License Jukka Lehtosalo http://www.mypy-lang.org/
mypy-extensions 0.4.1 MIT License The mypy developers http://www.mypy-lang.org/
numpy 1.17.2 UNKNOWN Travis E. Oliphant et al. https://www.numpy.org
packaging 19.2 Apache Software License, BSD License Donald Stufft and individual contributors https://github.com/pypa/packaging
pandas 0.25.1 UNKNOWN UNKNOWN http://pandas.pydata.org
parso 0.5.1 MIT License David Halter https://github.com/davidhalter/parso
pbr 5.4.3 Apache Software License OpenStack https://docs.openstack.org/pbr/latest/
pip 19.2.3 MIT License The pip developers https://pip.pypa.io/
pip-licenses 1.15.2 MIT License raimon https://github.com/raimon49/pip-licenses
pluggy 0.12.0 MIT License Holger Krekel https://github.com/pytest-dev/pluggy
prompt-toolkit 2.0.9 BSD License Jonathan Slenders https://github.com/jonathanslenders/python-prompt-toolkit
psycopg2 2.8.3 GNU Library or Lesser General Public License (LGPL), Zope Public License Federico Di Gregorio http://initd.org/psycopg/
psycopg2-binary 2.8.3 GNU Library or Lesser General Public License (LGPL), Zope Public License Federico Di Gregorio http://initd.org/psycopg/
ptpython 2.0.4 UNKNOWN Jonathan Slenders https://github.com/jonathanslenders/ptpython
py 1.8.0 MIT License holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others http://py.readthedocs.io/
pycodestyle 2.5.0 MIT License Ian Lee https://pycodestyle.readthedocs.io/
pydocstyle 4.0.1 MIT License Amir Rachum https://github.com/PyCQA/pydocstyle/
pyflakes 2.1.1 MIT License A lot of people https://github.com/PyCQA/pyflakes
pylama 7.7.1 UNKNOWN UNKNOWN UNKNOWN
pylint 2.4.1 GNU General Public License (GPL) Python Code Quality Authority https://github.com/PyCQA/pylint
pylint-django 2.0.11 UNKNOWN landscape.io https://github.com/PyCQA/pylint-django
pylint-plugin-utils 0.5 UNKNOWN landscape.io https://github.com/landscapeio/pylint-plugin-utils
pyparsing 2.4.2 MIT License Paul McGuire https://github.com/pyparsing/pyparsing/
python-dateutil 2.8.0 BSD License, Apache Software License Gustavo Niemeyer https://dateutil.readthedocs.io
pytz 2019.2 MIT License Stuart Bishop http://pythonhosted.org/pytz
requests 2.22.0 Apache Software License Kenneth Reitz http://python-requests.org
rope 0.14.0 GNU Lesser General Public License v3 or later (LGPLv3+) Ali Gholami Rudi https://github.com/python-rope/rope
sauceclient 1.0.0 Apache Software License Corey Goldberg https://github.com/cgoldberg/sauceclient
selenium 3.141.0 Apache Software License UNKNOWN https://github.com/SeleniumHQ/selenium/
setuptools 41.0.1 MIT License Python Packaging Authority https://github.com/pypa/setuptools
six 1.12.0 MIT License Benjamin Peterson https://github.com/benjaminp/six
smmap2 2.0.5 BSD License Sebastian Thiel https://github.com/gitpython-developers/smmap
snowballstemmer 1.9.1 BSD License Snowball Developers https://github.com/snowballstem/snowball
sqlparse 0.3.0 BSD License Andi Albrecht https://github.com/andialbrecht/sqlparse
stevedore 1.31.0 Apache Software License OpenStack https://docs.openstack.org/stevedore/latest/
tabula-py 1.4.1 MIT License Aki Ariga https://github.com/chezou/tabula-py
tk 0.1.0 Apache Software License Kai Jin https://github.com/atranitell/TensorKit
typed-ast 1.4.0 UNKNOWN David Fisher https://github.com/python/typed_ast
typing-extensions 3.7.4 Python Software Foundation License Guido van Rossum, Jukka Lehtosalo, Lukasz Langa, Michael Lee https://github.com/python/typing/blob/master/typing_extensions/README.rst
urllib3 1.25.6 MIT License Andrey Petrov https://urllib3.readthedocs.io/
virtualenv 16.7.5 MIT License Ian Bicking https://virtualenv.pypa.io/
virtualenv-clone 0.5.3 MIT License Edward George https://github.com/edwardgeorge/virtualenv-clone
wcwidth 0.1.7 MIT License Jeff Quast https://github.com/jquast/wcwidth
wheel 0.33.4 MIT License Daniel Holth https://github.com/pypa/wheel
wrapt 1.11.2 BSD License Graham Dumpleton https://github.com/GrahamDumpleton/wrapt
zipp 0.5.2 MIT License Jason R. Coombs https://github.com/jaraco/zipp