Package: python-2to3 Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ae7117417af89bd6b4ac0ab668450aaf Size: 314644 Filename: python-2to3_2.7.13-r1.0_armv5te.ipk Description: Python automated Python 2 to 3 code translator The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-argparse Version: 2.7.13-r1.0 Depends: python-codecs, python-core, python-textutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 926ac19a83aa55804df3a3195e9a4263 Size: 42864 Filename: python-argparse_2.7.13-r1.0_armv5te.ipk Description: Python command line argument parser The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-async-dbg Version: 0.6.2-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9ee90c171e5d0697ad592f8f120bc196 Size: 756 Filename: python-async-dbg_0.6.2-r0.0_armv5te.ipk Description: Python framework to process interdependent tasks in a pool of workers - Debugging files Python framework to process interdependent tasks in a pool of workers. This package contains ELF symbols and related sources for debugging purposes. OE: python-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python-async-dev Version: 0.6.2-r0.0 Depends: python-async (= 0.6.2-r0.0) Recommends: python-core-dev, python-dev, python-lang-dev, python-threading-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 320887cb6530cb79dfc69a0e3231fb20 Size: 806 Filename: python-async-dev_0.6.2-r0.0_armv5te.ipk Description: Python framework to process interdependent tasks in a pool of workers - Development files Python framework to process interdependent tasks in a pool of workers. This package contains symbolic links, header files, and related items necessary for software development. OE: python-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python-async Version: 0.6.2-r0.0 Depends: python-core, python-lang, python-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4bf31917a8a522d387a83b414038a81c Size: 55908 Filename: python-async_0.6.2-r0.0_armv5te.ipk Description: Python framework to process interdependent tasks in a pool of workers Python framework to process interdependent tasks in a pool of workers. OE: python-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python-audio Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b68eb644d40fdb041cf0f85b0b552f3c Size: 51762 Filename: python-audio_2.7.13-r1.0_armv5te.ipk Description: Python Audio Handling The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-backports-abc-dbg Version: 0.4-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 53e157b58b5a9ad1b04d3e546d1ce625 Size: 728 Filename: python-backports-abc-dbg_0.4-r0.0_armv5te.ipk Description: collections.abc from Python 3.4 - Debugging files A backport of recent additions to the 'collections.abc' module This package contains ELF symbols and related sources for debugging purposes. OE: python-backports-abc License: PSF Priority: optional Package: python-backports-abc-dev Version: 0.4-r0.0 Depends: python-backports-abc (= 0.4-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 19d7525496c4b3a71fba120be4582eb6 Size: 774 Filename: python-backports-abc-dev_0.4-r0.0_armv5te.ipk Description: collections.abc from Python 3.4 - Development files A backport of recent additions to the 'collections.abc' module This package contains symbolic links, header files, and related items necessary for software development. OE: python-backports-abc License: PSF Priority: optional Package: python-backports-abc Version: 0.4-r0.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 02c8a794b9912edb877f5fc33023147e Size: 5402 Filename: python-backports-abc_0.4-r0.0_armv5te.ipk Description: collections.abc from Python 3.4 A backport of recent additions to the 'collections.abc' module OE: python-backports-abc License: PSF Priority: optional Package: python-backports-ssl-dbg Version: 3.5.0.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5309b97bada026952fc37a9fc45a48f2 Size: 1022 Filename: python-backports-ssl-dbg_3.5.0.1-r0.0_armv5te.ipk Description: The ssl.match_hostname() function from Python 3.4 - Debugging files The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python This package contains ELF symbols and related sources for debugging purposes. OE: python-backports-ssl License: GPLv2 Priority: optional Package: python-backports-ssl-dev Version: 3.5.0.1-r0.0 Depends: python-backports-ssl (= 3.5.0.1-r0.0) Recommends: python-core-dev, python-dev, python-pkgutil-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 371c61fecd881f470167927ec122ae91 Size: 1072 Filename: python-backports-ssl-dev_3.5.0.1-r0.0_armv5te.ipk Description: The ssl.match_hostname() function from Python 3.4 - Development files The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python This package contains symbolic links, header files, and related items necessary for software development. OE: python-backports-ssl License: GPLv2 Priority: optional Package: python-backports-ssl Version: 3.5.0.1-r0.0 Depends: python-core, python-pkgutil Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1d59ecc2b49f115019f9a2e221e0e801 Size: 6522 Filename: python-backports-ssl_3.5.0.1-r0.0_armv5te.ipk Description: The ssl.match_hostname() function from Python 3.4 The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python OE: python-backports-ssl License: GPLv2 Priority: optional Package: python-bsddb Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c3ff6dab58095288406903fe89749725 Size: 162588 Filename: python-bsddb_2.7.13-r1.0_armv5te.ipk Description: Python bindings for the Berkeley Database The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-certifi-dbg Version: 2017.4.17-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1bc37bb63b68ab630503fd69d4de5fc6 Size: 870 Filename: python-certifi-dbg_2017.4.17-r0.0_armv5te.ipk Description: Python package for providing Mozilla's CA Bundle. - Debugging files This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set. This package contains ELF symbols and related sources for debugging purposes. OE: python-certifi HomePage: http://certifi.io/ License: ISC Priority: optional Package: python-certifi-dev Version: 2017.4.17-r0.0 Depends: python-certifi (= 2017.4.17-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a2ee1a2bcc4315e0929b1785440322cd Size: 912 Filename: python-certifi-dev_2017.4.17-r0.0_armv5te.ipk Description: Python package for providing Mozilla's CA Bundle. - Development files This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set. This package contains symbolic links, header files, and related items necessary for software development. OE: python-certifi HomePage: http://certifi.io/ License: ISC Priority: optional Package: python-certifi Version: 2017.4.17-r0.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6f9b327de54c6c51b3afab26934749b0 Size: 374014 Filename: python-certifi_2017.4.17-r0.0_armv5te.ipk Description: Python package for providing Mozilla's CA Bundle. This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set. OE: python-certifi HomePage: http://certifi.io/ License: ISC Priority: optional Package: python-cffi-dbg Version: 1.9.1-r0.0 Recommends: libc6-dbg, libffi-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 85791b2895f8865b0b84f4cbe8f6ff63 Size: 227046 Filename: python-cffi-dbg_1.9.1-r0.0_armv5te.ipk Description: Foreign Function Interface for Python calling C code - Debugging files Foreign Function Interface for Python calling C code. This package contains ELF symbols and related sources for debugging purposes. OE: python-cffi License: MIT Priority: optional Package: python-cffi-dev Version: 1.9.1-r0.0 Depends: python-cffi (= 1.9.1-r0.0) Recommends: libc6-dev, libffi-dev, python-dev, python-io-dev, python-pycparser-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c25cddfa07f30ecbb4e04cac62b4c829 Size: 778 Filename: python-cffi-dev_1.9.1-r0.0_armv5te.ipk Description: Foreign Function Interface for Python calling C code - Development files Foreign Function Interface for Python calling C code. This package contains symbolic links, header files, and related items necessary for software development. OE: python-cffi License: MIT Priority: optional Package: python-cffi Version: 1.9.1-r0.0 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 248ad56c1304c58ecebbd5403176945d Size: 240438 Filename: python-cffi_1.9.1-r0.0_armv5te.ipk Description: Foreign Function Interface for Python calling C code Foreign Function Interface for Python calling C code. OE: python-cffi License: MIT Priority: optional Package: python-codecs Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-lang Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ebd81f056267bef3a169e879c8e58ca4 Size: 1112068 Filename: python-codecs_2.7.13-r1.0_armv5te.ipk Description: Python codecs, encodings & i18n support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-compile Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f00100deb2b06b2d3e6d993a76f250c9 Size: 9014 Filename: python-compile_2.7.13-r1.0_armv5te.ipk Description: Python bytecode compilation support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-compiler Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: cae4e0ceb19f40c644dd58bd14b9041d Size: 99324 Filename: python-compiler_2.7.13-r1.0_armv5te.ipk Description: Python compiler support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-compression Version: 2.7.13-r1.0 Depends: libbz2-1 (>= 1.0.6), libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-zlib Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 497dd2c1b4a37205dcb34fda7a7df00f Size: 111524 Filename: python-compression_2.7.13-r1.0_armv5te.ipk Description: Python high-level compression support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-contextlib Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ec53fa16b4dd1ff96b87e13f7d1b0903 Size: 3622 Filename: python-contextlib_2.7.13-r1.0_armv5te.ipk Description: Python utilities for with-statementcontexts. The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-core Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libz1 (>= 1.2.11), python-lang, python-re Provides: python Recommends: python-readline Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f91cd6486713b13a9f15418d8f356ed9 Size: 239990 Filename: python-core_2.7.13-r1.0_armv5te.ipk Description: Python interpreter and core modules The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-crypt Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython2.7-1.0 (>= 2.7.13), python-core Recommends: openssl Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 15990ae0c96d74b8455ea83fce3e6240 Size: 18762 Filename: python-crypt_2.7.13-r1.0_armv5te.ipk Description: Python basic cryptographic and hashing support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-cryptography-dbg Version: 1.7.2-r0.0 Recommends: libc6-dbg, libcrypto-dbg, libssl-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bbc6c083a8c37673cc215eed812c55fa Size: 660786 Filename: python-cryptography-dbg_1.7.2-r0.0_armv5te.ipk Description: Provides cryptographic recipes and primitives to python developers - Debugging files Provides cryptographic recipes and primitives to python developers. This package contains ELF symbols and related sources for debugging purposes. OE: python-cryptography License: Apache-2.0 | BSD Priority: optional Package: python-cryptography-dev Version: 1.7.2-r0.0 Depends: python-cryptography (= 1.7.2-r0.0) Recommends: libc6-dev, libcrypto-dev, libssl-dev, python-cffi-dev, python-contextlib-dev, python-dev, python-enum34-dev, python-idna-dev, python-ipaddress-dev, python-numbers-dev, python-pyasn1-dev, python-pycparser-dev, python-setuptools-dev, python-six-dev, python-subprocess-dev, python-threading-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3a6f25c9c1096d26d36d92f709ea2a69 Size: 862 Filename: python-cryptography-dev_1.7.2-r0.0_armv5te.ipk Description: Provides cryptographic recipes and primitives to python developers - Development files Provides cryptographic recipes and primitives to python developers. This package contains symbolic links, header files, and related items necessary for software development. OE: python-cryptography License: Apache-2.0 | BSD Priority: optional Package: python-cryptography Version: 1.7.2-r0.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libssl1.0.2 (>= 1.0.2k), python-cffi, python-contextlib, python-enum34, python-idna, python-ipaddress, python-numbers, python-pyasn1, python-pycparser, python-setuptools, python-six, python-subprocess, python-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 93ffe6f0ab78cda14df0c87fac037734 Size: 393242 Filename: python-cryptography_1.7.2-r0.0_armv5te.ipk Description: Provides cryptographic recipes and primitives to python developers Provides cryptographic recipes and primitives to python developers. OE: python-cryptography License: Apache-2.0 | BSD Priority: optional Package: python-ctypes Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: aafed8f7679d2f3cf6790349329316a8 Size: 207910 Filename: python-ctypes_2.7.13-r1.0_armv5te.ipk Description: Python C types support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-curses Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libncursesw5 (>= 6.0+20161126), libpanelw5 (>= 6.0+20161126), libpython2.7-1.0 (>= 2.7.13), libtinfo5 (>= 6.0+20161126), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b79144ab3ff4015e96ebae37f674970c Size: 43052 Filename: python-curses_2.7.13-r1.0_armv5te.ipk Description: Python curses support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-datetime Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fe134f9d7aada11c310cf1f55f40b2f9 Size: 63622 Filename: python-datetime_2.7.13-r1.0_armv5te.ipk Description: Python calendar and time support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-db Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 042c9a3e977e73bb120fc9858fd811d9 Size: 9710 Filename: python-db_2.7.13-r1.0_armv5te.ipk Description: Python file-based database support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-dbg Version: 2.7.13-r1.0 Recommends: gdbm-compat-dbg, libbz2-dbg, libc6-dbg, libcrypto-dbg, libffi-dbg, libgdbm-dbg, libpython2-dbg, libreadline-dbg, libsqlite3-dbg, libssl-dbg, libz-dbg, ncurses-libncursesw-dbg, ncurses-libpanelw-dbg, ncurses-libtinfo-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 2bfbaf52f8bdc1066732e80c42436745 Size: 6343686 Filename: python-dbg_2.7.13-r1.0_armv5te.ipk Description: The Python Programming Language - Debugging files The Python Programming Language. This package contains ELF symbols and related sources for debugging purposes. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-debugger Version: 2.7.13-r1.0 Depends: python-core, python-io, python-lang, python-pprint, python-re, python-shell, python-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a369991a48130aea84242a91502e47e8 Size: 43478 Filename: python-debugger_2.7.13-r1.0_armv5te.ipk Description: Python debugger The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-dev Version: 2.7.13-r1.0 Depends: libpython2.7-1.0, python-core Recommends: bzip2-dev, db-dev, gdbm-compat-dev, libbz2-dev, libc6-dev, libcrypto-dev, libffi-dev, libgdbm-dev, libpython2-dev, libreadline-dev, libsqlite3-dev, libssl-dev, libz-dev, ncurses-libncursesw-dev, ncurses-libpanelw-dev, ncurses-libtinfo-dev, openssl-dev, python-2to3-dev, python-argparse-dev, python-audio-dev, python-bsddb-dev, python-codecs-dev, python-compile-dev, python-compiler-dev, python-compression-dev, python-contextlib-dev, python-core-dev, python-crypt-dev, python-ctypes-dev, python-curses-dev, python-datetime-dev, python-db-dev, python-debugger-dev, python-difflib-dev, python-distutils-dev, python-doctest-dev, python-email-dev, python-fcntl-dev, python-gdbm-dev, python-hotshot-dev, python-html-dev, python-idle-dev, python-image-dev, python-importlib-dev, python-io-dev, python-json-dev, python-lang-dev, python-logging-dev, python-mailbox-dev, python-math-dev, python-mime-dev, python-misc-dev, python-mmap-dev, python-modules-dev, python-multiprocessing-dev, python-netclient-dev, python-netserver-dev, python-numbers-dev, python-pickle-dev, python-pkgutil-dev, python-plistlib-dev, python-pprint-dev, python-profile-dev, python-pydoc-dev, python-re-dev, python-readline-dev, python-resource-dev, python-robotparser-dev, python-shell-dev, python-smtpd-dev, python-sqlite3-dev, python-sqlite3-tests-dev, python-stringold-dev, python-subprocess-dev, python-syslog-dev, python-terminal-dev, python-tests-dev, python-textutils-dev, python-threading-dev, python-tkinter-dev, python-unittest-dev, python-unixadmin-dev, python-xml-dev, python-xmlrpc-dev, python-zlib-dev, sqlite3-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 01c0a716abc75a0da5592716796c6221 Size: 132592 Filename: python-dev_2.7.13-r1.0_armv5te.ipk Description: Python development package The Python Programming Language. This package contains symbolic links, header files, and related items necessary for software development. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-difflib Version: 2.7.13-r1.0 Depends: python-lang, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7aedbec5b41b197291307b04279a6bcd Size: 45082 Filename: python-difflib_2.7.13-r1.0_armv5te.ipk Description: Python helpers for computing deltas between objects The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-distutils-staticdev Version: 2.7.13-r1.0 Depends: python-distutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b783d0b3fee886706abf43a5670523da Size: 3368450 Filename: python-distutils-staticdev_2.7.13-r1.0_armv5te.ipk Description: Python distribution utilities (static libraries) The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-distutils Version: 2.7.13-r1.0 Depends: python-core, python-email Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 874e03650b40071ccd1af8f9343677f2 Size: 825006 Filename: python-distutils_2.7.13-r1.0_armv5te.ipk Description: Python Distribution Utilities The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-doctest Version: 2.7.13-r1.0 Depends: python-core, python-debugger, python-difflib, python-io, python-lang, python-re, python-unittest Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b55836d977e40df5f7a96d23efcb6279 Size: 56124 Filename: python-doctest_2.7.13-r1.0_armv5te.ipk Description: Python framework for running examples in docstrings The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-email Version: 2.7.13-r1.0 Depends: python-audio, python-core, python-image, python-io, python-mime, python-netclient, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3a1299e3f422d3ce322e2c33ba515df0 Size: 294930 Filename: python-email_2.7.13-r1.0_armv5te.ipk Description: Python email support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-enum34-dbg Version: 1.1.6-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9159afb0cb3194e227579f05fdd3cb16 Size: 710 Filename: python-enum34-dbg_1.1.6-r0.0_armv5te.ipk Description: backport of Python 3.4's enum package - Debugging files backport of Python 3.4's enum package. This package contains ELF symbols and related sources for debugging purposes. OE: python-enum34 License: BSD-3-Clause Priority: optional Package: python-enum34-dev Version: 1.1.6-r0.0 Depends: python-enum34 (= 1.1.6-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 197a0affbd4cdf2ff16c4c8c680df823 Size: 756 Filename: python-enum34-dev_1.1.6-r0.0_armv5te.ipk Description: backport of Python 3.4's enum package - Development files backport of Python 3.4's enum package. This package contains symbolic links, header files, and related items necessary for software development. OE: python-enum34 License: BSD-3-Clause Priority: optional Package: python-enum34 Version: 1.1.6-r0.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c1f922ab5a38f23958823ad43004afac Size: 66982 Filename: python-enum34_1.1.6-r0.0_armv5te.ipk Description: backport of Python 3.4's enum package backport of Python 3.4's enum package. OE: python-enum34 License: BSD-3-Clause Priority: optional Package: python-fcntl Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9dc2eb43ecf205739f7168bf5dc4121e Size: 9236 Filename: python-fcntl_2.7.13-r1.0_armv5te.ipk Description: Python's fcntl interface The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-futures-dbg Version: 3.1.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a90306d4a70350904de43e8d451a2002 Size: 780 Filename: python-futures-dbg_3.1.1-r0.0_armv5te.ipk Description: python-futures version 3.1.1-r0 - Debugging files The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package contains ELF symbols and related sources for debugging purposes. OE: python-futures HomePage: http://code.google.com/p/pythonfutures License: BSD Priority: optional Package: python-futures-dev Version: 3.1.1-r0.0 Depends: python-futures (= 3.1.1-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 09952e85383586bb9802b74cc64fd922 Size: 824 Filename: python-futures-dev_3.1.1-r0.0_armv5te.ipk Description: python-futures version 3.1.1-r0 - Development files The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package contains symbolic links, header files, and related items necessary for software development. OE: python-futures HomePage: http://code.google.com/p/pythonfutures License: BSD Priority: optional Package: python-futures Version: 3.1.1-r0.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 978d8df74d97fc0ddd6a6e223aba689f Size: 22876 Filename: python-futures_3.1.1-r0.0_armv5te.ipk Description: python-futures version 3.1.1-r0 The concurrent.futures module provides a high-level interface for asynchronously executing callables. OE: python-futures HomePage: http://code.google.com/p/pythonfutures License: BSD Priority: optional Package: python-gdbm Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libgdbm4 (>= 1.12), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5405ee38a5a2467e0d05de4831939ea1 Size: 8450 Filename: python-gdbm_2.7.13-r1.0_armv5te.ipk Description: Python GNU database support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-git-dbg Version: 2.1.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 28070ecd525f3205bc43b24048a35456 Size: 876 Filename: python-git-dbg_2.1.1-r0.0_armv5te.ipk Description: Python library used to interact with Git repositories - Debugging files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains ELF symbols and related sources for debugging purposes. OE: python-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python-git-dev Version: 2.1.1-r0.0 Depends: python-git (= 2.1.1-r0.0) Recommends: python-core-dev, python-dev, python-gitdb-dev, python-io-dev, python-lang-dev, python-math-dev, python-re-dev, python-shell-dev, python-stringold-dev, python-subprocess-dev, python-unixadmin-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 830747ceb80225e6c6eca4876d0a1d89 Size: 968 Filename: python-git-dev_2.1.1-r0.0_armv5te.ipk Description: Python library used to interact with Git repositories - Development files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains symbolic links, header files, and related items necessary for software development. OE: python-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python-git Version: 2.1.1-r0.0 Depends: python-core, python-gitdb, python-io, python-lang, python-math, python-re, python-shell, python-stringold, python-subprocess, python-unixadmin Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1df6c628519e9d4b6693e34c882f0535 Size: 645366 Filename: python-git_2.1.1-r0.0_armv5te.ipk Description: Python library used to interact with Git repositories GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. OE: python-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python-gitdb-dbg Version: 0.6.4-r0.0 Recommends: libc6-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 48dae8cf922a4fb31e237c40b230617d Size: 40368 Filename: python-gitdb-dbg_0.6.4-r0.0_armv5te.ipk Description: A pure-Python git object database - Debugging files A pure-Python git object database. This package contains ELF symbols and related sources for debugging purposes. OE: python-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python-gitdb-dev Version: 0.6.4-r0.0 Depends: python-gitdb (= 0.6.4-r0.0) Recommends: libc6-dev, python-async-dev, python-core-dev, python-dev, python-io-dev, python-lang-dev, python-mmap-dev, python-shell-dev, python-smmap-dev, python-zlib-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5be488cc824b044eb6f614fa05b56cbb Size: 822 Filename: python-gitdb-dev_0.6.4-r0.0_armv5te.ipk Description: A pure-Python git object database - Development files A pure-Python git object database. This package contains symbolic links, header files, and related items necessary for software development. OE: python-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python-gitdb Version: 0.6.4-r0.0 Depends: libc6 (>= 2.25), python-async, python-core, python-io, python-lang, python-mmap, python-shell, python-smmap, python-zlib Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4b9db758c01099c9fe47d9dcce967cd8 Size: 120840 Filename: python-gitdb_0.6.4-r0.0_armv5te.ipk Description: A pure-Python git object database A pure-Python git object database. OE: python-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python-hotshot Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1ff6dc69e9c5d7d1b5315c72bdc85f1f Size: 21644 Filename: python-hotshot_2.7.13-r1.0_armv5te.ipk Description: Python hotshot performance profiler The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-html Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c5b4dc3538407cc5754ca8801b966d5e Size: 51900 Filename: python-html_2.7.13-r1.0_armv5te.ipk Description: Python HTML processing support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-idle Version: 2.7.13-r1.0 Depends: python-core, python-tkinter Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: aa8a0aec1198a9108c323553ff7db0eb Size: 585550 Filename: python-idle_2.7.13-r1.0_armv5te.ipk Description: Python Integrated Development Environment The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-idna-dbg Version: 2.5-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9f161d5dd665d80eb2965c89c928b3f8 Size: 758 Filename: python-idna-dbg_2.5-r0.0_armv5te.ipk Description: Internationalised Domain Names in Applications - Debugging files Internationalised Domain Names in Applications. This package contains ELF symbols and related sources for debugging purposes. OE: python-idna HomePage: https://github.com/kjd/idna License: BSD-3-Clause & Python-2.0 & Unicode Priority: optional Package: python-idna-dev Version: 2.5-r0.0 Depends: python-idna (= 2.5-r0.0) Recommends: python-codecs-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5f4daf22157936b9b37a2bb5aa792942 Size: 800 Filename: python-idna-dev_2.5-r0.0_armv5te.ipk Description: Internationalised Domain Names in Applications - Development files Internationalised Domain Names in Applications. This package contains symbolic links, header files, and related items necessary for software development. OE: python-idna HomePage: https://github.com/kjd/idna License: BSD-3-Clause & Python-2.0 & Unicode Priority: optional Package: python-idna Version: 2.5-r0.0 Depends: python-codecs Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 643ce5622bd72f5cf9e6fd91cf49880d Size: 133634 Filename: python-idna_2.5-r0.0_armv5te.ipk Description: Internationalised Domain Names in Applications Internationalised Domain Names in Applications. OE: python-idna HomePage: https://github.com/kjd/idna License: BSD-3-Clause & Python-2.0 & Unicode Priority: optional Package: python-image Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 76e0eb65582de20a13c8a831edfc2bef Size: 17510 Filename: python-image_2.7.13-r1.0_armv5te.ipk Description: Python graphical image handling The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-imaging-dbg Version: 1.1.7-r5.0 Recommends: libc6-dbg, libfreetype-dbg, libjpeg-dbg, libz-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4ef4b0cb1727dbd3fbac62e1226c72f3 Size: 463974 Filename: python-imaging-dbg_1.1.7-r5.0_armv5te.ipk Description: Python Imaging Library (PIL) - Debugging files Python Imaging Library (PIL). This package contains ELF symbols and related sources for debugging purposes. OE: python-imaging License: MIT Priority: optional Package: python-imaging-dev Version: 1.1.7-r5.0 Depends: python-imaging (= 1.1.7-r5.0) Recommends: jpeg-dev, libc6-dev, libfreetype-dev, libjpeg-dev, libtiff-dev, libz-dev, python-core-dev, python-dev, python-lang-dev, python-stringold-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 45d7cd27de1f3d54f0b08001e29f57fe Size: 788 Filename: python-imaging-dev_1.1.7-r5.0_armv5te.ipk Description: Python Imaging Library (PIL) - Development files Python Imaging Library (PIL). This package contains symbolic links, header files, and related items necessary for software development. OE: python-imaging License: MIT Priority: optional Package: python-imaging-doc Version: 1.1.7-r5.0 Section: doc Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9433f92e7139f1564cc64121bba20726 Size: 28308 Filename: python-imaging-doc_1.1.7-r5.0_armv5te.ipk Description: Python Imaging Library (PIL) - Documentation files Python Imaging Library (PIL). This package contains documentation. OE: python-imaging License: MIT Priority: optional Package: python-imaging Version: 1.1.7-r5.0 Depends: libc6 (>= 2.25), libfreetype6 (>= 2.7.1), libjpeg62 (>= 1.5.1), libz1 (>= 1.2.11), python-core, python-lang, python-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5b89016bd03f2d5ee1f5a4a50fea0007 Size: 441720 Filename: python-imaging_1.1.7-r5.0_armv5te.ipk Description: Python Imaging Library (PIL) Python Imaging Library (PIL). OE: python-imaging License: MIT Priority: optional Package: python-importlib Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fb10516e5a4d101df689c4ce07674170 Size: 2004 Filename: python-importlib_2.7.13-r1.0_armv5te.ipk Description: Python import implementation library The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-io Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython2.7-1.0 (>= 2.7.13), libssl1.0.2 (>= 1.0.2k), python-contextlib, python-core, python-math, python-netclient, python-textutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f5e753949e41b17e3cb1df48f7a0078f Size: 248468 Filename: python-io_2.7.13-r1.0_armv5te.ipk Description: Python low-level I/O The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-ipaddress-dbg Version: 1.0.18-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b8a0df60f1c0ce177714a4031ac94343 Size: 738 Filename: python-ipaddress-dbg_1.0.18-r0.0_armv5te.ipk Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. - Debugging files Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. This package contains ELF symbols and related sources for debugging purposes. OE: python-ipaddress HomePage: https://github.com/phihag/ipaddress License: Python-2.0 Priority: optional Package: python-ipaddress-dev Version: 1.0.18-r0.0 Depends: python-ipaddress (= 1.0.18-r0.0) Recommends: python-core-dev, python-dev, python-pip-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4ae19adbdb01e00ce7b122d7c72d49ee Size: 790 Filename: python-ipaddress-dev_1.0.18-r0.0_armv5te.ipk Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. - Development files Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. This package contains symbolic links, header files, and related items necessary for software development. OE: python-ipaddress HomePage: https://github.com/phihag/ipaddress License: Python-2.0 Priority: optional Package: python-ipaddress Version: 1.0.18-r0.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6a8c228952d4ae98342c7dc45b05c4d2 Size: 36700 Filename: python-ipaddress_1.0.18-r0.0_armv5te.ipk Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. OE: python-ipaddress HomePage: https://github.com/phihag/ipaddress License: Python-2.0 Priority: optional Package: python-json Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core, python-math, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b3860e1112b506e71c46fbc285c75736 Size: 63718 Filename: python-json_2.7.13-r1.0_armv5te.ipk Description: Python JSON support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-lang Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 53add8194dc979376d183adc318c2b04 Size: 216992 Filename: python-lang_2.7.13-r1.0_armv5te.ipk Description: Python low-level language support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-logging Version: 2.7.13-r1.0 Depends: python-core, python-io, python-lang, python-pickle, python-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 40c47485a9360e8eb4be2f1ff4dd2fd1 Size: 80768 Filename: python-logging_2.7.13-r1.0_armv5te.ipk Description: Python logging support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-mailbox Version: 2.7.13-r1.0 Depends: python-core, python-mime Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4e2b9e0770b0c5f422ef624c1fdcdaf5 Size: 38942 Filename: python-mailbox_2.7.13-r1.0_armv5te.ipk Description: Python mailbox format support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-man Version: 2.7.13-r1.0 Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 8b1c29cb45dc85884d6f8d7ebf33c330 Size: 6460 Filename: python-man_2.7.13-r1.0_armv5te.ipk Description: The Python Programming Language The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-math Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-crypt Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 68e528bea56373092cd7602d4313aeb4 Size: 81138 Filename: python-math_2.7.13-r1.0_armv5te.ipk Description: Python math support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-mime Version: 2.7.13-r1.0 Depends: python-core, python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 67c4a9952b8fcdd37d51d4d25c463ed8 Size: 41086 Filename: python-mime_2.7.13-r1.0_armv5te.ipk Description: Python MIME handling APIs The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-misc Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libgdbm-compat4 (>= 1.12), libpython2.7-1.0 (>= 2.7.13) Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 96c3dd404dc7fa633b6e52e131a0e746 Size: 2080608 Filename: python-misc_2.7.13-r1.0_armv5te.ipk Description: The Python Programming Language The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-mmap Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a8339ad52729aebc4f587339a676af52 Size: 10508 Filename: python-mmap_2.7.13-r1.0_armv5te.ipk Description: Python memory-mapped file support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-modules Version: 2.7.13-r1.0 Depends: python-2to3, python-argparse, python-audio, python-bsddb, python-codecs, python-compile, python-compiler, python-compression, python-contextlib, python-core, python-crypt, python-ctypes, python-curses, python-datetime, python-db, python-debugger, python-difflib, python-distutils, python-doctest, python-email, python-fcntl, python-gdbm, python-hotshot, python-html, python-idle, python-image, python-importlib, python-io, python-json, python-lang, python-logging, python-mailbox, python-math, python-mime, python-misc, python-mmap, python-multiprocessing, python-netclient, python-netserver, python-numbers, python-pickle, python-pkgutil, python-plistlib, python-pprint, python-profile, python-pydoc, python-re, python-readline, python-resource, python-robotparser, python-shell, python-smtpd, python-sqlite3, python-sqlite3-tests, python-stringold, python-subprocess, python-syslog, python-terminal, python-tests, python-textutils, python-threading, python-tkinter, python-unittest, python-unixadmin, python-xml, python-xmlrpc, python-zlib Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 2060e74a83db272f11f5fc7d6a1d1c26 Size: 1006 Filename: python-modules_2.7.13-r1.0_armv5te.ipk Description: All Python modules The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-multiprocessing Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-ctypes, python-io, python-lang, python-mmap, python-pickle, python-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c0ed43ff8a38da0d1190add81e9669db Size: 111652 Filename: python-multiprocessing_2.7.13-r1.0_armv5te.ipk Description: Python multiprocessing support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-netclient Version: 2.7.13-r1.0 Depends: python-core, python-crypt, python-datetime, python-io, python-lang, python-logging, python-mime Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c56f4ff0f3bbfe16b49dbe6b9f0f1386 Size: 283790 Filename: python-netclient_2.7.13-r1.0_armv5te.ipk Description: Python Internet Protocol clients The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-netserver Version: 2.7.13-r1.0 Depends: python-core, python-netclient, python-shell, python-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b624b22c1a8a0465f9a75a3ffb98a89a Size: 62404 Filename: python-netserver_2.7.13-r1.0_armv5te.ipk Description: Python Internet Protocol servers The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-numbers Version: 2.7.13-r1.0 Depends: python-core, python-lang, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 173b6958f0d30c89f58f05ce021664e0 Size: 114636 Filename: python-numbers_2.7.13-r1.0_armv5te.ipk Description: Python number APIs The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pickle Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core, python-io, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f95faa0f8dcaf7b8b56f6a3c27758454 Size: 99766 Filename: python-pickle_2.7.13-r1.0_armv5te.ipk Description: Python serialisation/persistence support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pip-dbg Version: 9.0.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f9958881a2cdbe99ac361ae3184dca37 Size: 722 Filename: python-pip-dbg_9.0.1-r0.0_armv5te.ipk Description: PIP is a tool for installing and managing Python packages - Debugging files PIP is a tool for installing and managing Python packages. This package contains ELF symbols and related sources for debugging purposes. OE: python-pip License: MIT & LGPL-2.1 Priority: optional Package: python-pip-dev Version: 9.0.1-r0.0 Depends: python-pip (= 9.0.1-r0.0) Recommends: python-dev, python-distribute-dev, python-modules-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: cf5c8eb647f5587edddd3930a7ec64ef Size: 778 Filename: python-pip-dev_9.0.1-r0.0_armv5te.ipk Description: PIP is a tool for installing and managing Python packages - Development files PIP is a tool for installing and managing Python packages. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pip License: MIT & LGPL-2.1 Priority: optional Package: python-pip Version: 9.0.1-r0.0 Depends: python-distribute, python-modules Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f66553d68fae3b2b953f84569e3e1477 Size: 2187056 Filename: python-pip_9.0.1-r0.0_armv5te.ipk Description: PIP is a tool for installing and managing Python packages PIP is a tool for installing and managing Python packages. OE: python-pip License: MIT & LGPL-2.1 Priority: optional Package: python-pkgutil Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6c82cd25c38589606a864b5cb8016b53 Size: 12212 Filename: python-pkgutil_2.7.13-r1.0_armv5te.ipk Description: Python package extension utility support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-plistlib Version: 2.7.13-r1.0 Depends: python-core, python-datetime, python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c362460b75f5b78dac021c005addbbb8 Size: 10790 Filename: python-plistlib_2.7.13-r1.0_armv5te.ipk Description: Generate and parse Mac OS X .plist files The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pprint Version: 2.7.13-r1.0 Depends: python-core, python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a0e2b140c215233b317057da901c24f2 Size: 7616 Filename: python-pprint_2.7.13-r1.0_armv5te.ipk Description: Python pretty-print support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-profile Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-textutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 42b55ae8b9c36a0463f882054ecb9559 Size: 43328 Filename: python-profile_2.7.13-r1.0_armv5te.ipk Description: Python basic performance profiling support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pyasn1-dbg Version: 0.2.3-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: d595c8e2c928554b7ecee970cf3f9aa9 Size: 736 Filename: python-pyasn1-dbg_0.2.3-r0.0_armv5te.ipk Description: Python library implementing ASN.1 types. - Debugging files Python library implementing ASN.1 types.. This package contains ELF symbols and related sources for debugging purposes. OE: python-pyasn1 HomePage: http://pyasn1.sourceforge.net/ License: BSD-2-Clause Priority: optional Package: python-pyasn1-dev Version: 0.2.3-r0.0 Depends: python-pyasn1 (= 0.2.3-r0.0) Recommends: python-codecs-dev, python-dev, python-lang-dev, python-logging-dev, python-math-dev, python-shell-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5e1134b2c3db0d2cf5165a2b6498288a Size: 806 Filename: python-pyasn1-dev_0.2.3-r0.0_armv5te.ipk Description: Python library implementing ASN.1 types. - Development files Python library implementing ASN.1 types.. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pyasn1 HomePage: http://pyasn1.sourceforge.net/ License: BSD-2-Clause Priority: optional Package: python-pyasn1 Version: 0.2.3-r0.0 Depends: python-codecs, python-lang, python-logging, python-math, python-shell Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1d21fc51500571ea5e79afc4d461e5da Size: 102410 Filename: python-pyasn1_0.2.3-r0.0_armv5te.ipk Description: Python library implementing ASN.1 types. Python library implementing ASN.1 types.. OE: python-pyasn1 HomePage: http://pyasn1.sourceforge.net/ License: BSD-2-Clause Priority: optional Package: python-pycparser-dbg Version: 2.17-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4966e889082c7b47edbf7b5b987c2f01 Size: 722 Filename: python-pycparser-dbg_2.17-r0.0_armv5te.ipk Description: Parser of the C language, written in pure Python - Debugging files Parser of the C language, written in pure Python. This package contains ELF symbols and related sources for debugging purposes. OE: python-pycparser License: BSD-3-Clause Priority: optional Package: python-pycparser-dev Version: 2.17-r0.0 Depends: python-pycparser (= 2.17-r0.0) Recommends: cpp-dev, cpp-symlinks-dev, python-dev, python-subprocess-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 357d7f4387202c1572cae6abf3067be7 Size: 782 Filename: python-pycparser-dev_2.17-r0.0_armv5te.ipk Description: Parser of the C language, written in pure Python - Development files Parser of the C language, written in pure Python. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pycparser License: BSD-3-Clause Priority: optional Package: python-pycparser Version: 2.17-r0.0 Depends: cpp, cpp-symlinks, python-subprocess Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e31aa81964afcc29ba81193e837171ac Size: 203388 Filename: python-pycparser_2.17-r0.0_armv5te.ipk Description: Parser of the C language, written in pure Python Parser of the C language, written in pure Python. OE: python-pycparser License: BSD-3-Clause Priority: optional Package: python-pydoc Version: 2.7.13-r1.0 Depends: python-core, python-lang, python-re, python-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: d123f2ea0fd11fee9e773df209febcca Size: 295766 Filename: python-pydoc_2.7.13-r1.0_armv5te.ipk Description: Python interactive help support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-pygps Version: 3.14-r0.0 Depends: gpsd, libc6 (>= 2.25), python-core, python-curses, python-json Section: console/network Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7b3a2d9400f0eb426b573f10d6a98a5a Size: 49926 Filename: python-pygps_3.14-r0.0_armv5te.ipk Description: Python bindings to gpsd A TCP/IP Daemon simplifying the communication with GPS devices. OE: gpsd License: BSD Priority: optional Package: python-pyopenssl-dbg Version: 16.2.0-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e2c42f5731ca85517025909eb2214ea8 Size: 722 Filename: python-pyopenssl-dbg_16.2.0-r0.0_armv5te.ipk Description: Simple Python wrapper around the OpenSSL library - Debugging files Simple Python wrapper around the OpenSSL library. This package contains ELF symbols and related sources for debugging purposes. OE: python-pyopenssl License: Apache-2.0 Priority: optional Package: python-pyopenssl-dev Version: 16.2.0-r0.0 Depends: python-pyopenssl (= 16.2.0-r0.0) Recommends: openssl-dev, python-cryptography-dev, python-dev, python-six-dev, python-threading-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a5f93a8294ac2d2389b5c1516258f408 Size: 790 Filename: python-pyopenssl-dev_16.2.0-r0.0_armv5te.ipk Description: Simple Python wrapper around the OpenSSL library - Development files Simple Python wrapper around the OpenSSL library. This package contains symbolic links, header files, and related items necessary for software development. OE: python-pyopenssl License: Apache-2.0 Priority: optional Package: python-pyopenssl Version: 16.2.0-r0.0 Depends: python-cryptography, python-six, python-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 91e440daf3e3983258560d25e308e128 Size: 92150 Filename: python-pyopenssl_16.2.0-r0.0_armv5te.ipk Description: Simple Python wrapper around the OpenSSL library Simple Python wrapper around the OpenSSL library. OE: python-pyopenssl License: Apache-2.0 Priority: optional Package: python-re Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1ccf500a9f0cd704daa91b5f72d1de42 Size: 38764 Filename: python-re_2.7.13-r1.0_armv5te.ipk Description: Python Regular Expression APIs The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-readline Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libreadline7 (>= 7.0), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 12018c3667c5a13b2ee44a6273247893 Size: 14224 Filename: python-readline_2.7.13-r1.0_armv5te.ipk Description: Python readline support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-resource Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c7b4031bdd13673283f153aee6cc030e Size: 7954 Filename: python-resource_2.7.13-r1.0_armv5te.ipk Description: Python resource control interface The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-robotparser Version: 2.7.13-r1.0 Depends: python-core, python-netclient Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 962dcb19dfbc60eef8c80c076f0f01e2 Size: 5722 Filename: python-robotparser_2.7.13-r1.0_armv5te.ipk Description: Python robots.txt parser The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-setuptools-dbg Version: 18.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bbf3d63af0841f224d405882627e09f8 Size: 754 Filename: python-setuptools-dbg_18.1-r0.0_armv5te.ipk Description: Downloads, builds, installs, upgrades, and uninstalls Python packages - Debugging files Downloads, builds, installs, upgrades, and uninstalls Python packages. This package contains ELF symbols and related sources for debugging purposes. OE: python-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: PSF|ZPL Priority: optional Package: python-setuptools-dev Version: 18.1-r0.0 Depends: python-setuptools (= 18.1-r0.0) Recommends: python-compression-dev, python-dev, python-distutils-dev, python-email-dev, python-shell-dev, python-stringold-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b5c161f5ec0339a4dc1675cafe57d923 Size: 828 Filename: python-setuptools-dev_18.1-r0.0_armv5te.ipk Description: Downloads, builds, installs, upgrades, and uninstalls Python packages - Development files Downloads, builds, installs, upgrades, and uninstalls Python packages. This package contains symbolic links, header files, and related items necessary for software development. OE: python-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: PSF|ZPL Priority: optional Package: python-setuptools Version: 18.1-r0.0 Depends: python-compression, python-distutils, python-email, python-shell, python-stringold Provides: python-distribute Replaces: python-distribute Conflicts: python-distribute Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6a094aba2cd445184da4f255cf012226 Size: 348780 Filename: python-setuptools_18.1-r0.0_armv5te.ipk Description: Downloads, builds, installs, upgrades, and uninstalls Python packages Downloads, builds, installs, upgrades, and uninstalls Python packages. OE: python-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: PSF|ZPL Priority: optional Package: python-shell Version: 2.7.13-r1.0 Depends: python-core, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9874b04088fdb2ef32bd56d4eb1dbf46 Size: 39094 Filename: python-shell_2.7.13-r1.0_armv5te.ipk Description: Python shell-like functionality The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-simplejson-dbg Version: 3.10.0-r0.0 Recommends: libc6-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ef923a381bdd4a9bff3b3e9d2a10be0c Size: 60118 Filename: python-simplejson-dbg_3.10.0-r0.0_armv5te.ipk Description: Simple, fast, extensible JSON encoder/decoder for Python - Debugging files Simple, fast, extensible JSON encoder/decoder for Python. This package contains ELF symbols and related sources for debugging purposes. OE: python-simplejson HomePage: http://cheeseshop.python.org/pypi/simplejson License: MIT Priority: optional Package: python-simplejson-dev Version: 3.10.0-r0.0 Depends: python-simplejson (= 3.10.0-r0.0) Recommends: libc6-dev, python-core-dev, python-dev, python-io-dev, python-netserver-dev, python-numbers-dev, python-re-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b1f245aeb395875039b50f60d2d1e7e8 Size: 822 Filename: python-simplejson-dev_3.10.0-r0.0_armv5te.ipk Description: Simple, fast, extensible JSON encoder/decoder for Python - Development files Simple, fast, extensible JSON encoder/decoder for Python. This package contains symbolic links, header files, and related items necessary for software development. OE: python-simplejson HomePage: http://cheeseshop.python.org/pypi/simplejson License: MIT Priority: optional Package: python-simplejson Version: 3.10.0-r0.0 Depends: libc6 (>= 2.25), python-core, python-io, python-netserver, python-numbers, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: d2214d05c75ecab2d0902033c3d80705 Size: 102634 Filename: python-simplejson_3.10.0-r0.0_armv5te.ipk Description: Simple, fast, extensible JSON encoder/decoder for Python Simple, fast, extensible JSON encoder/decoder for Python. OE: python-simplejson HomePage: http://cheeseshop.python.org/pypi/simplejson License: MIT Priority: optional Package: python-singledispatch-dbg Version: 3.4.0.3-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 52415de1782ad67f89a71f991a2cbd72 Size: 844 Filename: python-singledispatch-dbg_3.4.0.3-r0.0_armv5te.ipk Description: functools.singledispatch from Python 3.4 - Debugging files PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3 This package contains ELF symbols and related sources for debugging purposes. OE: python-singledispatch License: Apache-2.0 Priority: optional Package: python-singledispatch-dev Version: 3.4.0.3-r0.0 Depends: python-singledispatch (= 3.4.0.3-r0.0) Recommends: python-core-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f0c75c83a292995ae005ba431700b12d Size: 890 Filename: python-singledispatch-dev_3.4.0.3-r0.0_armv5te.ipk Description: functools.singledispatch from Python 3.4 - Development files PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3 This package contains symbolic links, header files, and related items necessary for software development. OE: python-singledispatch License: Apache-2.0 Priority: optional Package: python-singledispatch Version: 3.4.0.3-r0.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b0358e2743a0d53fef75f984e32da042 Size: 13210 Filename: python-singledispatch_3.4.0.3-r0.0_armv5te.ipk Description: functools.singledispatch from Python 3.4 PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3 OE: python-singledispatch License: Apache-2.0 Priority: optional Package: python-six-dbg Version: 1.10.0-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: cdbb237807b0ea1e0d5456c71294aa69 Size: 730 Filename: python-six-dbg_1.10.0-r0.0_armv5te.ipk Description: Python 2 and 3 compatibility library - Debugging files Python 2 and 3 compatibility library. This package contains ELF symbols and related sources for debugging purposes. OE: python-six HomePage: https://pypi.python.org/pypi/six/ License: MIT Priority: optional Package: python-six-dev Version: 1.10.0-r0.0 Depends: python-six (= 1.10.0-r0.0) Recommends: python-core-dev, python-dev, python-io-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fca5adcc8bb34ca11645ad5dc5dfcd94 Size: 778 Filename: python-six-dev_1.10.0-r0.0_armv5te.ipk Description: Python 2 and 3 compatibility library - Development files Python 2 and 3 compatibility library. This package contains symbolic links, header files, and related items necessary for software development. OE: python-six HomePage: https://pypi.python.org/pypi/six/ License: MIT Priority: optional Package: python-six Version: 1.10.0-r0.0 Depends: python-core, python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 269871829200942d45c32d01f8fd50f9 Size: 18504 Filename: python-six_1.10.0-r0.0_armv5te.ipk Description: Python 2 and 3 compatibility library Python 2 and 3 compatibility library. OE: python-six HomePage: https://pypi.python.org/pypi/six/ License: MIT Priority: optional Package: python-smmap-dbg Version: 0.9.0-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3810797e7e1ddf5d581e788786c894d4 Size: 818 Filename: python-smmap-dbg_0.9.0-r0.0_armv5te.ipk Description: Python implementation of a sliding window memory map manager - Debugging files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains ELF symbols and related sources for debugging purposes. OE: python-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python-smmap-dev Version: 0.9.0-r0.0 Depends: python-smmap (= 0.9.0-r0.0) Recommends: python-codecs-dev, python-core-dev, python-dev, python-lang-dev, python-mmap-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 45f7e36f9f47ddc08c650e44a533f3dc Size: 872 Filename: python-smmap-dev_0.9.0-r0.0_armv5te.ipk Description: Python implementation of a sliding window memory map manager - Development files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains symbolic links, header files, and related items necessary for software development. OE: python-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python-smmap Version: 0.9.0-r0.0 Depends: python-codecs, python-core, python-lang, python-mmap Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9e33d90dc6b2977fc74d702c14efa78e Size: 39348 Filename: python-smmap_0.9.0-r0.0_armv5te.ipk Description: Python implementation of a sliding window memory map manager A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. OE: python-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python-smtpd Version: 2.7.13-r1.0 Depends: python-core, python-email, python-mime, python-netserver Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 47ab1040aed2d5008126114fb158f75e Size: 12310 Filename: python-smtpd_2.7.13-r1.0_armv5te.ipk Description: Python Simple Mail Transport Daemon The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-sqlite3-tests Version: 2.7.13-r1.0 Depends: python-core, python-sqlite3 Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 59e22c8d5e2607ec8cc92bd372e260d0 Size: 52090 Filename: python-sqlite3-tests_2.7.13-r1.0_armv5te.ipk Description: Python Sqlite3 database support tests The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-sqlite3 Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libsqlite3-0 (>= 3.17.0), python-core, python-crypt, python-datetime, python-io, python-lang, python-threading, python-zlib Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5cd8b452cbf4a60a5222d78299c6a483 Size: 32248 Filename: python-sqlite3_2.7.13-r1.0_armv5te.ipk Description: Python Sqlite3 database support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-stringold Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: adb425b94a0d4149df0003f2ceaff256 Size: 29730 Filename: python-stringold_2.7.13-r1.0_armv5te.ipk Description: Python string APIs [deprecated] The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-subprocess Version: 2.7.13-r1.0 Depends: python-core, python-fcntl, python-io, python-pickle, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9eb05cb0d6fec1edfa509bfc4b52794e Size: 24246 Filename: python-subprocess_2.7.13-r1.0_armv5te.ipk Description: Python subprocess support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-syslog Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ba180426784e8ca0938db48f350be21c Size: 5742 Filename: python-syslog_2.7.13-r1.0_armv5te.ipk Description: Python syslog interface The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tdb-dbg Version: 1.3.12-r0.0 Recommends: libc6-dbg, libtdb-dbg Section: libs Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b96d24b406c72bde9c2b3316d243ffea Size: 146312 Filename: python-tdb-dbg_1.3.12-r0.0_armv5te.ipk Description: The tdb library The tdb library. OE: libtdb License: LGPL-3.0+ & GPL-3.0+ Priority: optional Package: python-tdb Version: 1.3.12-r0.0 Depends: libc6 (>= 2.25), libtdb1 (>= 1.3.12), python Section: libs Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 152690c130dcc95dd9c86970a5132bb1 Size: 10212 Filename: python-tdb_1.3.12-r0.0_armv5te.ipk Description: The tdb library The tdb library. OE: libtdb License: LGPL-3.0+ & GPL-3.0+ Priority: optional Package: python-terminal Version: 2.7.13-r1.0 Depends: python-core, python-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 04344ec162e19bdb975ab9069a384e51 Size: 5260 Filename: python-terminal_2.7.13-r1.0_armv5te.ipk Description: Python terminal controlling support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tests Version: 2.7.13-r1.0 Depends: python-core, python-modules Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5b003ef24c0b0e13c3a165b3b05cd1cb Size: 4764538 Filename: python-tests_2.7.13-r1.0_armv5te.ipk Description: Python tests The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tevent-dbg Version: 0.9.31-r0.0 Recommends: libc6-dbg, libtalloc-dbg, libtevent-dbg Section: libs Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: d60c27a92cf22d5a90d0a595c49a0863 Size: 105574 Filename: python-tevent-dbg_0.9.31-r0.0_armv5te.ipk Description: Hierarchical, reference counted memory pool system with destructors Hierarchical, reference counted memory pool system with destructors. OE: libtevent HomePage: http://tevent.samba.org License: LGPLv3+ Priority: optional Package: python-tevent Version: 0.9.31-r0.0 Depends: libc6 (>= 2.25), libtalloc (>= 2.1.9), libtevent0 (>= 0.9.31), python Section: libs Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 2809fb91ffad53c66bf989e043940548 Size: 10560 Filename: python-tevent_0.9.31-r0.0_armv5te.ipk Description: Hierarchical, reference counted memory pool system with destructors Hierarchical, reference counted memory pool system with destructors. OE: libtevent HomePage: http://tevent.samba.org License: LGPLv3+ Priority: optional Package: python-textutils Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-io, python-re, python-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 519fc1c49c134d72a17675948487b75a Size: 64822 Filename: python-textutils_2.7.13-r1.0_armv5te.ipk Description: Python option parsing, text wrapping and CSV support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-threading Version: 2.7.13-r1.0 Depends: python-core, python-lang Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e1257311e84ee697096c8db0ce3b37b3 Size: 39764 Filename: python-threading_2.7.13-r1.0_armv5te.ipk Description: Python threading & synchronization support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tkinter Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4ea640ddbd215f0e4f8dd77791495204 Size: 388682 Filename: python-tkinter_2.7.13-r1.0_armv5te.ipk Description: Python Tcl/Tk bindings The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-tornado-dbg Version: 4.4.2-r0.0 Recommends: libc6-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 224610928e51e7fd2f7722c9c5c64776 Size: 12098 Filename: python-tornado-dbg_4.4.2-r0.0_armv5te.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. - Debugging files Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long- lived connection to each user. This package contains ELF symbols and related sources for debugging purposes. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-tornado-dev Version: 4.4.2-r0.0 Depends: python-tornado (= 4.4.2-r0.0) Recommends: libc6-dev, python-backports-abc-dev, python-backports-ssl-dev, python-certifi-dev, python-compression-dev, python-core-dev, python-dev, python-email-dev, python-html-dev, python-json-dev, python-numbers-dev, python-pkgutil-dev, python-singledispatch-dev, python-subprocess-dev, python-threading-dev, python-unittest-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c7c81a2aaf30ff094dae3b5348519b1a Size: 1078 Filename: python-tornado-dev_4.4.2-r0.0_armv5te.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. - Development files Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long- lived connection to each user. This package contains symbolic links, header files, and related items necessary for software development. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-tornado-test Version: 4.4.2-r0.0 Depends: python-tornado, python-unittest Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3fbbcd114574d46b9006dba7c0f68bf2 Size: 339946 Filename: python-tornado-test_4.4.2-r0.0_armv5te.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-tornado Version: 4.4.2-r0.0 Depends: libc6 (>= 2.25), python-backports-abc, python-backports-ssl, python-certifi, python-compression, python-core, python-email, python-html, python-json, python-numbers, python-pkgutil, python-singledispatch, python-subprocess, python-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5d1bb78c0f3385471e1b1a7a05e674af Size: 493770 Filename: python-tornado_4.4.2-r0.0_armv5te.ipk Description: Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. OE: python-tornado HomePage: http://www.tornadoweb.org/en/stable/ License: Apache-2.0 Priority: optional Package: python-unittest Version: 2.7.13-r1.0 Depends: python-core, python-difflib, python-io, python-lang, python-pprint, python-shell, python-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 46c0c33d3231efd95107aa52d9a438be Size: 143634 Filename: python-unittest_2.7.13-r1.0_armv5te.ipk Description: Python unit testing framework The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-unixadmin Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 27438c0ed9afb96d264d8f001ca0952b Size: 14876 Filename: python-unixadmin_2.7.13-r1.0_armv5te.ipk Description: Python Unix administration support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-webencodings-dbg Version: 0.5-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: df8869180ddfa95458fb32d6ee3a099e Size: 712 Filename: python-webencodings-dbg_0.5-r0.0_armv5te.ipk Description: Character encoding aliases for legacy web content - Debugging files Character encoding aliases for legacy web content. This package contains ELF symbols and related sources for debugging purposes. OE: python-webencodings License: BSD Priority: optional Package: python-webencodings-dev Version: 0.5-r0.0 Depends: python-webencodings (= 0.5-r0.0) Recommends: python-codecs-dev, python-core-dev, python-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 65b342e56efe18e5ba231dd81b22a952 Size: 762 Filename: python-webencodings-dev_0.5-r0.0_armv5te.ipk Description: Character encoding aliases for legacy web content - Development files Character encoding aliases for legacy web content. This package contains symbolic links, header files, and related items necessary for software development. OE: python-webencodings License: BSD Priority: optional Package: python-webencodings Version: 0.5-r0.0 Depends: python-codecs, python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7842403fd782a6018ffacf0591163955 Size: 17180 Filename: python-webencodings_0.5-r0.0_armv5te.ipk Description: Character encoding aliases for legacy web content Character encoding aliases for legacy web content. OE: python-webencodings License: BSD Priority: optional Package: python-xcbgen Version: 1.12-r0.0 Section: x11/libs Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fce2a68ef5b793b70959225e0f6b6195 Size: 68394 Filename: python-xcbgen_1.12-r0.0_armv5te.ipk Description: XCB: The X protocol C binding headers Function prototypes for the X protocol C-language Binding (XCB). XCB is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. OE: xcb-proto HomePage: http://xcb.freedesktop.org License: MIT Priority: optional Package: python-xml Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 822a453d884f0e384eda3b84d0ab8412 Size: 249296 Filename: python-xml_2.7.13-r1.0_armv5te.ipk Description: Python basic XML support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-xmlrpc Version: 2.7.13-r1.0 Depends: python-core, python-lang, python-netserver, python-xml Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 58c0ca885ee6103a0f96c5610754b359 Size: 51480 Filename: python-xmlrpc_2.7.13-r1.0_armv5te.ipk Description: Python XML-RPC support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python-zlib Version: 2.7.13-r1.0 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libz1 (>= 1.2.11), python-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bcb7a5b786088dc1585a7a99737c4dd4 Size: 10978 Filename: python-zlib_2.7.13-r1.0_armv5te.ipk Description: Python zlib compression support The Python Programming Language. OE: python HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-2to3 Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 0e829aaf62dff8d7e1cb987196a5138e Size: 531378 Filename: python3-2to3_3.5.2-r1.0.0_armv5te.ipk Description: Python automated Python 2 to 3 code translator The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-argparse Version: 3.5.2-r1.0.0 Depends: python3-codecs, python3-core, python3-textutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 8b1523a5be2de96c0a721eb511cae9a7 Size: 88160 Filename: python3-argparse_3.5.2-r1.0.0_armv5te.ipk Description: Python command line argument parser The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-async-dbg Version: 0.6.2-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e1e1145eb788b7fb0e038098cc8db8bc Size: 756 Filename: python3-async-dbg_0.6.2-r0.0_armv5te.ipk Description: Python framework to process interdependent tasks in a pool of workers - Debugging files Python framework to process interdependent tasks in a pool of workers. This package contains ELF symbols and related sources for debugging purposes. OE: python3-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python3-async-dev Version: 0.6.2-r0.0 Depends: python3-async (= 0.6.2-r0.0) Recommends: python3-core-dev, python3-dev, python3-lang-dev, python3-threading-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3d025205c1dd21849dc6b67c86975b0e Size: 806 Filename: python3-async-dev_0.6.2-r0.0_armv5te.ipk Description: Python framework to process interdependent tasks in a pool of workers - Development files Python framework to process interdependent tasks in a pool of workers. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python3-async Version: 0.6.2-r0.0 Depends: python3-core, python3-lang, python3-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4754134f8281d68cc1a96aa126e47faf Size: 56756 Filename: python3-async_0.6.2-r0.0_armv5te.ipk Description: Python framework to process interdependent tasks in a pool of workers Python framework to process interdependent tasks in a pool of workers. OE: python3-async HomePage: http://github.com/gitpython-developers/async License: BSD Priority: optional Package: python3-asyncio Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b63202486b6fc46c84b87dae9ddea8dd Size: 405240 Filename: python3-asyncio_3.5.2-r1.0.0_armv5te.ipk Description: Python Asynchronous I/O, event loop, coroutines and tasks The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-audio Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 94f40edcf3bbd85f0480999c9d734df4 Size: 70820 Filename: python3-audio_3.5.2-r1.0.0_armv5te.ipk Description: Python Audio Handling The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-codecs Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-lang Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f09c764840b841ca08fe0b9daf3fa926 Size: 1326436 Filename: python3-codecs_3.5.2-r1.0.0_armv5te.ipk Description: Python codecs, encodings & i18n support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-compile Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4ba058f716dd949df09f6e2a4cd8b542 Size: 13576 Filename: python3-compile_3.5.2-r1.0.0_armv5te.ipk Description: Python bytecode compilation support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-compression Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libz1 (>= 1.2.11), python3-codecs, python3-core, python3-importlib, python3-shell, python3-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a79afd95ddcf4f982a35ea4f1f234af0 Size: 209762 Filename: python3-compression_3.5.2-r1.0.0_armv5te.ipk Description: Python high-level compression support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-core Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libz1 (>= 1.2.11), python3-codecs, python3-io, python3-lang, python3-math, python3-re, python3-reprlib Provides: python3 Recommends: python3-readline Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 4217ba726becb35080d663e76b438b2a Size: 466184 Filename: python3-core_3.5.2-r1.0.0_armv5te.ipk Description: Python interpreter and core modules The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-crypt Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython3.5m1.0 (>= 3.5.2), python3-core Recommends: openssl Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b0e9c1ce1a40226e9bb91e0a5bf1e913 Size: 35402 Filename: python3-crypt_3.5.2-r1.0.0_armv5te.ipk Description: Python basic cryptographic and hashing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-ctypes Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-subprocess Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6156f4e355b8ac3f50dbf840f9fbc9a1 Size: 344180 Filename: python3-ctypes_3.5.2-r1.0.0_armv5te.ipk Description: Python C types support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-curses Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libncurses5 (>= 6.0+20161126), libpanel5 (>= 6.0+20161126), libpython3.5m1.0 (>= 3.5.2), libtinfo5 (>= 6.0+20161126), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e53532f54291e4da190c5e52e352262e Size: 48250 Filename: python3-curses_3.5.2-r1.0.0_armv5te.ipk Description: Python curses support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-datetime Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-codecs, python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c2e5f6b2308b72f30bb9ed0a58518221 Size: 151398 Filename: python3-datetime_3.5.2-r1.0.0_armv5te.ipk Description: Python calendar and time support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-db Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libgdbm-compat4 (>= 1.12), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: d563d19a670869d6ca52909625c6dfe4 Size: 18974 Filename: python3-db_3.5.2-r1.0.0_armv5te.ipk Description: Python file-based database support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-dbg Version: 3.5.2-r1.0.0 Recommends: gdbm-compat-dbg, libbz2-dbg, libc6-dbg, libcrypto-dbg, libffi-dbg, libgdbm-dbg, liblzma-dbg, libpython3-dbg, libreadline-dbg, libsqlite3-dbg, libssl-dbg, libz-dbg, ncurses-libncurses-dbg, ncurses-libpanel-dbg, ncurses-libtinfo-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: dc54eddc31d0ba92af5b90d1fb81932e Size: 7639866 Filename: python3-dbg_3.5.2-r1.0.0_armv5te.ipk Description: The Python Programming Language - Debugging files The Python Programming Language. This package contains ELF symbols and related sources for debugging purposes. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-dbus-dbg Version: 1.2.4-r0.0 Recommends: dbus-lib-dbg, libc6-dbg, libdbus-glib-1-dbg, libglib-2.0-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e4ec2634bf2c770d06f6fa0e196a9cde Size: 213178 Filename: python3-dbus-dbg_1.2.4-r0.0_armv5te.ipk Description: Python bindings for the DBus inter-process communication system - Debugging files Python bindings for the DBus inter-process communication system. This package contains ELF symbols and related sources for debugging purposes. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-dbus-dev Version: 1.2.4-r0.0 Depends: python3-dbus (= 1.2.4-r0.0) Recommends: dbus-dev, dbus-lib-dev, libc6-dev, libdbus-glib-1-dev, libexpat-dev, libglib-2.0-dev, python3-dev, python3-io-dev, python3-logging-dev, python3-stringold-dev, python3-threading-dev, python3-xml-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f581797a6e41cf2aa7b5aeb9d6d28373 Size: 2758 Filename: python3-dbus-dev_1.2.4-r0.0_armv5te.ipk Description: Python bindings for the DBus inter-process communication system - Development files Python bindings for the DBus inter-process communication system. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-dbus-doc Version: 1.2.4-r0.0 Section: doc Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: bbfa824525dccdb3f81c1a5b32cb9dd6 Size: 24962 Filename: python3-dbus-doc_1.2.4-r0.0_armv5te.ipk Description: Python bindings for the DBus inter-process communication system - Documentation files Python bindings for the DBus inter-process communication system. This package contains documentation. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-dbus Version: 1.2.4-r0.0 Depends: libc6 (>= 2.25), libdbus-1-3 (>= 1.10.14), libdbus-glib-1-2 (>= 0.108), libglib-2.0-0 (>= 2.50.3), python3-io, python3-logging, python3-stringold, python3-threading, python3-xml Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: dafbf712f61204d76989058d0383f7dd Size: 150558 Filename: python3-dbus_1.2.4-r0.0_armv5te.ipk Description: Python bindings for the DBus inter-process communication system Python bindings for the DBus inter-process communication system. OE: python3-dbus HomePage: http://www.freedesktop.org/Software/dbus License: MIT Priority: optional Package: python3-debugger Version: 3.5.2-r1.0.0 Depends: python3-core, python3-importlib, python3-io, python3-lang, python3-pkgutil, python3-pprint, python3-re, python3-shell, python3-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: d259225fea46494d7c5a12a6d17130a9 Size: 94004 Filename: python3-debugger_3.5.2-r1.0.0_armv5te.ipk Description: Python debugger The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-dev Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Recommends: bzip2-dev, db-dev, gdbm-compat-dev, libbz2-dev, libc6-dev, libcrypto-dev, libffi-dev, libgdbm-dev, liblzma-dev, libpython3-dev, libreadline-dev, libsqlite3-dev, libssl-dev, libz-dev, ncurses-libncurses-dev, ncurses-libpanel-dev, ncurses-libtinfo-dev, openssl-dev, python3-2to3-dev, python3-argparse-dev, python3-asyncio-dev, python3-audio-dev, python3-codecs-dev, python3-compile-dev, python3-compression-dev, python3-core-dev, python3-crypt-dev, python3-ctypes-dev, python3-curses-dev, python3-datetime-dev, python3-db-dev, python3-debugger-dev, python3-difflib-dev, python3-distutils-dev, python3-doctest-dev, python3-email-dev, python3-enum-dev, python3-fcntl-dev, python3-gdbm-dev, python3-html-dev, python3-idle-dev, python3-image-dev, python3-importlib-dev, python3-io-dev, python3-json-dev, python3-lang-dev, python3-logging-dev, python3-mailbox-dev, python3-math-dev, python3-mime-dev, python3-misc-dev, python3-mmap-dev, python3-multiprocessing-dev, python3-netclient-dev, python3-netserver-dev, python3-numbers-dev, python3-pickle-dev, python3-pkgutil-dev, python3-pprint-dev, python3-profile-dev, python3-pydoc-dev, python3-re-dev, python3-readline-dev, python3-reprlib-dev, python3-resource-dev, python3-selectors-dev, python3-shell-dev, python3-signal-dev, python3-smtpd-dev, python3-sqlite3-dev, python3-sqlite3-tests-dev, python3-stringold-dev, python3-subprocess-dev, python3-syslog-dev, python3-terminal-dev, python3-tests-dev, python3-textutils-dev, python3-threading-dev, python3-tkinter-dev, python3-typing-dev, python3-unittest-dev, python3-unixadmin-dev, python3-xml-dev, python3-xmlrpc-dev, sqlite3-dev, xz-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e308dcef0c8cfd9ce17d452a30239fec Size: 157436 Filename: python3-dev_3.5.2-r1.0.0_armv5te.ipk Description: Python development package The Python Programming Language. This package contains symbolic links, header files, and related items necessary for software development. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-difflib Version: 3.5.2-r1.0.0 Depends: python3-lang, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9dfa32cb063829262b24dabeaa910dde Size: 80622 Filename: python3-difflib_3.5.2-r1.0.0_armv5te.ipk Description: Python helpers for computing deltas between objects The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-distutils Version: 3.5.2-r1.0.0 Depends: python3-core, python3-email Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b0ce4d655673040f4835a3ff71e551f5 Size: 1929736 Filename: python3-distutils_3.5.2-r1.0.0_armv5te.ipk Description: Python Distribution Utilities The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-doctest Version: 3.5.2-r1.0.0 Depends: python3-core, python3-debugger, python3-difflib, python3-io, python3-lang, python3-re, python3-unittest Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7106068752828c07c4135cd30b181cd0 Size: 101556 Filename: python3-doctest_3.5.2-r1.0.0_armv5te.ipk Description: Python framework for running examples in docstrings The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-email Version: 3.5.2-r1.0.0 Depends: python3-audio, python3-core, python3-image, python3-io, python3-mime, python3-netclient, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e2f24b9ba8ec188f5ca40bbf68f25b50 Size: 431166 Filename: python3-email_3.5.2-r1.0.0_armv5te.ipk Description: Python email support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-enum Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6be235e929e66cd2c126bd1c23404466 Size: 14386 Filename: python3-enum_3.5.2-r1.0.0_armv5te.ipk Description: Python support for enumerations The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-fcntl Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 37b6181d67fa761b93efb0e2f9182c3f Size: 8758 Filename: python3-fcntl_3.5.2-r1.0.0_armv5te.ipk Description: Python's fcntl interface The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-gdbm Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libgdbm4 (>= 1.12), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 40cbf585f01fcff6f5ee41678b10aaaf Size: 8896 Filename: python3-gdbm_3.5.2-r1.0.0_armv5te.ipk Description: Python GNU database support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-git-dbg Version: 2.1.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f710a1bb153341321b222e05417141d2 Size: 880 Filename: python3-git-dbg_2.1.1-r0.0_armv5te.ipk Description: Python library used to interact with Git repositories - Debugging files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains ELF symbols and related sources for debugging purposes. OE: python3-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python3-git-dev Version: 2.1.1-r0.0 Depends: python3-git (= 2.1.1-r0.0) Recommends: python3-argparse-dev, python3-core-dev, python3-datetime-dev, python3-dev, python3-enum-dev, python3-gitdb-dev, python3-io-dev, python3-lang-dev, python3-logging-dev, python3-math-dev, python3-netclient-dev, python3-re-dev, python3-shell-dev, python3-stringold-dev, python3-subprocess-dev, python3-unittest-dev, python3-unixadmin-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: cf0ec877f30cab0db2cff9b31cbecb8e Size: 1000 Filename: python3-git-dev_2.1.1-r0.0_armv5te.ipk Description: Python library used to interact with Git repositories - Development files GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python3-git Version: 2.1.1-r0.0 Depends: python3-argparse, python3-core, python3-datetime, python3-enum, python3-gitdb, python3-io, python3-lang, python3-logging, python3-math, python3-netclient, python3-re, python3-shell, python3-stringold, python3-subprocess, python3-unittest, python3-unixadmin Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 923c95fd76aee38ca659a96ba8429efc Size: 648720 Filename: python3-git_2.1.1-r0.0_armv5te.ipk Description: Python library used to interact with Git repositories GitPython provides object model read and write access to a git repository. Access repository information conveniently, alter the index directly, handle remotes, or go down to low-level object database access with big-files support. OE: python3-git HomePage: http://github.com/gitpython-developers/GitPython License: BSD-3-Clause Priority: optional Package: python3-gitdb-dbg Version: 0.6.4-r0.0 Recommends: libc6-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: eeb920f02cc83d472efc86becd568199 Size: 42276 Filename: python3-gitdb-dbg_0.6.4-r0.0_armv5te.ipk Description: A pure-Python git object database - Debugging files A pure-Python git object database. This package contains ELF symbols and related sources for debugging purposes. OE: python3-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python3-gitdb-dev Version: 0.6.4-r0.0 Depends: python3-gitdb (= 0.6.4-r0.0) Recommends: libc6-dev, python3-async-dev, python3-compression-dev, python3-core-dev, python3-crypt-dev, python3-dev, python3-io-dev, python3-lang-dev, python3-mmap-dev, python3-shell-dev, python3-smmap-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ef38524641668d5c9977be1ae0b4f99b Size: 830 Filename: python3-gitdb-dev_0.6.4-r0.0_armv5te.ipk Description: A pure-Python git object database - Development files A pure-Python git object database. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python3-gitdb Version: 0.6.4-r0.0 Depends: libc6 (>= 2.25), python3-async, python3-compression, python3-core, python3-crypt, python3-io, python3-lang, python3-mmap, python3-shell, python3-smmap Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 0e841cf880d6f956c48aa2ef85725449 Size: 120966 Filename: python3-gitdb_0.6.4-r0.0_armv5te.ipk Description: A pure-Python git object database A pure-Python git object database. OE: python3-gitdb HomePage: http://github.com/gitpython-developers/gitdb License: BSD-3-Clause Priority: optional Package: python3-html Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 992f8fde7aef9a585314ecddf17f647a Size: 127596 Filename: python3-html_3.5.2-r1.0.0_armv5te.ipk Description: Python HTML processing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-idle Version: 3.5.2-r1.0.0 Depends: python3-core, python3-tkinter Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c04f315400eaa6dcd2b8fb1589fbc704 Size: 1064414 Filename: python3-idle_3.5.2-r1.0.0_armv5te.ipk Description: Python Integrated Development Environment The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-image Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a6c64a72a2206a30a1a6afa43319f303 Size: 7346 Filename: python3-image_3.5.2-r1.0.0_armv5te.ipk Description: Python graphical image handling The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-importlib Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 37fedf34342fd78e6f251f73dd6526b7 Size: 133292 Filename: python3-importlib_3.5.2-r1.0.0_armv5te.ipk Description: Python import implementation library The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-io Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython3.5m1.0 (>= 3.5.2), libssl1.0.2 (>= 1.0.2k), python3-core, python3-math Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 01539ba96b4b3679a11622308f742e22 Size: 366254 Filename: python3-io_3.5.2-r1.0.0_armv5te.ipk Description: Python low-level I/O The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-json Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-math, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 003082d6ff0eccce26999a8e7e2f05b9 Size: 50798 Filename: python3-json_3.5.2-r1.0.0_armv5te.ipk Description: Python JSON support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-lang Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-importlib Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9818ebd83b3d451f6cd4372279c1aae7 Size: 408280 Filename: python3-lang_3.5.2-r1.0.0_armv5te.ipk Description: Python low-level language support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-logging Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io, python3-lang, python3-pickle, python3-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5b452b8f1516e6610979ba9c2c7ee44d Size: 170626 Filename: python3-logging_3.5.2-r1.0.0_armv5te.ipk Description: Python logging support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-mailbox Version: 3.5.2-r1.0.0 Depends: python3-core, python3-mime Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: ba451384207a9c4d7192425d039b89ed Size: 81250 Filename: python3-mailbox_3.5.2-r1.0.0_armv5te.ipk Description: Python mailbox format support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-man Version: 3.5.2-r1.0.0 Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3411ae62764e07bfcc60c542c77606ed Size: 5986 Filename: python3-man_3.5.2-r1.0.0_armv5te.ipk Description: The Python Programming Language The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-math Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-crypt Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 38975abbb12b5e199b8f7af81e186e0a Size: 59004 Filename: python3-math_3.5.2-r1.0.0_armv5te.ipk Description: Python math support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-mime Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: cbc81f1b7f3ac449aeb24768ea0197a1 Size: 11792 Filename: python3-mime_3.5.2-r1.0.0_armv5te.ipk Description: Python MIME handling APIs The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-misc Version: 3.5.2-r1.0.0 Depends: libbz2-1 (>= 1.0.6), libc6 (>= 2.25), liblzma5 (>= 5.2.0), libpython3.5m1.0 (>= 3.5.2), python3-argparse, python3-codecs, python3-core, python3-email, python3-textutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a2d0378a1634f255ed91ba157fd4759e Size: 3102754 Filename: python3-misc_3.5.2-r1.0.0_armv5te.ipk Description: The Python Programming Language The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-mmap Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 732fed1cd0003a7f94c10bcc9eb32553 Size: 10486 Filename: python3-mmap_3.5.2-r1.0.0_armv5te.ipk Description: Python memory-mapped file support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-modules Version: 3.5.2-r1.0.0 Depends: python3-2to3, python3-argparse, python3-asyncio, python3-audio, python3-codecs, python3-compile, python3-compression, python3-core, python3-crypt, python3-ctypes, python3-curses, python3-datetime, python3-db, python3-debugger, python3-difflib, python3-distutils, python3-doctest, python3-email, python3-enum, python3-fcntl, python3-gdbm, python3-html, python3-idle, python3-image, python3-importlib, python3-io, python3-json, python3-lang, python3-logging, python3-mailbox, python3-math, python3-mime, python3-misc, python3-mmap, python3-multiprocessing, python3-netclient, python3-netserver, python3-numbers, python3-pickle, python3-pkgutil, python3-pprint, python3-profile, python3-pydoc, python3-re, python3-readline, python3-reprlib, python3-resource, python3-selectors, python3-shell, python3-signal, python3-smtpd, python3-sqlite3, python3-sqlite3-tests, python3-stringold, python3-subprocess, python3-syslog, python3-terminal, python3-tests, python3-textutils, python3-threading, python3-tkinter, python3-typing, python3-unittest, python3-unixadmin, python3-xml, python3-xmlrpc Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: cb7bbcfc86853f01cd45dfd0171583ee Size: 1004 Filename: python3-modules_3.5.2-r1.0.0_armv5te.ipk Description: All Python modules The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-multiprocessing Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-ctypes, python3-io, python3-lang, python3-mmap, python3-pickle, python3-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f784f587a6ae4afa4f005371604544d6 Size: 262528 Filename: python3-multiprocessing_3.5.2-r1.0.0_armv5te.ipk Description: Python multiprocessing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-netclient Version: 3.5.2-r1.0.0 Depends: python3-argparse, python3-core, python3-crypt, python3-datetime, python3-html, python3-io, python3-lang, python3-logging, python3-mime Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e1f8747267b87e173bdf589f2c5b6499 Size: 637950 Filename: python3-netclient_3.5.2-r1.0.0_armv5te.ipk Description: Python Internet Protocol clients The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-netserver Version: 3.5.2-r1.0.0 Depends: python3-core, python3-netclient, python3-shell, python3-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 509f0e191a38a95a25f39e7793822ace Size: 60636 Filename: python3-netserver_3.5.2-r1.0.0_armv5te.ipk Description: Python Internet Protocol servers The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-numbers Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fa266200e141006660719a0ede3d25ea Size: 26480 Filename: python3-numbers_3.5.2-r1.0.0_armv5te.ipk Description: Python number APIs The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pickle Version: 3.5.2-r1.0.0 Depends: python3-codecs, python3-core, python3-io, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 44f5d25f3ff81e5bc266055341f244b5 Size: 163932 Filename: python3-pickle_3.5.2-r1.0.0_armv5te.ipk Description: Python serialisation/persistence support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pkgutil Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 9136ce9e571d3ba0997a4c1a2fe2e54b Size: 15122 Filename: python3-pkgutil_3.5.2-r1.0.0_armv5te.ipk Description: Python package extension utility support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pprint Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f1431dc540a8d157dcd9830378b40025 Size: 13732 Filename: python3-pprint_3.5.2-r1.0.0_armv5te.ipk Description: Python pretty-print support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-profile Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-textutils Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: dca6f388e5c6d5a276d3883864e94fec Size: 61662 Filename: python3-profile_3.5.2-r1.0.0_armv5te.ipk Description: Python basic performance profiling support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pycairo-dbg Version: 1.10.0-r2.0 Recommends: libc6-dbg, libcairo-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a41fe2eb17ae8fbb92f826a7105227f9 Size: 90912 Filename: python3-pycairo-dbg_1.10.0-r2.0_armv5te.ipk Description: Python bindings for the Cairo canvas library - Debugging files Python bindings for the Cairo canvas library. This package contains ELF symbols and related sources for debugging purposes. OE: python3-pycairo HomePage: http://cairographics.org/pycairo License: LGPLv3 Priority: optional Package: python3-pycairo-dev Version: 1.10.0-r2.0 Depends: python3-pycairo (= 1.10.0-r2.0) Recommends: libc6-dev, libcairo-dev, python3-core-dev, python3-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 811acc005998cbc3a31b8e56882e60c4 Size: 2898 Filename: python3-pycairo-dev_1.10.0-r2.0_armv5te.ipk Description: Python bindings for the Cairo canvas library - Development files Python bindings for the Cairo canvas library. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-pycairo HomePage: http://cairographics.org/pycairo License: LGPLv3 Priority: optional Package: python3-pycairo Version: 1.10.0-r2.0 Depends: libc6 (>= 2.25), libcairo2 (>= 1.14.8), python3-core Section: python-devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: eec7b08dacc0636035fed91ac68b6503 Size: 26360 Filename: python3-pycairo_1.10.0-r2.0_armv5te.ipk Description: Python bindings for the Cairo canvas library Python bindings for the Cairo canvas library. OE: python3-pycairo HomePage: http://cairographics.org/pycairo License: LGPLv3 Priority: optional Package: python3-pydoc Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang, python3-re, python3-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b22d7207fc0f4e4de1b147701dcff672 Size: 585090 Filename: python3-pydoc_3.5.2-r1.0.0_armv5te.ipk Description: Python interactive help support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-pygobject-dbg Version: 3.22.0-r0.0 Recommends: cairo-gobject-dbg, gobject-introspection-dbg, libc6-dbg, libcairo-dbg, libffi-dbg, libglib-2.0-dbg Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 0c7d454597a3bfe285065354e03ff642 Size: 659302 Filename: python3-pygobject-dbg_3.22.0-r0.0_armv5te.ipk Description: Python GObject bindings - Debugging files Python GObject bindings. This package contains ELF symbols and related sources for debugging purposes. OE: python3-pygobject License: LGPLv2.1 Priority: optional Package: python3-pygobject-dev Version: 3.22.0-r0.0 Depends: python3-pygobject (= 3.22.0-r0.0) Recommends: cairo-gobject-dev, gobject-introspection-dev, libc6-dev, libcairo-dev, libffi-dev, libglib-2.0-dev, python3-core-dev, python3-dev, python3-importlib-dev, python3-pycairo-dev, python3-setuptools-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 2013038c6140a6dcfb42bc2367938f34 Size: 7186 Filename: python3-pygobject-dev_3.22.0-r0.0_armv5te.ipk Description: Python GObject bindings - Development files Python GObject bindings. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-pygobject License: LGPLv2.1 Priority: optional Package: python3-pygobject Version: 3.22.0-r0.0 Depends: gobject-introspection (>= 1.50.0), libc6 (>= 2.25), libcairo-gobject2 (>= 1.14.8), libcairo2 (>= 1.14.8), libffi6 (>= 3.2.1), libglib-2.0-0 (>= 2.50.3), python3-core, python3-importlib, python3-pycairo, python3-setuptools Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: f0dfc2fbf46bde46623443f47626e030 Size: 331466 Filename: python3-pygobject_3.22.0-r0.0_armv5te.ipk Description: Python GObject bindings Python GObject bindings. OE: python3-pygobject License: LGPLv2.1 Priority: optional Package: python3-pyvenv Version: 3.5.2-r1.0.0 Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 06d7c09814fdc5b924e2112cebd84a6a Size: 912 Filename: python3-pyvenv_3.5.2-r1.0.0_armv5te.ipk Description: The Python Programming Language The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-re Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fa7f9a9a9db9c7a6ccfa52d763b13953 Size: 59728 Filename: python3-re_3.5.2-r1.0.0_armv5te.ipk Description: Python Regular Expression APIs The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-readline Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libreadline7 (>= 7.0), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 53cc3770eb9c3a804050050e5476fb47 Size: 15498 Filename: python3-readline_3.5.2-r1.0.0_armv5te.ipk Description: Python readline support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-reprlib Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: c23c35c8f5ebe4fc31f59003bccb5d9e Size: 2332 Filename: python3-reprlib_3.5.2-r1.0.0_armv5te.ipk Description: Python alternate repr() implementation The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-resource Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b669a92b0f76aa9d03e337265dabf6e8 Size: 8256 Filename: python3-resource_3.5.2-r1.0.0_armv5te.ipk Description: Python resource control interface The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-rpm Version: 1:4.13.90+git0+a8e51b3bb0-r0.0 Depends: db (>= 5.3.28), file (>= 5.30), libbz2-1 (>= 1.0.6), libc6 (>= 2.25), libdw1 (>= 0.168), libelf1 (>= 0.168), liblzma5 (>= 5.2.0), libpopt0 (>= 1.16), libpython3.5m1.0 (>= 3.5.2), libz1 (>= 1.2.11), nss (>= 3.28.1), rpm (>= 4.13.90+git0+a8e51b3bb0) Section: base Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3a449000e97291fe2b3202015e47f29d Size: 51092 Filename: python3-rpm_4.13.90+git0+a8e51b3bb0-r0.0_armv5te.ipk Description: Python bindings for apps which will manupulate RPM packages The python3-rpm package contains a module that permits applications written in the Python programming language to use the interface supplied by the RPM Package Manager libraries. OE: rpm HomePage: http://www.rpm.org License: GPL-2.0 Priority: optional Package: python3-selectors Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5db7370fe09375bd180cd4c8725eaecf Size: 13974 Filename: python3-selectors_3.5.2-r1.0.0_armv5te.ipk Description: Python High-level I/O multiplexing The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-setuptools-dbg Version: 32.1.1-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7ff14cec9d1b85d86cac039da27264f4 Size: 748 Filename: python3-setuptools-dbg_32.1.1-r0.0_armv5te.ipk Description: Download, build, install, upgrade, and uninstall Python packages - Debugging files Download, build, install, upgrade, and uninstall Python packages. This package contains ELF symbols and related sources for debugging purposes. OE: python3-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: MIT Priority: optional Package: python3-setuptools-dev Version: 32.1.1-r0.0 Depends: python3-setuptools (= 32.1.1-r0.0) Recommends: python3-compression-dev, python3-ctypes-dev, python3-dev, python3-distutils-dev, python3-email-dev, python3-importlib-dev, python3-misc-dev, python3-numbers-dev, python3-pkgutil-dev, python3-shell-dev, python3-subprocess-dev, python3-textutils-dev, python3-threading-dev, python3-unittest-dev, python3-xml-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: e9075ebae40e9b338725b5ad383124c3 Size: 878 Filename: python3-setuptools-dev_32.1.1-r0.0_armv5te.ipk Description: Download, build, install, upgrade, and uninstall Python packages - Development files Download, build, install, upgrade, and uninstall Python packages. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: MIT Priority: optional Package: python3-setuptools Version: 32.1.1-r0.0 Depends: python3-compression, python3-ctypes, python3-distutils, python3-email, python3-importlib, python3-misc, python3-numbers, python3-pkgutil, python3-shell, python3-subprocess, python3-textutils, python3-threading, python3-unittest, python3-xml Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 634ae10c4b3ec0fe45d2233f686225ee Size: 793218 Filename: python3-setuptools_32.1.1-r0.0_armv5te.ipk Description: Download, build, install, upgrade, and uninstall Python packages Download, build, install, upgrade, and uninstall Python packages. OE: python3-setuptools HomePage: https://pypi.python.org/pypi/setuptools License: MIT Priority: optional Package: python3-shell Version: 3.5.2-r1.0.0 Depends: python3-compression, python3-core, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 6e99b86dab6e9727d2fc5223b89f2b34 Size: 73174 Filename: python3-shell_3.5.2-r1.0.0_armv5te.ipk Description: Python shell-like functionality The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-signal Version: 3.5.2-r1.0.0 Depends: python3-core, python3-enum Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 66037a2d178a6a254b8671699a469d8b Size: 2716 Filename: python3-signal_3.5.2-r1.0.0_armv5te.ipk Description: Python set handlers for asynchronous events support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-smmap-dbg Version: 0.9.0-r0.0 Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1fe5f37c6381459c78935b87545e77b9 Size: 818 Filename: python3-smmap-dbg_0.9.0-r0.0_armv5te.ipk Description: Python implementation of a sliding window memory map manager - Debugging files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains ELF symbols and related sources for debugging purposes. OE: python3-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python3-smmap-dev Version: 0.9.0-r0.0 Depends: python3-smmap (= 0.9.0-r0.0) Recommends: python3-codecs-dev, python3-core-dev, python3-dev, python3-lang-dev, python3-mmap-dev Section: devel Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 42ed6b9ac107837cf795e9abe0d161d6 Size: 872 Filename: python3-smmap-dev_0.9.0-r0.0_armv5te.ipk Description: Python implementation of a sliding window memory map manager - Development files A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. This package contains symbolic links, header files, and related items necessary for software development. OE: python3-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python3-smmap Version: 0.9.0-r0.0 Depends: python3-codecs, python3-core, python3-lang, python3-mmap Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7dd0ae92c044f4a297fbd9eec5886dfd Size: 36900 Filename: python3-smmap_0.9.0-r0.0_armv5te.ipk Description: Python implementation of a sliding window memory map manager A pure Python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently. OE: python3-smmap HomePage: http://github.com/gitpython-developers/GitPython License: BSD Priority: optional Package: python3-smtpd Version: 3.5.2-r1.0.0 Depends: python3-core, python3-email, python3-mime, python3-netserver Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 780000d43dfd3671bec1da9afdd7e421 Size: 21172 Filename: python3-smtpd_3.5.2-r1.0.0_armv5te.ipk Description: Python Simple Mail Transport Daemon The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-sqlite3-tests Version: 3.5.2-r1.0.0 Depends: python3-core, python3-sqlite3 Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7d3aacd5fa44ffb47c705958a899d2be Size: 110924 Filename: python3-sqlite3-tests_3.5.2-r1.0.0_armv5te.ipk Description: Python Sqlite3 database support tests The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-sqlite3 Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libsqlite3-0 (>= 3.17.0), python3-core, python3-crypt, python3-datetime, python3-io, python3-lang, python3-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 3f53e2356b90e9db3d39a95584ce4b5f Size: 32068 Filename: python3-sqlite3_3.5.2-r1.0.0_armv5te.ipk Description: Python Sqlite3 database support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-stringold Version: 3.5.2-r1.0.0 Depends: python3-core, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 27a0cf78126bb64a0a46276488c44a09 Size: 8052 Filename: python3-stringold_3.5.2-r1.0.0_armv5te.ipk Description: Python string APIs [deprecated] The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-subprocess Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-fcntl, python3-io, python3-pickle, python3-re, python3-selectors, python3-signal, python3-threading Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 726a3a9a5a1759512b237d91bdfaefb2 Size: 64526 Filename: python3-subprocess_3.5.2-r1.0.0_armv5te.ipk Description: Python subprocess support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-syslog Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: fbadcce8d96431e0163f7b41ef4cac0e Size: 5814 Filename: python3-syslog_3.5.2-r1.0.0_armv5te.ipk Description: Python syslog interface The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-terminal Version: 3.5.2-r1.0.0 Depends: python3-core, python3-io Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 09928a1c3c43f054154c329e35320213 Size: 5550 Filename: python3-terminal_3.5.2-r1.0.0_armv5te.ipk Description: Python terminal controlling support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-tests Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1c7b7f80ea6fff63bf8fb60b81e206a1 Size: 13200316 Filename: python3-tests_3.5.2-r1.0.0_armv5te.ipk Description: Python tests The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-textutils Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-io, python3-re, python3-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7013d18e0129e3d1904a76e1785720ac Size: 106540 Filename: python3-textutils_3.5.2-r1.0.0_armv5te.ipk Description: Python option parsing, text wrapping and CSV support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-threading Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 5b3db1af1cb9508aa97431c963895c96 Size: 64552 Filename: python3-threading_3.5.2-r1.0.0_armv5te.ipk Description: Python threading & synchronization support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-tkinter Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: a35959b35d46f12533494d29f0c740b1 Size: 596680 Filename: python3-tkinter_3.5.2-r1.0.0_armv5te.ipk Description: Python Tcl/Tk bindings The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-typing Version: 3.5.2-r1.0.0 Depends: python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: b9fd67a9ea43235276f129be7b18b081 Size: 72252 Filename: python3-typing_3.5.2-r1.0.0_armv5te.ipk Description: Python typing support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-unittest Version: 3.5.2-r1.0.0 Depends: python3-core, python3-difflib, python3-io, python3-lang, python3-pprint, python3-shell, python3-stringold Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 1d86ed14e58ee68dfb966360e8c0c5f5 Size: 690612 Filename: python3-unittest_3.5.2-r1.0.0_armv5te.ipk Description: Python unit testing framework The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-unixadmin Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 7c7b25fe25747cbc4f186c4d6555793e Size: 15100 Filename: python3-unixadmin_3.5.2-r1.0.0_armv5te.ipk Description: Python Unix administration support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-xml Version: 3.5.2-r1.0.0 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-re Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 86c9cb3b1f1e99d2fc7c5b937764505c Size: 371816 Filename: python3-xml_3.5.2-r1.0.0_armv5te.ipk Description: Python basic XML support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional Package: python3-xmlrpc Version: 3.5.2-r1.0.0 Depends: python3-core, python3-lang, python3-netserver, python3-pydoc, python3-xml Section: devel/python Architecture: armv5te Maintainer: Angstrom Developers MD5Sum: 98887db8280bfb9929e66b86798d5179 Size: 81434 Filename: python3-xmlrpc_3.5.2-r1.0.0_armv5te.ipk Description: Python XML-RPC support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional