Package: libmaxminddb-dbg Architecture: amd64 Version: 1.0.4-2 Multi-Arch: same Priority: extra Section: debug Source: libmaxminddb Maintainer: Faidon Liambotis Installed-Size: 94 Depends: libmaxminddb0 (= 1.0.4-2) Filename: dists/trusty/intelmq-testing/binary-amd64/libmaxminddb-dbg_1.0.4-2_amd64.deb Size: 36166 MD5sum: 19409170dac5ff21c7e737034f055cf5 SHA1: afd14d2bf5c18fca07fb1270bd89533f8ddf072c SHA256: a96ea7b75c5aeb432883c03a5af6efb7a04c21329d03bd02d344cd85325ca63b SHA512: 30c5b278b6d490077553a780ea856f36f3458ce353b7ca098acaa7193b0c9ef5d6fb1cc5d46209bdbc2d116b5eb9512ffe6b9a7df72ade1a29e5b81ccdcfe1e9 Homepage: http://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library (debugging symbols) The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. . This package contains the debugging symbols for the libmaxminddb library. Package: libmaxminddb-dev Architecture: amd64 Version: 1.0.4-2 Multi-Arch: same Priority: optional Section: libdevel Source: libmaxminddb Maintainer: Faidon Liambotis Installed-Size: 92 Depends: libmaxminddb0 (= 1.0.4-2) Filename: dists/trusty/intelmq-testing/binary-amd64/libmaxminddb-dev_1.0.4-2_amd64.deb Size: 16848 MD5sum: da6b3400a31089894c49f064fa05b0a8 SHA1: 8d6f83893c0b01680faabd9d575981794740324a SHA256: 19cefdcf5a94cdc3c8ae80f7cb6810cda5c6647d35a06fbc502ff2199ccbc640 SHA512: fa35cb150655104625d66355776b3a19ff556e0787ad6fbb14c24c5eb67b7093d183e457fd05609ad31952699a3714e920b3defc4f9679944ecc7eafd2f28fa1 Homepage: http://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library (development headers) The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. . This package contains the development files for the libmaxminddb library. Package: libmaxminddb0 Architecture: amd64 Version: 1.0.4-2 Multi-Arch: same Priority: optional Section: libs Source: libmaxminddb Maintainer: Faidon Liambotis Installed-Size: 85 Depends: libc6 (>= 2.14) Suggests: mmdb-bin Filename: dists/trusty/intelmq-testing/binary-amd64/libmaxminddb0_1.0.4-2_amd64.deb Size: 24900 MD5sum: 922c58aed3452cf60c0fccfbba40247e SHA1: c5479ba6613c52d627dcf38dc2aca59ed262ec38 SHA256: b396c27459fdbc120cb552d4048608dbb0f519cdb81a78f74178fad9a19cbe8c SHA512: 45dc57c35776671a9f8bb2fde692b29f89a41358b83c8766ecc1891e6edf8bc1d0fcd1c321c652ac3a6c5d68b16d6851fda0dc9063e143a7d9973a1563f67f26 Homepage: http://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Package: python-falcon Architecture: amd64 Version: 1.0.0-2 Priority: optional Section: python Maintainer: PKG OpenStack Installed-Size: 1848 Depends: python-mimeparse, python-six, python (<< 2.8), python:any (>= 2.7.5-5~), python (>= 2.7~), libc6 (>= 2.4) Filename: dists/trusty/intelmq-testing/binary-amd64/python-falcon_1.0.0-2_amd64.deb Size: 379202 MD5sum: a79228b97ea7bbec30a16ebc2707dc08 SHA1: 9c03ea7e1c8033709617e81df0dd021f20d96add SHA256: 6ad16254b4f3ff08fc169fef69fbe4a11e9db7c3a887d0530f0f6989fa00de55 SHA512: 3431c4b7be9ad3d65e815e08df58ec8b6270a978f7c0fb6320d6d553906d9409fa4b3f44add6c42b9d38c5b23e1d61bbb35fc3110cf15cf50ad0cd18d3276dc7 Homepage: http://falconframework.org Description: supersonic micro-framework for building cloud APIs - Python 2.x Falcon is a high-performance Python framework for building cloud APIs. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. . Unlike other Python web frameworks, Falcon won't bottleneck your API's performance under highly concurrent workloads. Many frameworks max out at serving simple "hello world" requests at a few thousand req/sec, while Falcon can easily serve many more on the same hardware. . Falcon isn't very opinionated. In other words, the framework leaves a lot of decisions and implementation details to you. . Features: * Intuitive routing via URI templates and resource classes * Easy access to headers and bodies through request and response classes * Idiomatic HTTP error responses via a handy exception base class * DRY request processing using global, resource, and method hooks * Snappy unit testing through WSGI helpers and mocks * 20% speed boost when Cython is available * Python 2.6, Python 2.7, PyPy and Python 3.3 support . This package provides the Python 2.x module. Package: python3-falcon Architecture: amd64 Version: 1.0.0-2 Priority: optional Section: python Source: python-falcon Maintainer: PKG OpenStack Installed-Size: 1862 Depends: python3-mimeparse, python3-six, python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4) Filename: dists/trusty/intelmq-testing/binary-amd64/python3-falcon_1.0.0-2_amd64.deb Size: 380408 MD5sum: 0763e82b2f9de852193ad1bd5582aa09 SHA1: a42bb2eb862e65808fa8a2071c4d2eda1e1b8d9a SHA256: 4bdd58b8d0af89cbee28210c80b1d0f4bf6739b6444e7c8aec2f429e3e855bce SHA512: d1cbfc6cae94ad4ee9588aba4457b7c3adb72d9c86ae01d5c87ec2c9ef2e4b989ec3ca186bf86607e6d3bb016f52cd1e7d14af81a9082bd7b6c42e7224e34714 Homepage: http://falconframework.org Description: supersonic micro-framework for building cloud APIs - Python 3.x Falcon is a high-performance Python framework for building cloud APIs. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. . Unlike other Python web frameworks, Falcon won't bottleneck your API's performance under highly concurrent workloads. Many frameworks max out at serving simple "hello world" requests at a few thousand req/sec, while Falcon can easily serve many more on the same hardware. . Falcon isn't very opinionated. In other words, the framework leaves a lot of decisions and implementation details to you. . Features: * Intuitive routing via URI templates and resource classes * Easy access to headers and bodies through request and response classes * Idiomatic HTTP error responses via a handy exception base class * DRY request processing using global, resource, and method hooks * Snappy unit testing through WSGI helpers and mocks * 20% speed boost when Cython is available * Python 2.6, Python 2.7, PyPy and Python 3.3 support . This package provides the Python 3.x module. Package: python3-maxminddb Architecture: amd64 Version: 1.2.0-1 Priority: optional Section: python Source: python-maxminddb Maintainer: Ubuntu Developers Original-Maintainer: Faidon Liambotis Installed-Size: 94 Depends: python3 (<< 3.6), python3 (>= 3.4~), libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2) Suggests: python-maxmindb-doc Filename: dists/trusty/intelmq-testing/binary-amd64/python3-maxminddb_1.2.0-1_amd64.deb Size: 17246 MD5sum: d090e07e089356be799a31169f415236 SHA1: 3e5c26ebf013a2d4ec93959def39bfea6c5e1fd6 SHA256: ac27e5c8dd52051901a2219e5ccb55cac57d4df7bf634e166091ac703a4f51e5 SHA512: 8a45d9ee0d83beecd3b1e5c267b6a20930c01d38faed18ded9fe37d7c96f36db9c613ac16a0044eb9e44db091fe40c99fa7cc50aadd836a4737afbe63ac72765 Description: Python 3 module for reading the MaxMind DB format This is a Python module for reading MaxMind DB files. The module includes both a pure Python reader and an optional C extension. . MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). . This is the Python 3 version of the package. Package: python3-pyasn Architecture: amd64 Version: 1.5.0b6-1 Priority: optional Section: python Source: pyasn Maintainer: Sascha Wilde Installed-Size: 134 Depends: python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.4) Filename: dists/trusty/intelmq-testing/binary-amd64/python3-pyasn_1.5.0b6-1_amd64.deb Size: 28412 MD5sum: 269e59130ca245eaebd4c854cb6c2da5 SHA1: 0327bd93dca14aabccae46f8470e8e94c96280c3 SHA256: 3f610cc7b8e1a60f997114d402a3126e270d084f6b12457d3c800c3bdcbc12cc SHA512: 2c29480293bc32043ad0e9a2bf2ce7aec209e5a2f144461fde3f8ed7e1a99620ea2045d88449f01fdb46ea6b8789d0ee0c449a158dae110f203ff707bcdc56b7 Homepage: https://github.com/hadiasghari/pyasn Description: Offline IP address to Autonomous System Number lookup module enables very fast IP address to Autonomous System Number lookups. Current state and Historical lookups can be done, based on the BGP / MRT file used as input. . pyasn is different from other ASN lookup tools in that it providers offline and historical lookups. It provides utility scripts for users to build their own lookup databases based on any BGP/MRT dump file. This makes *pyasn* much faster than online dig/whois/json lookups. . The module is written in C and Python, and cross-compiles on Linux and Windows. Underneath, it uses a radix tree data structure for storage of IP addresses. In the current version, it borrows code from py-radix to support both IPv4 and IPv6 network prefixes. The current release is a beta. Compared to the previous version, it provides Package: python3-pyasn Architecture: amd64 Version: 1.5.0b7-1 Priority: optional Section: python Source: pyasn Maintainer: Sascha Wilde Installed-Size: 136 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4) Filename: dists/trusty/intelmq-testing/binary-amd64/python3-pyasn_1.5.0b7-1_amd64.deb Size: 28756 MD5sum: e53fcc0bf72aa9d28579b03acc531775 SHA1: 4d7b48fec3d3c0137b6e63f13a26fc1eb6ff0fc7 SHA256: 92dd1ae85592251de8d377b121865c8da9f0260c0749c44d083574a7c5b989fe SHA512: 79b456f24f4176e9eb78b847d7769750a0231ba0ebd334c70356cab7371545b9abf984396e9ac9b3646cafa0cedfa31f72947a213095e55b3ff29de1d0207779 Homepage: https://github.com/hadiasghari/pyasn Description: Offline IP address to Autonomous System Number lookup module enables very fast IP address to Autonomous System Number lookups. Current state and Historical lookups can be done, based on the BGP / MRT file used as input. . pyasn is different from other ASN lookup tools in that it providers offline and historical lookups. It provides utility scripts for users to build their own lookup databases based on any BGP/MRT dump file. This makes *pyasn* much faster than online dig/whois/json lookups. . The module is written in C and Python, and cross-compiles on Linux and Windows. Underneath, it uses a radix tree data structure for storage of IP addresses. In the current version, it borrows code from py-radix to support both IPv4 and IPv6 network prefixes. The current release is a beta. Compared to the previous version, it provides