CREDITS

  xzdec: XZ Utils,
Released under the public domain.
(http://tukaani.org/xz/)

  python2.7 & python3.9: Python, Copyright (C) 2001-2020 Python Software Foundation,
licensed under the PSF license agreement for Python 2.7.17 (http://docs.python.org/2/license.html) & Python 3.9.1 (https://docs.python.org/3/license.html).
(http://www.python.org)

    |     ICU, Copyright (C) 1999-2014, International Business Machines,
    |   Licensed under the New BSD License (http://www.opensource.org/licenses/bsd-license.php).
    |   (http://www.icu-project.org/)
    |
    `->   bzip2, Copyright (C) 1996-2010 Julian R Seward.
        Licensed under the BZIP2 license (a BSD-style license) (http://www.opensource.apple.com/source/bzip2/bzip2-29/bzip2/LICENSE?txt).
        (http://www.bzip.org)

  libexpat.so*: Expat, Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper, Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (http://expat.sourceforge.net/)

  libffi.so*: libffi, Copyright (c) 1996-2012  Anthony Green, Red Hat, Inc and others.,
    Licensed under an MIT license (https://github.com/atgreen/libffi/blob/master/LICENSE)
    (http://sourceware.org/libffi/)

  libcrypto.so*, libssl.so*: OpenSSL, Copyright (C) 1998-2011 The OpenSSL Project. SSLeay, Copyright (C) 1995-1998 Eric Young,
    Licensed under an Apache-style licence (http://openssl.org/source/license.html).
    (http://openssl.org/)

  libncurses*.so*, libpanel*.so*: ncurses, Copyright (c) 1998-2011 Free Software Foundation, Inc.,
    Distributed under a MIT-style license (http://opensource.org/licenses/MIT).
    (https://www.gnu.org/software/ncurses/)

  libreadline.so*: readline, Copyright (C) 1987-2013 Free Software Foundation, Inc.,
    Licensed under the GNU General Public License version 3+ (http://www.gnu.org/licenses/gpl.html).
    (http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html)

  libsqlite3.so*, sqlite3: SQLite,
    Released under the public domain.
    (http://sqlite.org/)

  libz.so*: zlib, Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler,
    Licensed under the zlib license (http://zlib.net/zlib_license.html).
    (http://zlib.net/)

  libfbink.so*: FBInk (FrameBuffer eInker), Copyright (C) 2018 NiLuJe <ninuje@gmail.com>,
    Released under the GNU Affero General Public License version 3+ (https://www.gnu.org/licenses/agpl.html).
    (https://github.com/NiLuJe/FBInk)

  libjpeg.so*, libturbojpeg.so*: libjpeg-turbo, Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.,
    Licensed under a BSD-style license (http://sourceforge.net/p/libjpeg-turbo/code/HEAD/tree/trunk/README).
    (http://libjpeg-turbo.virtualgl.org/)

  libfreetype.so: FreeType, Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by David Turner, Robert Wilhelm, and Werner Lemberg,
    Licensed under the FreeType License (http://freetype.org/FTL.TXT).
    (http://freetype.org)

  libharfbuzz.so: HarfBuzz, Copyright © 2010,2011,2012  Google, Inc., Copyright © 2012  Mozilla Foundation, Copyright © 2011  Codethink Limited, Copyright © 2008,2010  Nokia Corporation and/or its subsidiary(-ies),
    Copyright © 2009  Keith Stribley, Copyright © 2009  Martin Hosken and SIL International, Copyright © 2007  Chris Wilson, Copyright © 2006  Behdad Esfahbod, Copyright © 2005  David Turner,
    Copyright © 2004,2007,2008,2009,2010  Red Hat, Inc., Copyright © 1998-2004  David Turner and Werner Lemberg,
    Licensed in part under the "Old MIT" license (http://cgit.freedesktop.org/harfbuzz/tree/COPYING).
    (http://www.freedesktop.org/wiki/Software/HarfBuzz/)

  libMagickCore-*.so*, libMagickWand-*.so*: ImageMagick, Copyright (C) 1999-2011 ImageMagick Studio LLC,
    Licensed under the Apache 2.0 license (http://www.imagemagick.org/script/license.php).
    (http://www.imagemagick.org/script/index.php)

  libxml2.so*: The XML C parser and toolkit of Gnome, Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (http://www.xmlsoft.org/)

  libxslt.so*, libexslt.so*: The XSLT C library for GNOME, libxslt is Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved.; libexslt is Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. All Rights Reserved.,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (http://xmlsoft.org/XSLT/)

  libevdev*.so*: libevdev, Copyright © 2013 Red Hat, Inc.,
        Distributed under a MIT-style license (http://opensource.org/licenses/MIT)
        (https://gitlab.freedesktop.org/libevdev/libevdev)

----

  chardet: The Universal Character Encoding Detector, by Daniel Blanchard,
    Licensed under the GNU Library or Lesser General Public License (LGPL 2.1+) (https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html).
    (https://github.com/chardet/chardet)

  idna: Internationalized Domain Names in Applications (IDNA), Copyright (c) 2013-2018, Kim Davies,
    Licensed under the BSD license (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/kjd/idna)

  urllib3: HTTP library with thread-safe connection pooling, file post, and more., Copyright 2008-2016 Andrey Petrov and contributors,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://urllib3.readthedocs.io/)

  certifi: Python package for providing Mozilla's CA Bundle., by Kenneth Reitz,
    Licensed under the Mozilla Public License 2.0 (MPL 2.0) (http://mozilla.org/MPL/2.0/).
    (https://certifi.io/)

  PySocks: A Python SOCKS client module, Copyright 2006 Dan-Haim,
    Licensed under the BSD license (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/Anorov/PySocks)

  requests: Python HTTP for Humans., Copyright 2018 Kenneth Reitz,
    Licensed under the Apache Software License (Apache 2.0) (https://www.apache.org/licenses/LICENSE-2.0).
    (http://python-requests.org/)

  unidecode: ASCII transliterations of Unicode text, Copyright 2018, Tomaz Solc,
    Licensed under the GNU General Public License v2 or later (GPLv2+) (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
    (https://github.com/avian2/unidecode)

  pycparser: C parser in Python, Copyright (c) 2008-2017, Eli Bendersky,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/eliben/pycparser)

  cffi: Foreign Function Interface for Python calling C code, by Armin Rigo & Maciej Fijałkowski,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (http://cffi.readthedocs.org/)

  simplejson: Simple, fast, extensible JSON encoder/decoder for Python, Copyright (c) 2006 Bob Ippolito,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/simplejson/simplejson)

  six: Python 2 and 3 compatibility utilities, Copyright (c) 2010-2018 Benjamin Peterson,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/benjaminp/six)

  future: Clean single-source support for Python 3 and 2, Copyright (c) 2013-2019 Python Charmers Pty Ltd,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/PythonCharmers/python-future)

  asn1crypto: Fast ASN.1 parser and serializer, Copyright (c) 2015-2018 Will Bond <will@wbond.net>,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/wbond/asn1crypto)

  enum34: Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4, Copyright (c) 2013, Ethan Furman,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://bitbucket.org/stoneleaf/enum34)

  ipaddress: IPv4/IPv6 manipulation library, by Philipp Hagemeister,
    Licensed under the Python Software Foundation License (http://docs.python.org/2/license.html)
    (https://github.com/phihag/ipaddress)

  cryptography: cryptographic recipes and primitives,
    Licensed under the Apache Software License (Apache 2.0) (https://www.apache.org/licenses/LICENSE-2.0).
    (https://github.com/pyca/cryptography)

  toolbelt: A utility belt for advanced users of python-requests, Copyright 2014 Ian Cordasco, Cory Benfield,
    Licensed under the Apache Software License (Apache 2.0) (https://www.apache.org/licenses/LICENSE-2.0).
    (https://toolbelt.readthedocs.org/)

  betamax: A VCR imitation for python-requests, Copyright 2013 Ian Cordasco,
    Licensed under the Apache Software License (Apache 2.0) (https://www.apache.org/licenses/LICENSE-2.0).
    (https://github.com/sigmavirus24/betamax)

  pyjwt: JSON Web Token implementation, Copyright (c) 2015 José Padilla,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (http://github.com/jpadilla/pyjwt)

  oauthlib: generic, spec-compliant, thorough implementation of the OAuth request-signing logic, Copyright (c) 2018 The OAuthlib Community,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/oauthlib/oauthlib)

  requests-oauthlib: OAuthlib authentication support for Requests, Copyright (c) 2014 Kenneth Reitz,
    Licensed under the ISC License (https://opensource.org/licenses/ISC).
    (https://github.com/requests/requests-oauthlib)

  py-fbink: cFFI bindings for FBInk, by NiLuJe,
    Released under the GNU General Public License version 3+ (https://www.gnu.org/licenses/gpl.html).
    (https://github.com/NiLuJe/py-fbink)

  Pillow: Python Imaging Library (Fork), Copyright © 2010-2018 by Alex Clark and contributors,
    Licensed under the Standard PIL License (https://github.com/python-pillow/Pillow/blob/master/LICENSE).
    (http://python-pillow.org/)

  wand: Ctypes-based simple MagickWand API binding, Copyright (C) 2011-2016 by Hong Minhee <http://hongminhee.org/>,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (http://wand-py.org/)

  python-ioctl-opt: Pythonified linux asm-generic/ioctl.h, Copyright (C) 2013-2018  Vincent Pelletier <plr.vincent@gmail.com>,
    Licensed under the GNU Library or Lesser General Public License (LGPL 2+) (https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html).
    (https://github.com/vpelletier/python-ioctl-opt)

  cssselect: CSS Selectors for Python, Copyright (c) 2007-2012 Ian Bicking and contributors,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/scrapy/cssselect)

  webencodings: Character encoding for the web, Copyright (c) 2012 by Simon Sapin,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/gsnedders/python-webencodings)

  html5lib: Standards-compliant library for parsing and serializing HTML documents and fragments in Python, Copyright (c) 2006-2013 James Graham and other contributors,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/html5lib/html5lib-python)

  lxml: The lxml XML toolkit for Python, Copyright (C) Infrae,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://lxml.de/)

  beautifulsoup: a screen-scraping library, Copyright (C) 2004-2019 Leonard Richardson,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://www.crummy.com/software/BeautifulSoup/)

  soupsieve: A modern CSS selector implementation for BeautifulSoup, Copyright (C) 2018 Isaac Muse <isaacmuse@gmail.com>,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/facelessuser/soupsieve)

  pyelftools: a pure-Python library for parsing and analyzing ELF files and DWARF debugging information, by Eli Bendersky <eliben@gmail.com>,
    Released in the public domain (ttp://unlicense.org/).
    (https://github.com/eliben/pyelftools)

  Pygments: a syntax highlighting package written in Python., by Georg Brandl <georg@python.org>,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/pygments/pygments)

  setuptools: by the Python Packaging Authority,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (hhttps://github.com/pypa/setuptools)

  HTTPie: a CLI, cURL-like tool for humans, by Jakub Roztocil,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://github.com/jakubroztocil/httpie)

  SLPP: a simple lua-python data structures parser, Copyright (c) 2010, 2011, 2012 SirAnthony <anthony at adsorbtion.org>,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/SirAnthony/slpp)

  numpy: Fast array and numerical python library, Copyright (c) 2005-2021, NumPy Developers,
    Licensed under the BSD License (https://opensource.org/licenses/BSD-3-Clause).
    (https://numpy.org/)

  python-libevdev: Python wrapper for libevdev, Copyright © 2016-2018 Red Hat, Inc.,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://gitlab.freedesktop.org/libevdev/python-libevdev)

  defusedxml: defusing XML bombs and other exploits, Copyright (c) 2013 by Christian Heimes <christian@python.org>,
    Licensed to PSF under a Contributor Agreement (https://www.python.org/psf/license).
    (https://github.com/tiran/defusedxml)

  charset_normalizer: Charset Detection, for Everyone, Copyright © 2019 Ahmed TAHRI @Ousret.,
    Licensed under the MIT License (https://opensource.org/licenses/MIT).
    (https://github.com/ousret/charset_normalizer)

  multidict: A multidict implementation, Copyright 2016-2021 Andrew Svetlov and aio-libs team,
    Licensed under the Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0).
    (https://github.com/aio-libs/multidict)
