Package: python-2to3 Version: 2.7.13-r1.0 Depends: python-core Section: devel/python Architecture: core2-64 Maintainer: Angstrom Developers MD5Sum: db438acd91d2d7e00ab92e78df41c40c Size: 314572 Filename: python-2to3_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0aaa6f11611b523dae0b7d106024e6e2 Size: 42866 Filename: python-argparse_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 5b6aec8127cad7be67e083cb1bac8039 Size: 754 Filename: python-async-dbg_0.6.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 54fee29fc43565bf03c00c44043b0968 Size: 808 Filename: python-async-dev_0.6.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 12cfa01e29ff48c597f737a0b9628134 Size: 55906 Filename: python-async_0.6.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 74f85e540f8fc819d6693de8a5d4e5c1 Size: 48984 Filename: python-audio_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 97a5d82f9912b5e604730b9dbd3781db Size: 728 Filename: python-backports-abc-dbg_0.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b4db1ebb763c7b68a1bbeec504e0a6b4 Size: 774 Filename: python-backports-abc-dev_0.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4b5aedcfd882b72d40d794d7d423e083 Size: 5402 Filename: python-backports-abc_0.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7df7c19724a4ea4d8a7605af1c0e2a89 Size: 1026 Filename: python-backports-ssl-dbg_3.5.0.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 53b8df0bd2fbab1daa4c1322a08e6dbd Size: 1070 Filename: python-backports-ssl-dev_3.5.0.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0e9c4ea6640c9b5d5c8abd73a952627e Size: 6518 Filename: python-backports-ssl_3.5.0.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d8d6e6271b883bb7f5537a3d41565a72 Size: 162510 Filename: python-bsddb_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: fb81fe77ee83516cbcfb4ac2fe4690e7 Size: 872 Filename: python-certifi-dbg_2017.4.17-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4e4eba1944aeaa91f75216b3f03dd538 Size: 914 Filename: python-certifi-dev_2017.4.17-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 03621b64111d3827232ca8c323e45d3a Size: 374022 Filename: python-certifi_2017.4.17-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 48d624d9fabafc4190681983afb6df2e Size: 221212 Filename: python-cffi-dbg_1.9.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b3be0ff678440c3d2e459ada789b7dd8 Size: 778 Filename: python-cffi-dev_1.9.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d499338829e5d445e7fd6642a3e8f48b Size: 247378 Filename: python-cffi_1.9.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d37a1208f585c60fb20ddfc7db7a8c06 Size: 1114804 Filename: python-codecs_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 1cea5d4d83f92a23d2949c9070ed5fc4 Size: 9016 Filename: python-compile_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2c58543eb9bdb038ccfab937869e1f2e Size: 99318 Filename: python-compiler_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 67b83c4bec022cd261457f2e7342e3da Size: 111986 Filename: python-compression_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2b573ea925abff71409453f8e2cb7ae6 Size: 3620 Filename: python-contextlib_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9423da01a13f3392b30af500463e7886 Size: 237054 Filename: python-core_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ec08102d12f0d18340c0abaa54f95898 Size: 18464 Filename: python-crypt_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: cc31619d29814c58cf24cc12a58e8d58 Size: 638808 Filename: python-cryptography-dbg_1.7.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 724de66cd5f751f6d6753772f96c90cd Size: 862 Filename: python-cryptography-dev_1.7.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b574fbe7230f5c7644b2ad34a9af6ca6 Size: 450250 Filename: python-cryptography_1.7.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 6f59cc507ba2706fcaf118b25f8705f2 Size: 209642 Filename: python-ctypes_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 261f8ca1ff5bfcd90a541a2054eafcf2 Size: 45858 Filename: python-curses_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 795bfbcd5db18bb9e9c9c41e5b4e9476 Size: 68418 Filename: python-datetime_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a166c8dda5b2a9c9e6a68b2a834acf9b Size: 9700 Filename: python-db_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: f5e498ac1f4b296658ea60024fd8c8a0 Size: 6378792 Filename: python-dbg_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c9bde2b921ddffe21f31f2eedfb51f0c Size: 43484 Filename: python-debugger_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a93a283b595880637bf36c3f50c105df Size: 132588 Filename: python-dev_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 06187bdef0b5e725fd776a194f490f47 Size: 45086 Filename: python-difflib_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2da85c950f823b1ad085c73b2c0c50ab Size: 3835278 Filename: python-distutils-staticdev_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7cd5ac04ec8b29d4ecae672f70f8278b Size: 826172 Filename: python-distutils_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d8e2c2d681adc0a02532abf5fb3f003a Size: 56122 Filename: python-doctest_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 6f6ed854253877d8722e954a9f4de552 Size: 294826 Filename: python-email_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a7f72768f099eabc25fd60f8205d89a0 Size: 712 Filename: python-enum34-dbg_1.1.6-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8867c41574f00a592ff5b7692fe9b0e9 Size: 756 Filename: python-enum34-dev_1.1.6-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e0c1ea4f2dd191b7cca178b93f00c585 Size: 66982 Filename: python-enum34_1.1.6-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: fd58d45729430dd572bb54a66cb55858 Size: 8056 Filename: python-fcntl_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 33f8a1d87746c8158f7239f40f95f286 Size: 782 Filename: python-futures-dbg_3.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 15d20e4d982b6f67338e2fba7e32a49c Size: 826 Filename: python-futures-dev_3.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 32bee98a27238a04e8d6d03c876335cf Size: 22876 Filename: python-futures_3.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8d89bec7b75a4b02d43242457c833b07 Size: 7666 Filename: python-gdbm_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: fb45d7f294648ca36544a6cedc7bbbc1 Size: 876 Filename: python-git-dbg_2.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4cd164ce85590ae03d081e855d38b644 Size: 968 Filename: python-git-dev_2.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7d66b017919af7af86a17654af35f238 Size: 645362 Filename: python-git_2.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ff35be8fcf0b1827125b6a8e21c802f2 Size: 39230 Filename: python-gitdb-dbg_0.6.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c3300c99353c9971bbeb592e54c787b3 Size: 822 Filename: python-gitdb-dev_0.6.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7e6eb32c82b1235216b602f6fed49ac3 Size: 119620 Filename: python-gitdb_0.6.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 25c48633837174c409028f9d839c60a0 Size: 21566 Filename: python-hotshot_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: dfca1d5ddfcd4d78e802e77e295d579c Size: 51906 Filename: python-html_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2ae382d2cc2a1a201352d19835ce65d8 Size: 585394 Filename: python-idle_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 83564d18be25d1f1a661620a83e0fcd6 Size: 754 Filename: python-idna-dbg_2.5-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d992c44d9eb62ce16773fba2e2f72419 Size: 800 Filename: python-idna-dev_2.5-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7b92cb8ba4a741f9a86f1d68383d7bf5 Size: 133624 Filename: python-idna_2.5-r0.0_core2-64.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: python-core Section: devel/python Architecture: core2-64 Maintainer: Angstrom Developers MD5Sum: aa3352caee2266e1b62cdd8e506c0828 Size: 6324 Filename: python-image_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 855ec34b858d3cd319df8f512e917871 Size: 460854 Filename: python-imaging-dbg_1.1.7-r5.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2b3bac6f84f4ccb24577b597b8080b94 Size: 790 Filename: python-imaging-dev_1.1.7-r5.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 88ec23953dcf2a5a4cdead5cd432a701 Size: 28310 Filename: python-imaging-doc_1.1.7-r5.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d8c490b9da80c7c1a4d5b0efbb2c1947 Size: 454110 Filename: python-imaging_1.1.7-r5.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: bd1458cd51845eda91e49fb78dad1623 Size: 2000 Filename: python-importlib_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: cc92f6564157a030bf7e2a80710569d1 Size: 256374 Filename: python-io_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b939a32e7ab8a46287b06f3060436120 Size: 744 Filename: python-ipaddress-dbg_1.0.18-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ae82adb56cf8765a586ea2bd181590a8 Size: 794 Filename: python-ipaddress-dev_1.0.18-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 1f0efe2cd22794fc62e773187f6f2897 Size: 36700 Filename: python-ipaddress_1.0.18-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: daa5c6e20154667317c6777c1db64d20 Size: 64390 Filename: python-json_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ef93e7f9ef120b7cdbfb0a42250c58c8 Size: 223592 Filename: python-lang_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0b81f721dc5343e4ca7ffd7c80666c46 Size: 80758 Filename: python-logging_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a9b77453a4a87b3acc75e8c12d0911f4 Size: 38940 Filename: python-mailbox_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ab912212425c9da92111051188c58703 Size: 6466 Filename: python-man_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 35841a83d64cf9fe1246f3dc997b0e0a Size: 70926 Filename: python-math_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ac48e96e4d2fbacd31fce50773be520e Size: 41086 Filename: python-mime_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 1545c15574e518fd0e1a0e811ba5fa25 Size: 2073754 Filename: python-misc_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4d9ad3fea8a5603243a135f3c2a9535d Size: 10306 Filename: python-mmap_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d40907967a6c4d2cf7a589b1fdd75971 Size: 1012 Filename: python-modules_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 49fbffcc4ae2667c26c746a7deb28870 Size: 109908 Filename: python-multiprocessing_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 62e0f24d7ed53ed5c9ba9307826388c9 Size: 283774 Filename: python-netclient_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 836b931645e13d1e6fd7a46b0e7b558a Size: 62408 Filename: python-netserver_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c587a45ebdb77d562d7135bd9fe6438d Size: 114640 Filename: python-numbers_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 45d4bef2a4838238af7c3ea6d597cb00 Size: 106150 Filename: python-pickle_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b40c4eebfb6992d6264c99dacde3c250 Size: 722 Filename: python-pip-dbg_9.0.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 40d67edcef06a2a8fd1a63e937953ffe Size: 780 Filename: python-pip-dev_9.0.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8d541f2f635567540e5eecad98a5cedb Size: 2186992 Filename: python-pip_9.0.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 359f1bc36704b06f7bfd0846a27bd4a8 Size: 12210 Filename: python-pkgutil_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e733e75995a1101824d5ba51d885c33a Size: 10788 Filename: python-plistlib_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d3770c9b29544c5d0999821dc416937f Size: 7618 Filename: python-pprint_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e80a1a8a783438708727711ab0c8daa4 Size: 40478 Filename: python-profile_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b4b6a2bfcc155427e09e0a82fe0cf962 Size: 738 Filename: python-pyasn1-dbg_0.2.3-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 1cf14ca5e30fb33d94d80beb526208bf Size: 804 Filename: python-pyasn1-dev_0.2.3-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9f50b9e6db1a8a344215bb1f898a50d7 Size: 102414 Filename: python-pyasn1_0.2.3-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c6a865c70d1a657a5a3d50480ae9ee26 Size: 722 Filename: python-pycparser-dbg_2.17-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 957f7fde279dcc5a7d17bdaba0fb446f Size: 784 Filename: python-pycparser-dev_2.17-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 6713e63ae4abe6e1acdafe9ccb8c3208 Size: 203408 Filename: python-pycparser_2.17-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: da2f5a9b8a4f290213c9548a939793a8 Size: 295758 Filename: python-pydoc_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e33cb6220300bd7661df9eff640d1491 Size: 50786 Filename: python-pygps_3.14-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 189458e63354170999eb164884426ab1 Size: 722 Filename: python-pyopenssl-dbg_16.2.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 544c1c92bbc8e6cff064ef9a4891d32a Size: 790 Filename: python-pyopenssl-dev_16.2.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7cd5305979f8cafb7a0647af1b42d399 Size: 92148 Filename: python-pyopenssl_16.2.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: eea462c20578de3151c12779aa6b8939 Size: 38764 Filename: python-re_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d8f626b830ef0cf59c207cdced499614 Size: 14040 Filename: python-readline_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: af183bd1e14c4047996f0df0b1cd0561 Size: 5160 Filename: python-resource_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 5b9bb23cb832593b6f7df31efd0a6870 Size: 5724 Filename: python-robotparser_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 21c920b5db3e83d20ea1eb28a94ef6bf Size: 752 Filename: python-setuptools-dbg_18.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8c905dd30f59e8addcc50f5476e63e5b Size: 828 Filename: python-setuptools-dev_18.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 962efe3389636d4763d720b7ec8a38ab Size: 348768 Filename: python-setuptools_18.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 760dd12536801fe6230c8cca26c140dc Size: 39078 Filename: python-shell_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 68a32105300a1620da30e004c794966c Size: 61082 Filename: python-simplejson-dbg_3.10.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0e13055469c21708e789bfd3184579b5 Size: 824 Filename: python-simplejson-dev_3.10.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 304f87b54ee8362c4fad61a946eb1715 Size: 104002 Filename: python-simplejson_3.10.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e4e47a2033103e12378606d42710a980 Size: 844 Filename: python-singledispatch-dbg_3.4.0.3-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0b86994ca77db02fab9dc10b7407c3e0 Size: 890 Filename: python-singledispatch-dev_3.4.0.3-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 09bc1ac2efcb43a5ae14bdfe5a383423 Size: 13214 Filename: python-singledispatch_3.4.0.3-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d8554f196cfb5c11ac41ccbafdcc9a60 Size: 732 Filename: python-six-dbg_1.10.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c912cf8a59a645b48899c89526b02ec4 Size: 778 Filename: python-six-dev_1.10.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 448ef737bb0734be4b92735a9b4a31a9 Size: 18506 Filename: python-six_1.10.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ce36b4e69fbb9680dea9b5a1de7a6472 Size: 816 Filename: python-smmap-dbg_0.9.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: bb6676c15afd37e2ecf1b8adb35a86fa Size: 872 Filename: python-smmap-dev_0.9.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9fb035f4c47c321f622da25dbc2f8f43 Size: 39356 Filename: python-smmap_0.9.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 5d5eb69850a748df9e22a55b542a89d7 Size: 12314 Filename: python-smtpd_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e8ad60f90c577683d3f60cf1b22de5c2 Size: 52078 Filename: python-sqlite3-tests_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0c6ecef2275a1247022469c711285020 Size: 36286 Filename: python-sqlite3_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c956fb648ed9c4478b6cfceff8db5d62 Size: 30244 Filename: python-stringold_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7c9539038159c367c18a7ed12d14fcbc Size: 24246 Filename: python-subprocess_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 099c39062d3a49fdfe0424827bc5963c Size: 4562 Filename: python-syslog_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7d1a8623226e8291501141e695885bf4 Size: 144160 Filename: python-tdb-dbg_1.3.12-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0950d105336e493d7167cfdc03d17cdf Size: 10242 Filename: python-tdb_1.3.12-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 69adb3b020641a4641d2739cb47b5e08 Size: 5266 Filename: python-terminal_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2ec5768105b76d1dc71ab0b699e085fb Size: 4764562 Filename: python-tests_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: f47d6304614fd5ab713c08d22dad7efb Size: 98764 Filename: python-tevent-dbg_0.9.31-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7291fa679ed9caed2b140513bab53477 Size: 9064 Filename: python-tevent_0.9.31-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ea840f1dac720c5acf76f022b3cb25cf Size: 64950 Filename: python-textutils_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 74dcf3e79990e8c259de10c8262c8962 Size: 39758 Filename: python-threading_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: bd3d53ab7873ec58c64fc0bfa22854b2 Size: 388668 Filename: python-tkinter_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 281d6f5d97028bae1d575ccaf2ef7990 Size: 12020 Filename: python-tornado-dbg_4.4.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0afc7116b16e6790cba81c009b94b2f6 Size: 1080 Filename: python-tornado-dev_4.4.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b93d6697d568b2b12323fd8941e84efc Size: 339972 Filename: python-tornado-test_4.4.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: f7d00f826afddd34119ad86c4d26d6fb Size: 493948 Filename: python-tornado_4.4.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: bf0608e251a0efc2824304c19a0ea3e4 Size: 143606 Filename: python-unittest_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 12b5eb06cbd300525782fd52de1c8c46 Size: 13196 Filename: python-unixadmin_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 56d9a9447be463174a29bb8de6345bc7 Size: 714 Filename: python-webencodings-dbg_0.5-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: af4b1d28c54e4232bbddb46b66b993df Size: 760 Filename: python-webencodings-dev_0.5-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8c39a94ae898b2687f95faee91c8c7a4 Size: 17182 Filename: python-webencodings_0.5-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 03a88eab77852f1555637e781dc35346 Size: 74106 Filename: python-xcbgen_1.12-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a22898c7eead305cf6d41d3cb309be31 Size: 273052 Filename: python-xml_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 6e9216243faa8befb9e641a116d1d6e3 Size: 51480 Filename: python-xmlrpc_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d9d8126eaa083fa5f20a3099df5d911e Size: 11204 Filename: python-zlib_2.7.13-r1.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c3bc7d7741fae6df76281f59138f6780 Size: 582004 Filename: python3-2to3_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 73a8dde523d486afec424d5258fd215e Size: 87860 Filename: python3-argparse_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2b4049f39cb09557ab4b2354a0897b69 Size: 754 Filename: python3-async-dbg_0.6.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8291cdd0bf6f8aaee689184382dea0d0 Size: 806 Filename: python3-async-dev_0.6.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 785b26ef78eab7f5c0449bbb627f3909 Size: 56768 Filename: python3-async_0.6.2-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b2ebac50c2b6e9a9c26f60047cc9af75 Size: 417586 Filename: python3-asyncio_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 87fd31f26aee353d94402762519d62d8 Size: 57032 Filename: python3-audio_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 46ea74b3e3559a872a8277bf8e52e837 Size: 1242010 Filename: python3-codecs_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4e678c37f50cc72430268c869ac10436 Size: 12254 Filename: python3-compile_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e9e70c81c75e2dbe1581ebdfca55db06 Size: 204886 Filename: python3-compression_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 564482948990f7df552e994e22828aa2 Size: 342616 Filename: python3-core_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7ce74d068df402db734110df2647c62a Size: 28620 Filename: python3-crypt_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b90437bcd2f0ae7cda99d5467989c28d Size: 369882 Filename: python3-ctypes_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: caad3869bd83e958148b97ffe7c654a9 Size: 49746 Filename: python3-curses_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 15ec3c9e73bf76ad2166426eab54c9f4 Size: 131584 Filename: python3-datetime_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a09243a3c32ffbc79de820ace2271188 Size: 17976 Filename: python3-db_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a100db8a41992d0b2ce719e4544dda5f Size: 7697960 Filename: python3-dbg_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 60979c01fc4dd6cf0474eea6c648695a Size: 218238 Filename: python3-dbus-dbg_1.2.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 6113f44209038e8cdf23f6198003d078 Size: 2758 Filename: python3-dbus-dev_1.2.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 3ffccf2a25286d9cd74ff585f67e88b8 Size: 24962 Filename: python3-dbus-doc_1.2.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 8a86d0c94d121a5eaef7e403a6b626b0 Size: 155040 Filename: python3-dbus_1.2.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9c5d1243ae2638bfb000f051156040f1 Size: 87400 Filename: python3-debugger_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e8327fb506c6329e19e86fc1c76e2711 Size: 155374 Filename: python3-dev_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7edfc5ba243c71935478e192f780bcf0 Size: 78608 Filename: python3-difflib_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9f6cfa1e37856f0373344bf793284dfd Size: 1954356 Filename: python3-distutils_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2f53c385cd9defd94c6dab9a88c2bddc Size: 101264 Filename: python3-doctest_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 78fc9e30202319c57c98bc4bec0ba6f7 Size: 443672 Filename: python3-email_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ad148967d08df91d1ece7b6919320b04 Size: 14276 Filename: python3-enum_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 20eb1fdee5b205692c179567f59bf6a3 Size: 7610 Filename: python3-fcntl_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 157f8bf9eab5017d0eae949d3bc51a82 Size: 8406 Filename: python3-gdbm_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: edc0c5845315fc539062d21d249a265b Size: 882 Filename: python3-git-dbg_2.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e26ab5ddf07e0babe62896711e65f398 Size: 1000 Filename: python3-git-dev_2.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 33ffc30e0b53ccb56fb10a1a6f1f3855 Size: 648768 Filename: python3-git_2.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 72c0446c57805cd278a75e12c3876b4a Size: 41090 Filename: python3-gitdb-dbg_0.6.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b301e3ef72e591ed919262522c260f9f Size: 832 Filename: python3-gitdb-dev_0.6.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a15966028e542b070ea7eaa17b645c7b Size: 119208 Filename: python3-gitdb_0.6.4-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 921140c0a8aeeded1c4d6f767be7b60d Size: 132496 Filename: python3-html_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b6809476c65237261a4d5be4f96a7686 Size: 1091798 Filename: python3-idle_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c5b7380bdb62dce5e74e01dd0e37dc86 Size: 7336 Filename: python3-image_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 68e7fa8dee0929f9c2fc81d328343491 Size: 138302 Filename: python3-importlib_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ef2b18a991421931f34054d5ed77f714 Size: 338758 Filename: python3-io_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ce54b2a9a957726772d332e3f2870f5a Size: 58894 Filename: python3-json_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7fa613158cce79c606f99f49dbd8228f Size: 314508 Filename: python3-lang_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 7862f0b60f36e815e3de4e4afefea99d Size: 169976 Filename: python3-logging_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 02419195d655be773a237a652e987861 Size: 81442 Filename: python3-mailbox_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 2260cc4b6cd9dfb04892959edcfb5484 Size: 5988 Filename: python3-man_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 27fd5dd9eebf3709785df56e33025e08 Size: 51986 Filename: python3-math_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 13140fc23c40fd8b089a77c5a298b49d Size: 11742 Filename: python3-mime_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 40bb7a230acd648ed1be87b9d30ab57e Size: 3183878 Filename: python3-misc_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 896b57b290fdfa3acc5f90b638623beb Size: 10450 Filename: python3-mmap_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 869d186a21898af82e1d94aacf5c0db0 Size: 1006 Filename: python3-modules_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ac0e2408aa5ccd1dd087487f668507c7 Size: 277158 Filename: python3-multiprocessing_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 35e8fe23043b41abdc354a462b457155 Size: 582550 Filename: python3-netclient_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d9a7df56c5a7b3e9b13291ef90ce9b1c Size: 39890 Filename: python3-netserver_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ecf0bcd19eec28ed368d87419dff5040 Size: 23986 Filename: python3-numbers_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: aa458576a0f3da93e8a0b310fb2d9bdd Size: 159054 Filename: python3-pickle_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d99aa8dc0ca5f21d91e6fe743ec7c94e Size: 13752 Filename: python3-pkgutil_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c39c14b0eb348fdbc7db84539e23487e Size: 13564 Filename: python3-pprint_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d16ebe8a68ccb1269635e188b072ea80 Size: 43602 Filename: python3-profile_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 258122023be89147ed15b16ba411bcb1 Size: 88862 Filename: python3-pycairo-dbg_1.10.0-r2.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: c210b53b6c4f3d00751dc5b50f363c53 Size: 2894 Filename: python3-pycairo-dev_1.10.0-r2.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b8667cd1dc93f98ab1d665358ffbe6a7 Size: 31136 Filename: python3-pycairo_1.10.0-r2.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: a4cef43e45e5d9ad215e8f5b07424f65 Size: 585110 Filename: python3-pydoc_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 3bff618498fe2ed68a1be1acf2061c18 Size: 666660 Filename: python3-pygobject-dbg_3.22.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 09dca7661fbaa82b5809e9e3a5681698 Size: 7186 Filename: python3-pygobject-dev_3.22.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4720feb63d7e0a6f7ac3afc5b093fd40 Size: 365542 Filename: python3-pygobject_3.22.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 55f1e1bd439f3fc7fd299dfdb8d2cab1 Size: 918 Filename: python3-pyvenv_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 796d4259e3ef497f5b6cfcb5e48ef897 Size: 38626 Filename: python3-re_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: bb6ea7aea535b92fa8bacf2454d120e3 Size: 15758 Filename: python3-readline_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 01a236707984c42c2f0e714e14b2cd47 Size: 2336 Filename: python3-reprlib_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 5c9e9fef17171e54055f3928a2a5320e Size: 5642 Filename: python3-resource_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 036c1e27386f17811d838edec368a587 Size: 57106 Filename: python3-rpm_4.13.90+git0+a8e51b3bb0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 5be0b442aa1b9fbbbf1fc15580459037 Size: 11550 Filename: python3-selectors_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d8331f14d36da87a3ee4d3e5a52ee905 Size: 748 Filename: python3-setuptools-dbg_32.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: e34072634bb6c74b35665d552bd61541 Size: 880 Filename: python3-setuptools-dev_32.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4faf908099d1e8d093a95dbd601feaa0 Size: 792574 Filename: python3-setuptools_32.1.1-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 57fcd87722e534e33fa3ddb22fb9bda2 Size: 63792 Filename: python3-shell_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: ac5f1ae8c9fa3fdd3441241312a0c9a8 Size: 2708 Filename: python3-signal_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 75129c30ec3ba3837a6929e365551737 Size: 822 Filename: python3-smmap-dbg_0.9.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 94eb13ef6309e0c1fb8367628a783015 Size: 874 Filename: python3-smmap-dev_0.9.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 19a51628b6ba1f1c1ece239b2cea3a8d Size: 36910 Filename: python3-smmap_0.9.0-r0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9a7dd89b8cb101a50b6a25c59754ff8a Size: 21780 Filename: python3-smtpd_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 68b941fd11394d71972a9a7f930eb292 Size: 116528 Filename: python3-sqlite3-tests_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 4e63b2b1ec3faba756460da320015866 Size: 36178 Filename: python3-sqlite3_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 08e74c480cead4fb9443c1311fd3ca70 Size: 7992 Filename: python3-stringold_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d9fea45fb347cbed6e6f9e835cc5fa7d Size: 63472 Filename: python3-subprocess_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b93c74e566179fdf549bf5d9ea0ff916 Size: 4650 Filename: python3-syslog_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 85ff9f6d11c840a2c16760319b54090f Size: 5506 Filename: python3-terminal_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 9d31b8256a76274a0345b4492dd31850 Size: 13174526 Filename: python3-tests_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 0734d1bf305aeded17ddb7bd10f3f659 Size: 103400 Filename: python3-textutils_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 371784ad256c6b50739b27f471122ac3 Size: 57022 Filename: python3-threading_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: b9196ff0dbf0f261c4ef141fad025952 Size: 637530 Filename: python3-tkinter_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: f33718599ed1250068eec3ee5c5ee911 Size: 71970 Filename: python3-typing_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 32fed6d2319008f59507f5e783f2b83b Size: 701532 Filename: python3-unittest_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: f63f58baef4e4fe52fdc37eb68cc5c47 Size: 13770 Filename: python3-unixadmin_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: d3ddfa0ee6f7ca0341505ee313cefaac Size: 417004 Filename: python3-xml_3.5.2-r1.0.0_core2-64.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: core2-64 Maintainer: Angstrom Developers MD5Sum: 20845b56f6f67513999c2dbdcc2ecf64 Size: 92812 Filename: python3-xmlrpc_3.5.2-r1.0.0_core2-64.ipk Description: Python XML-RPC support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional