Package: python-2to3 Version: 2.7.13-r1.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: af8bbe30b0ad96bc834c4a1fd83ababe Size: 313210 Filename: python-2to3_2.7.13-r1.1_corei7-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.1 Depends: python-codecs, python-core, python-textutils Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 030b25d7bcb61ef8e948467abbeb2cdb Size: 42870 Filename: python-argparse_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 49fb97d15a432b95274c01bd96b96b8e Size: 754 Filename: python-async-dbg_0.6.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a31f9c1f9ce917539225be8afae48ec7 Size: 808 Filename: python-async-dev_0.6.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 33962955aec309ef4e91d1408fcd6019 Size: 56170 Filename: python-async_0.6.2-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1d9ccf1a6a1982640d9ff21bd62d530f Size: 48392 Filename: python-audio_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1de056a782590bec63af053bb0ba9d1a Size: 730 Filename: python-backports-abc-dbg_0.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 10ac60f511ab89860beb5036c3ef91e8 Size: 776 Filename: python-backports-abc-dev_0.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 14da707a316a2c5aac21b668172088d4 Size: 5328 Filename: python-backports-abc_0.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: d4c8765f4c4937c7a565f3e99149302a Size: 1026 Filename: python-backports-ssl-dbg_3.5.0.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 96ea4ea20a57a0f80be353fc2c978b06 Size: 1072 Filename: python-backports-ssl-dev_3.5.0.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 234b66ac4567e3a112da4ec9b38829f5 Size: 6482 Filename: python-backports-ssl_3.5.0.1-r0.0_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1df37b13ce18270bc3af5a697026ebb9 Size: 161282 Filename: python-bsddb_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 11ef516d7a9c6d94f7d3ad6b21f5608a Size: 872 Filename: python-certifi-dbg_2017.4.17-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 51c51a74e00c0a019cb1bfc281500a6e Size: 914 Filename: python-certifi-dev_2017.4.17-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 57cafa56057c88d08a27f62261bd741f Size: 374342 Filename: python-certifi_2017.4.17-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: b7bc368d14aa0744eda54dd9f854544d Size: 220682 Filename: python-cffi-dbg_1.9.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: f8519c4e51d004b95b14b3b0d777dd2f Size: 780 Filename: python-cffi-dev_1.9.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: f4b3bbdcc65b9620563d4935aaa5ba01 Size: 247336 Filename: python-cffi_1.9.1-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-lang Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7a3fba0a47d1634c835efdf5586b9e40 Size: 1112236 Filename: python-codecs_2.7.13-r1.1_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: dcff0af8a110f9b48d996b99b188fffa Size: 9028 Filename: python-compile_2.7.13-r1.1_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4797dda268b2716f719c34898e80a93b Size: 99844 Filename: python-compiler_2.7.13-r1.1_corei7-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.1 Depends: libbz2-1 (>= 1.0.6), libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-zlib Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: a24d65fd96b1e1c264f21b9abe6ed067 Size: 111910 Filename: python-compression_2.7.13-r1.1_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 51dd887db6825238683f725915f8f303 Size: 3622 Filename: python-contextlib_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 90d8adb9ad1a58defac1a72f804c7a7e Size: 238252 Filename: python-core_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 32fba3b373f2fd3c924a61ec0e0ea2fd Size: 17204 Filename: python-crypt_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 2e9fbbd2b0f36c9be7fa80fec7997961 Size: 638370 Filename: python-cryptography-dbg_1.7.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 3c5c7e7d50a5afe6fdea9cddd21baeeb Size: 864 Filename: python-cryptography-dev_1.7.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 8ae4708c906b0468904f7373a6ceecdc Size: 449404 Filename: python-cryptography_1.7.2-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1da04c94d26d2f3ac93fdffd021dc112 Size: 210150 Filename: python-ctypes_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 39411cdbb583f2af4c93adae108cad21 Size: 46432 Filename: python-curses_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 35d3dfea77ff8c9a7934dd8a0df2fee3 Size: 68054 Filename: python-datetime_2.7.13-r1.1_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 6860f4f484379f6e4140c68b7ef0340f Size: 9744 Filename: python-db_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 00f392562e8abaaf3e2abd3d544e590a Size: 6376634 Filename: python-dbg_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-io, python-lang, python-pprint, python-re, python-shell, python-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 0bc08da7caf2a14ac9cd1a3f34703f60 Size: 41396 Filename: python-debugger_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: d2646e72a1f449116b213af82c113cf4 Size: 132656 Filename: python-dev_2.7.13-r1.1_corei7-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.1 Depends: python-lang, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: ac526eef203eb9645732e2f183b1bfcd Size: 45204 Filename: python-difflib_2.7.13-r1.1_corei7-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.1 Depends: python-distutils Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: ed6db2d686616b0477c9183dd4d3892e Size: 3827722 Filename: python-distutils-staticdev_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-email Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 046f14e6b9773f0864d894000e907729 Size: 829582 Filename: python-distutils_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-debugger, python-difflib, python-io, python-lang, python-re, python-unittest Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 35fdb2719e67598cc6354be96f85f7f3 Size: 56204 Filename: python-doctest_2.7.13-r1.1_corei7-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.1 Depends: python-audio, python-core, python-image, python-io, python-mime, python-netclient, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 97798c0e8a69e953ffef4285df42b567 Size: 294876 Filename: python-email_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 44c9d4a349388aa749d112fed929f84e Size: 712 Filename: python-enum34-dbg_1.1.6-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 69c3e2b8107cccac46462d9f2e2a347b Size: 756 Filename: python-enum34-dev_1.1.6-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 532c6a0b76fe68f9548dcf9935c6400a Size: 66986 Filename: python-enum34_1.1.6-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: a955e9f9e7b94cff78ef9b9b1589002a Size: 8054 Filename: python-fcntl_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5fe8c45e8954a341a9aae75c464929df Size: 782 Filename: python-futures-dbg_3.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 95297d4cde9e4da01840a9b516da7868 Size: 826 Filename: python-futures-dev_3.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: c747523e277ef9934adb60fea49bf273 Size: 21780 Filename: python-futures_3.1.1-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libgdbm4 (>= 1.12), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7de5b7ec318c3c9d6d73623218bb7297 Size: 7716 Filename: python-gdbm_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 290f657949dc0758bfe4f2c35a207149 Size: 880 Filename: python-git-dbg_2.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 21feafb0e8048ef30b65bcf71ce110d2 Size: 966 Filename: python-git-dev_2.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 753c872fb9eb0627b0391d558f65b5e6 Size: 643160 Filename: python-git_2.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7a2e53edbaeccbf587b144954eef8de7 Size: 39794 Filename: python-gitdb-dbg_0.6.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1b8ec0c2bfda82f722ef5fbea7eb70e0 Size: 822 Filename: python-gitdb-dev_0.6.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 052d44be2a40a7f59028b844780e3dca Size: 119402 Filename: python-gitdb_0.6.4-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: d2a087cd93c9b21d4d374a5d832dd4cf Size: 21578 Filename: python-hotshot_2.7.13-r1.1_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b2d0aee0c2d12d05da18e12b6fc188a6 Size: 52372 Filename: python-html_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-tkinter Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 8521a277610d39110ccb83bfb1ed6278 Size: 581990 Filename: python-idle_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4adfcbd74bf5708d8cc9359e1e6c9fd8 Size: 760 Filename: python-idna-dbg_2.5-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 0aafe1c31001b43521f920474a812bd6 Size: 804 Filename: python-idna-dev_2.5-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: b3eef1bb67b9a552793bd31ec5c23945 Size: 133628 Filename: python-idna_2.5-r0.0_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: f098c9262d46bdc68341599ebbd172d8 Size: 6276 Filename: python-image_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 431f5da455d81cc46a970d497afbd6ab Size: 460304 Filename: python-imaging-dbg_1.1.7-r5.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 64f6f7e7ee8388a95bba35f46496cf6c Size: 792 Filename: python-imaging-dev_1.1.7-r5.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 553a4ce889203bac652ce64b4e171da2 Size: 28306 Filename: python-imaging-doc_1.1.7-r5.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9e521857719286b43dc81ed7c1900017 Size: 454406 Filename: python-imaging_1.1.7-r5.0_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: f4b58572025a642a44cdd9288bee127c Size: 2010 Filename: python-importlib_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: d4d9aee1e6aee2aeff6713f82bbe89e9 Size: 257348 Filename: python-io_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 912ca15a5b7e20f7a4626d2c02a15f9d Size: 746 Filename: python-ipaddress-dbg_1.0.18-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 0788a252542f8b34fff195fe9400e94d Size: 794 Filename: python-ipaddress-dev_1.0.18-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7bf5eb265eca238f8b81466c200622ab Size: 36704 Filename: python-ipaddress_1.0.18-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core, python-math, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 039435e976870bb7f7e0fe9939b22117 Size: 66184 Filename: python-json_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7bf727e640d421a336c18ca47d3c2613 Size: 224898 Filename: python-lang_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-io, python-lang, python-pickle, python-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 3502912947f6daad29185146ddfd700f Size: 81290 Filename: python-logging_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-mime Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b9280ae9c6a8e30e62ac0881e1d2bbeb Size: 39120 Filename: python-mailbox_2.7.13-r1.1_corei7-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.1 Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: cecabcb4d2dc625e2874dcddeb5551c7 Size: 6472 Filename: python-man_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-crypt Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 466d8a5480b008078985570fe665c395 Size: 72852 Filename: python-math_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 25be4a1d3ea4f0600b837b80a6003eb6 Size: 39898 Filename: python-mime_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libgdbm-compat4 (>= 1.12), libpython2.7-1.0 (>= 2.7.13) Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 70fb02b135dfa78e20a8b03eff68170d Size: 2071978 Filename: python-misc_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4003f718b0c493f38865d9bc80fd9d05 Size: 10308 Filename: python-mmap_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: afc030b095383938027fbfb93a2e4778 Size: 1012 Filename: python-modules_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: bcfda24254bd8c076096ee8da26e4b27 Size: 111520 Filename: python-multiprocessing_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-crypt, python-datetime, python-io, python-lang, python-logging, python-mime Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 09baca1b6ee8d9996a145f5733610af0 Size: 286282 Filename: python-netclient_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-netclient, python-shell, python-threading Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: ab33afb7ba0eca5d69c8189e9e746b0c Size: 64648 Filename: python-netserver_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-lang, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 409625cb5b9e3697fe2bdd4855241c57 Size: 114564 Filename: python-numbers_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-codecs, python-core, python-io, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 251b16131ec75094db0efae4e9e2c374 Size: 105788 Filename: python-pickle_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a43c26ce81cdfba46bc0f64355f64123 Size: 724 Filename: python-pip-dbg_9.0.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4dcad8e5639deb5fd844314e2d58c26a Size: 780 Filename: python-pip-dev_9.0.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 23d81876fbe9c9d74b347ac5abafc208 Size: 2168058 Filename: python-pip_9.0.1-r0.0_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: f405516ef0c89ab984430304de300d25 Size: 12212 Filename: python-pkgutil_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-datetime, python-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 68f95cd71bbf1b1bf020a5fdf079425a Size: 10792 Filename: python-plistlib_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: d01c7fa7eeb19543c6f192971a46c684 Size: 7622 Filename: python-pprint_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-textutils Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 18e2ef3852a28a75ba11cd0f3a176197 Size: 41412 Filename: python-profile_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: ca34d36d7eab61eb91ff7c379129e991 Size: 738 Filename: python-pyasn1-dbg_0.2.3-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7e3db3a29dbaef9e3be989515b2ab2b7 Size: 808 Filename: python-pyasn1-dev_0.2.3-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: b94f6aa0c8e795862c61158e2bb6e2f3 Size: 101140 Filename: python-pyasn1_0.2.3-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 553427cb0bb050a4776c059c036a2e1f Size: 724 Filename: python-pycparser-dbg_2.17-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 868e34a625b625882aa0d1a58cf2a85d Size: 786 Filename: python-pycparser-dev_2.17-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 29b6ad05dde880da3857faead0304e18 Size: 203622 Filename: python-pycparser_2.17-r0.0_corei7-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.1 Depends: python-core, python-lang, python-re, python-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: cbe45e24054437ffa31381fdabc3dc3f Size: 295588 Filename: python-pydoc_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5c06321907899b64358b530a42b1edb0 Size: 49758 Filename: python-pygps_3.14-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4bdcdaca43423e10bcd0682dfd75e781 Size: 726 Filename: python-pyopenssl-dbg_16.2.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1f1f412371127d38e0b6f3318a092700 Size: 792 Filename: python-pyopenssl-dev_16.2.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 0549ae9e9984c6faeaf89c7d93ab250c Size: 92140 Filename: python-pyopenssl_16.2.0-r0.0_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 78b750229044f1e8ba74db3a60c323d9 Size: 38876 Filename: python-re_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libreadline7 (>= 7.0), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1252bd2e3bbb8d30c73264c329ffba37 Size: 15242 Filename: python-readline_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9473a9a845749f1b5826aaaaa280600a Size: 5178 Filename: python-resource_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-netclient Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1b6b5672c1f32998f170f3834ed5b040 Size: 5694 Filename: python-robotparser_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: bda1d67098e8b23887fdfce0e5887fa7 Size: 754 Filename: python-setuptools-dbg_18.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 8d4bd610cc528fa75f4e66bc29c793cb Size: 832 Filename: python-setuptools-dev_18.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: f22e07f146c5f060e22f6f6261b6292f Size: 348728 Filename: python-setuptools_18.1-r0.0_corei7-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.1 Depends: python-core, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 637ffc93f8963ed2ca6e5bdf9cf707f5 Size: 37292 Filename: python-shell_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9f1f966686967493cc64b92f3f029290 Size: 60972 Filename: python-simplejson-dbg_3.10.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 3ced4a56d9265debcde0502e4271d7cf Size: 824 Filename: python-simplejson-dev_3.10.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 63aaac58405a8e69577498e92de0245d Size: 103992 Filename: python-simplejson_3.10.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 8872e0fda65a67939ada1563974df05c Size: 844 Filename: python-singledispatch-dbg_3.4.0.3-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: fcbab235c7650a184d6121b355a4fc3f Size: 890 Filename: python-singledispatch-dev_3.4.0.3-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 57fd6378da6640f354173cc1d9937514 Size: 13028 Filename: python-singledispatch_3.4.0.3-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 92098df587037afa7e435ada4163af4c Size: 734 Filename: python-six-dbg_1.10.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: bac812f8f4b4c0853b5e7b857151360d Size: 782 Filename: python-six-dev_1.10.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4c4542afcf2b1dde6cd68bc8ca4d414f Size: 18506 Filename: python-six_1.10.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5ed0ef9d3b712a3c6b18639a0b6682ae Size: 816 Filename: python-smmap-dbg_0.9.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 57081da2c59fcf5d4ab81249f4218c7b Size: 874 Filename: python-smmap-dev_0.9.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5f7571ae1d13755e27c60b847dc5d08e Size: 38590 Filename: python-smmap_0.9.0-r0.0_corei7-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.1 Depends: python-core, python-email, python-mime, python-netserver Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 80364fa0d7d2cdccc9a962f4fa796bd0 Size: 16382 Filename: python-smtpd_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-sqlite3 Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 43bae0f7dc0ee22e2cca800cd559df69 Size: 51810 Filename: python-sqlite3-tests_2.7.13-r1.1_corei7-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.1 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: b1c47d839a7593293b0a8f503862aa6b Size: 36214 Filename: python-sqlite3_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: a804edcca11706ca4b0518239e5ba49f Size: 28386 Filename: python-stringold_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-fcntl, python-io, python-pickle, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 91d155f95043cbe6e0a1d1d88950469a Size: 24250 Filename: python-subprocess_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 3c494d12c0d690f70b8eea339ce21cf1 Size: 4582 Filename: python-syslog_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 6f4f16825c7a959d1bc6f28740fe5153 Size: 144002 Filename: python-tdb-dbg_1.3.12-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 542162c504b04045cc965855d7583418 Size: 10238 Filename: python-tdb_1.3.12-r0.0_corei7-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.1 Depends: python-core, python-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9fcb247013c99448f7fa188feeeaa153 Size: 5266 Filename: python-terminal_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-modules Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 62c899356ec6daba788603ebf92e0643 Size: 4793722 Filename: python-tests_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 86bbfc4d7c8e83fccb556b620af1fa0e Size: 98644 Filename: python-tevent-dbg_0.9.31-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a6386d305a0e6626b4f358eb35f1aa63 Size: 9060 Filename: python-tevent_0.9.31-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-io, python-re, python-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: f2b1cd3a39f7709620b8c78d396bc44a Size: 68272 Filename: python-textutils_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-lang Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 29bef05cfec765709ccf87872592424e Size: 39520 Filename: python-threading_2.7.13-r1.1_corei7-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.1 Depends: python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: ac71002173f8132b15acb20b52d235cd Size: 388302 Filename: python-tkinter_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9e45500a8c657b70d3e87a9d31ecc027 Size: 12014 Filename: python-tornado-dbg_4.4.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9c93710e1c0c323d35a0f23844b63f04 Size: 1082 Filename: python-tornado-dev_4.4.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 6e0d5339f32a8647806238d210c003f0 Size: 335298 Filename: python-tornado-test_4.4.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 24af97951e0cf4c11df27f8016bfaae4 Size: 488622 Filename: python-tornado_4.4.2-r0.0_corei7-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.1 Depends: python-core, python-difflib, python-io, python-lang, python-pprint, python-shell, python-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 26f8bd6745d3716b2f6cb40d2d1534c7 Size: 143684 Filename: python-unittest_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: e9b84c8652c873d33d5b69677cfd61db Size: 13164 Filename: python-unixadmin_2.7.13-r1.1_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: fe2f1e98aaef378b3c26148c39217fe0 Size: 714 Filename: python-webencodings-dbg_0.5-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 16da321d2097e4c5324442aadeffb489 Size: 764 Filename: python-webencodings-dev_0.5-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 57517a00ee76c7585c04fff767bdb2d1 Size: 17184 Filename: python-webencodings_0.5-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a4c4bc39a8f50f32bdd784d20e53a7d9 Size: 68282 Filename: python-xcbgen_1.12-r0.0_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), python-core, python-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 2f8d7978222cc2173f600c05572abe11 Size: 274046 Filename: python-xml_2.7.13-r1.1_corei7-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.1 Depends: python-core, python-lang, python-netserver, python-xml Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: d4b82ac74d2dd4c37885697e0df3ecd0 Size: 51446 Filename: python-xmlrpc_2.7.13-r1.1_corei7-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.1 Depends: libc6 (>= 2.25), libpython2.7-1.0 (>= 2.7.13), libz1 (>= 1.2.11), python-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 24528f0622b6dd2a2103bad90fb57978 Size: 11194 Filename: python-zlib_2.7.13-r1.1_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 885a2d0e4c70deb1f7c38a26b37bfe0f Size: 523086 Filename: python3-2to3_3.5.2-r1.0.2_corei7-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.2 Depends: python3-codecs, python3-core, python3-textutils Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b743a7352c159c5dc1f5146b04c0fe04 Size: 88168 Filename: python3-argparse_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a19076d8b22eedc322244cfd9c910467 Size: 756 Filename: python3-async-dbg_0.6.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 087ba19315f0944c78159ff7988b0a68 Size: 808 Filename: python3-async-dev_0.6.2-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 44099b5ab1cc2563bd3849f24e7ed830 Size: 57012 Filename: python3-async_0.6.2-r0.0_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5a611ffbe702249728ccf4dc00d7943b Size: 419710 Filename: python3-asyncio_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5e7891fc487cb44629824a37f0ba4aea Size: 69234 Filename: python3-audio_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-lang Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: c97f017adabd077157330f003d110690 Size: 1312006 Filename: python3-codecs_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: cd111f7807db67292f0fea7567866d26 Size: 13538 Filename: python3-compile_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 32a2d8aab4a63a9882efc145b297f1f4 Size: 216738 Filename: python3-compression_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: b8e7edd8d62e415a9bdbe116063b4280 Size: 466434 Filename: python3-core_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libcrypto1.0.2 (>= 1.0.2k), libpython3.5m1.0 (>= 3.5.2), python3-core Recommends: openssl Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 13d1f1731cb51c3550fcd9719b9ebc39 Size: 28602 Filename: python3-crypt_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libffi6 (>= 3.2.1), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-subprocess Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: f727b4cc71197c772a29742b3826dfcc Size: 343224 Filename: python3-ctypes_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: ff80c29ea7bf745c075cbdb61fd469a3 Size: 49308 Filename: python3-curses_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-codecs, python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5f1b5a24a70deb0cb47b9f1a8c764112 Size: 153438 Filename: python3-datetime_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libgdbm-compat4 (>= 1.12), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: cbe34dd5acbd0eff978ed41480c69c52 Size: 17796 Filename: python3-db_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7980de97c1365454fae52c92b4f13dc3 Size: 7703646 Filename: python3-dbg_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 985b04d250a8dbeea0dd0748cac81c13 Size: 217998 Filename: python3-dbus-dbg_1.2.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: fed578567c82ecbe92584e06b3673784 Size: 2758 Filename: python3-dbus-dev_1.2.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 50486a194b8e08f5b1bbe3a24cb611c9 Size: 24962 Filename: python3-dbus-doc_1.2.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 2dab75349e15a6d4d039450838679b49 Size: 155042 Filename: python3-dbus_1.2.4-r0.0_corei7-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.2 Depends: python3-core, python3-importlib, python3-io, python3-lang, python3-pkgutil, python3-pprint, python3-re, python3-shell, python3-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: c2a1c5a89e9927b2da165bcf9d552d60 Size: 90252 Filename: python3-debugger_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 50e18475ef7f1bdc712ae81671d9bdb8 Size: 155934 Filename: python3-dev_3.5.2-r1.0.2_corei7-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.2 Depends: python3-lang, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1ea9f675b147c5b37509ce21978cff43 Size: 80748 Filename: python3-difflib_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-email Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 2751aa6ad60cc56cea16c3dea96c69ee Size: 1961748 Filename: python3-distutils_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-debugger, python3-difflib, python3-io, python3-lang, python3-re, python3-unittest Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 88cc921d27f7849c8fd391af24fe9863 Size: 101566 Filename: python3-doctest_3.5.2-r1.0.2_corei7-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.2 Depends: python3-audio, python3-core, python3-image, python3-io, python3-mime, python3-netclient, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: fe87070114099c49266a0c4b80878460 Size: 435920 Filename: python3-email_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1d81348b5816810f9c06d6e7d1124efb Size: 14288 Filename: python3-enum_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 01297a977dfea833979cf523d3c963a7 Size: 7610 Filename: python3-fcntl_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libgdbm4 (>= 1.12), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 876cf3591126ec529a1a56327d7b842d Size: 8530 Filename: python3-gdbm_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: c688161de736d0dc422aebb376a68e93 Size: 878 Filename: python3-git-dbg_2.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 32f52a29d64ae0b69b8badfb806316f5 Size: 1002 Filename: python3-git-dev_2.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 7c10c639ebfcc6a0cb61a8f6dc761452 Size: 646476 Filename: python3-git_2.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 82459af34aa8ee07faaccfdcd1bb5fa6 Size: 41612 Filename: python3-gitdb-dbg_0.6.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 17c4cbadd9ad51746d1346f2085b2165 Size: 836 Filename: python3-gitdb-dev_0.6.4-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: e184812cb17267e691bf6dcdb41724bc Size: 118632 Filename: python3-gitdb_0.6.4-r0.0_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: ead28f9eeaffc1635c52c23e6246d418 Size: 123088 Filename: python3-html_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-tkinter Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: e955492731fcc98775572bdec5ef7c9b Size: 1085190 Filename: python3-idle_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b6be5c67658d79a999e013a5cbd8955d Size: 7348 Filename: python3-image_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-lang Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9211326c518a2d07ca437beb2680289a Size: 129918 Filename: python3-importlib_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a01466511f7ac1ede79cdbf95a0f6b7f Size: 372092 Filename: python3-io_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-math, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 84d5e84295a2e93997d5940fd351a278 Size: 47088 Filename: python3-json_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-importlib Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 5bf5aa2ad6ca240da4b2fb10e63168c1 Size: 430930 Filename: python3-lang_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-io, python3-lang, python3-pickle, python3-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1e8cb569a1e9ead3e6c3440178075456 Size: 157258 Filename: python3-logging_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-mime Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 992be52bd0f9e0afed50e39ba817de2f Size: 81460 Filename: python3-mailbox_3.5.2-r1.0.2_corei7-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.2 Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: cb8e6709aedff374634b0d95c906696a Size: 5988 Filename: python3-man_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-crypt Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: e884899a1fc1addbefc8e26d085e3d3b Size: 58000 Filename: python3-math_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 8528c5f667e92b257d6a340b55e46e07 Size: 11674 Filename: python3-mime_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 12bb6604ecb5b350fc8a663e3aed624a Size: 3151930 Filename: python3-misc_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 51e716f17ff5025509a8a050163621a7 Size: 10468 Filename: python3-mmap_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: dca4dbd3f99a111eba8c2a8c53c91d80 Size: 1006 Filename: python3-modules_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4a21f5257d4b3f14093e6be16c24f203 Size: 270698 Filename: python3-multiprocessing_3.5.2-r1.0.2_corei7-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.2 Depends: python3-argparse, python3-core, python3-crypt, python3-datetime, python3-html, python3-io, python3-lang, python3-logging, python3-mime Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1bb0821db9b7cb66dba6307032af4810 Size: 637512 Filename: python3-netclient_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-netclient, python3-shell, python3-threading Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: e3fb6e1d31e2c0a7a79c51253f362a6c Size: 60942 Filename: python3-netserver_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-lang, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b96df31d56746212888b726ad8cb087a Size: 31856 Filename: python3-numbers_3.5.2-r1.0.2_corei7-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.2 Depends: python3-codecs, python3-core, python3-io, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 96e422e39724f9647c27c05c80c425e1 Size: 161264 Filename: python3-pickle_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: c22797e11ddaf643a47de521af2d08a5 Size: 15198 Filename: python3-pkgutil_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 15f4419ee02ed7d8ab771a581a56aa28 Size: 13658 Filename: python3-pprint_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-textutils Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 8423175e615604943ce3c3adf6e5e0f7 Size: 55464 Filename: python3-profile_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: b63bd4712a16e3d00a2316f753b9f4c4 Size: 89128 Filename: python3-pycairo-dbg_1.10.0-r2.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: cc0f4893fbacd9012e591a0f26b52eef Size: 2898 Filename: python3-pycairo-dev_1.10.0-r2.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 79cb6313af0e3a45dee7e08dd5e90a55 Size: 31144 Filename: python3-pycairo_1.10.0-r2.0_corei7-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.2 Depends: python3-core, python3-lang, python3-re, python3-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 28477a272d2be40663f5baf05b57f92b Size: 585530 Filename: python3-pydoc_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: cf93b9b09a7305838ef887fb78df990e Size: 674244 Filename: python3-pygobject-dbg_3.22.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: e8c5eca1ee706cb9da3468b21d1ac24f Size: 7192 Filename: python3-pygobject-dev_3.22.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 9ab824fbc42e9c93e2cb9f243e6b190b Size: 351196 Filename: python3-pygobject_3.22.0-r0.0_corei7-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.2 Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 11b7ccfe587d5e0db6b251966b3ecbc8 Size: 918 Filename: python3-pyvenv_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1b4f494df85c753e7fbf29147d7e0793 Size: 47766 Filename: python3-re_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), libreadline7 (>= 7.0), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: d1049a7ea8e8776ccbf3d78c6183cc15 Size: 17018 Filename: python3-readline_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: d7bad28494f438abd9dd31b183c2317e Size: 2340 Filename: python3-reprlib_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: bb298aa5374f95cf9c729629f88f9244 Size: 5658 Filename: python3-resource_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: e1955c3fbd8e83e5cb6e360ae4fe8fd0 Size: 57122 Filename: python3-rpm_4.13.90+git0+a8e51b3bb0-r0.0_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: f718cc95f111f66a85a78676da2e8bf1 Size: 12484 Filename: python3-selectors_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4b023b7130e208e4010cc0f6f526846c Size: 752 Filename: python3-setuptools-dbg_32.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: f041e020b6af5142b90f56d400d9cb54 Size: 878 Filename: python3-setuptools-dev_32.1.1-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 552efa588f41e409b739ea1e6536620f Size: 793252 Filename: python3-setuptools_32.1.1-r0.0_corei7-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.2 Depends: python3-compression, python3-core, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b2d06d51a13981610481ad9ce8e895f8 Size: 73070 Filename: python3-shell_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-enum Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: e5987e07746e1ee801af0d32591e528d Size: 2716 Filename: python3-signal_3.5.2-r1.0.2_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1cb62e126bbff45778d691e23d6622fc Size: 820 Filename: python3-smmap-dbg_0.9.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 1a1c84bd5b545ffda7c3e03f64dfe464 Size: 874 Filename: python3-smmap-dev_0.9.0-r0.0_corei7-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: corei7-64 Maintainer: Angstrom Developers MD5Sum: 6fff5e3b13144156a70afac2f3a7ed49 Size: 39052 Filename: python3-smmap_0.9.0-r0.0_corei7-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.2 Depends: python3-core, python3-email, python3-mime, python3-netserver Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: ae909a1a80f742193e45e73862c2c761 Size: 21646 Filename: python3-smtpd_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-sqlite3 Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: a6a640736df61308a836db865fb0278b Size: 102876 Filename: python3-sqlite3-tests_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: a0d03309b13df19220e19e0184a5a3a5 Size: 36022 Filename: python3-sqlite3_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 3a67350b26ed4e0fa6fb4ac95616b8e0 Size: 8018 Filename: python3-stringold_3.5.2-r1.0.2_corei7-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.2 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: corei7-64 Maintainer: Angstrom Developers MD5Sum: d4a09218c0aa55f64630c331edca8f76 Size: 69814 Filename: python3-subprocess_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 78190a56d470657f3a264f7e7de2a47b Size: 4666 Filename: python3-syslog_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-io Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 66c86d722597fb5933a84736eb51d3f6 Size: 5502 Filename: python3-terminal_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: d7020421e2e74d8e3bc70a410e03b80a Size: 13210620 Filename: python3-tests_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-io, python3-re, python3-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 70ebacc8233088963914b4e598930c7a Size: 111008 Filename: python3-textutils_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-lang Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 72b223922bc753055432b2e0069e6cf3 Size: 62650 Filename: python3-threading_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 521b3b7e866c34ba4c68cfd8acd6e0f0 Size: 622082 Filename: python3-tkinter_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 93d17575df8be042cb36a067e1615ffb Size: 72282 Filename: python3-typing_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-difflib, python3-io, python3-lang, python3-pprint, python3-shell, python3-stringold Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: 4d741752d46df233fcfaeb3d43e432dd Size: 680026 Filename: python3-unittest_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: b4f9b9a9bc4ebf7f6f820f76a64a4197 Size: 14444 Filename: python3-unixadmin_3.5.2-r1.0.2_corei7-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.2 Depends: libc6 (>= 2.25), libpython3.5m1.0 (>= 3.5.2), python3-core, python3-re Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: bdbf279c5ceeafd3e742540ae69ee99b Size: 391666 Filename: python3-xml_3.5.2-r1.0.2_corei7-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.2 Depends: python3-core, python3-lang, python3-netserver, python3-pydoc, python3-xml Section: devel/python Architecture: corei7-64 Maintainer: Angstrom Developers MD5Sum: dcef982b648f4706f837e5b745d68bde Size: 79730 Filename: python3-xmlrpc_3.5.2-r1.0.2_corei7-64.ipk Description: Python XML-RPC support The Python Programming Language. OE: python3 HomePage: http://www.python.org License: PSFv2 Priority: optional