165 lines
5.1 KiB
INI
165 lines
5.1 KiB
INI
|
[bencode]
|
||
|
homepage_url: http://bittorent.com/
|
||
|
download_url: https://pypi.python.org/pypi/bencode
|
||
|
maintainer: Thomas Rampelberg <thomas@bittorrent.com>
|
||
|
description_short: The BitTorrent bencode module as light-weight, standalone
|
||
|
package
|
||
|
description_long: The BitTorrent bencode module as light-weight, standalone
|
||
|
package
|
||
|
|
||
|
[binplist]
|
||
|
minimum_version: 0.1.4
|
||
|
homepage_url: https://code.google.com/p/binplist/
|
||
|
download_url: https://code.google.com/p/binplist/downloads/list
|
||
|
|
||
|
[construct]
|
||
|
minimum_version: 2.5.2
|
||
|
homepage_url: http://construct.readthedocs.org/en/latest/
|
||
|
download_url: https://pypi.python.org/pypi/construct
|
||
|
maintainer: Tomer Filiba <tomerfiliba@gmail.com>
|
||
|
description_short: Construct is a powerful declarative parser (and builder)
|
||
|
for binary data
|
||
|
description_long: Construct is a powerful declarative parser (and builder)
|
||
|
for binary data
|
||
|
|
||
|
[dfvfs]
|
||
|
minimum_version: 20140824
|
||
|
download_url: https://github.com/log2timeline/dfvfs
|
||
|
|
||
|
[dpkt]
|
||
|
minimum_version: 1.8
|
||
|
maintainer: Dug Song <dugsong@monkey.org>
|
||
|
homepage_url: https://code.google.com/p/dpkt/
|
||
|
download_url: https://code.google.com/p/dpkt/downloads/list
|
||
|
description_short: Python packet creation / parsing module
|
||
|
description_long: Python module for fast, simple packet creation / parsing,
|
||
|
with definitions for the basic TCP/IP protocols.
|
||
|
|
||
|
[ipython]
|
||
|
minimum_version: 1.2.1
|
||
|
|
||
|
[libbde]
|
||
|
minimum_version: 20140531
|
||
|
download_url: https://github.com/libyal/libbde
|
||
|
|
||
|
[libesedb]
|
||
|
minimum_version: 20140301
|
||
|
download_url: https://github.com/libyal/libesedb
|
||
|
|
||
|
[libevt]
|
||
|
minimum_version: 20141026
|
||
|
download_url: https://github.com/libyal/libevt
|
||
|
|
||
|
[libevtx]
|
||
|
minimum_version: 20141112
|
||
|
download_url: https://github.com/libyal/libevtx
|
||
|
|
||
|
[libewf]
|
||
|
minimum_version: 20131210
|
||
|
download_url: https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/
|
||
|
|
||
|
[libfwsi]
|
||
|
minimum_version: 20140714
|
||
|
download_url: https://github.com/libyal/libfwsi
|
||
|
|
||
|
[liblnk]
|
||
|
minimum_version: 20141026
|
||
|
download_url: https://github.com/libyal/liblnk
|
||
|
|
||
|
[libmsiecf]
|
||
|
minimum_version: 20130317
|
||
|
download_url: https://github.com/libyal/libmsiecf
|
||
|
|
||
|
[libolecf]
|
||
|
minimum_version: 20131012
|
||
|
download_url: https://github.com/libyal/libolecf
|
||
|
|
||
|
[libqcow]
|
||
|
minimum_version: 20131204
|
||
|
download_url: https://github.com/libyal/libqcow
|
||
|
|
||
|
[libregf]
|
||
|
minimum_version: 20130716
|
||
|
download_url: https://github.com/libyal/libregf
|
||
|
|
||
|
[libsmdev]
|
||
|
minimum_version: 20140529
|
||
|
download_url: https://github.com/libyal/libsmdev
|
||
|
|
||
|
[libsmraw]
|
||
|
minimum_version: 20140612
|
||
|
download_url: https://github.com/libyal/libsmraw
|
||
|
|
||
|
[libvhdi]
|
||
|
minimum_version: 20131210
|
||
|
download_url: https://github.com/libyal/libvhdi
|
||
|
|
||
|
[libvmdk]
|
||
|
minimum_version: 20140421
|
||
|
download_url: https://github.com/libyal/libvmdk
|
||
|
|
||
|
[libvshadow]
|
||
|
minimum_version: 20131209
|
||
|
download_url: https://github.com/libyal/libvshadow
|
||
|
|
||
|
[psutil]
|
||
|
minimum_version: 1.2.1
|
||
|
|
||
|
[pyparsing]
|
||
|
minimum_version: 2.0.2
|
||
|
maintainer: Paul McGuire <ptmcg@users.sourceforge.net>
|
||
|
homepage_url: http://pyparsing.wikispaces.com/
|
||
|
download_url: http://sourceforge.net/projects/pyparsing/files/
|
||
|
description_short:
|
||
|
description_long: The parsing module is an alternative approach to creating
|
||
|
and executing simple grammars, vs. the traditional lex/yacc approach,
|
||
|
or the use of regular expressions. The parsing module provides a library
|
||
|
of classes that client code uses to construct the grammar directly
|
||
|
in Python code.
|
||
|
|
||
|
[pysqlite]
|
||
|
minimum_version: 3.7.8
|
||
|
maintainer: Gerhard Häring <gh@ghaering.de>
|
||
|
homepage_url: https://github.com/ghaering/pysqlite
|
||
|
download_url: https://pypi.python.org/pypi/pysqlite/
|
||
|
description_short:
|
||
|
description_long: pysqlite is a DB-API 2.0-compliant database interface
|
||
|
for SQLite.
|
||
|
|
||
|
[pytz]
|
||
|
dpkg_dependencies: tzdata
|
||
|
dpkg_name: tz
|
||
|
maintainer: Stuart Bishop <stuart@stuartbishop.net>
|
||
|
homepage_url: http://pythonhosted.org/pytz/
|
||
|
download_url: http://pypi.python.org/pypi/pytz/
|
||
|
description_short:
|
||
|
description_long: python-tz brings the Olson tz database into Python.
|
||
|
This library allows accurate and cross platform timezone calculations
|
||
|
using Python 2.3 or higher. It also solves the issue of ambiguous times
|
||
|
at the end of daylight savings, which you can read more about in
|
||
|
the Python Library Reference (datetime.tzinfo).
|
||
|
|
||
|
[PyYAML]
|
||
|
minimum_version: 3.10
|
||
|
dpkg_name: yaml
|
||
|
maintainer: Kirill Simonov <xi@resolvent.net>
|
||
|
homepage_url: http://pyyaml.org/
|
||
|
download_url: https://pypi.python.org/pypi/PyYAML
|
||
|
description_short:
|
||
|
description_long: Python-yaml is a complete YAML 1.1 parser and emitter
|
||
|
for Python. It can parse all examples from the specification. The parsing
|
||
|
algorithm is simple enough to be a reference for YAML parser implementors.
|
||
|
A simple extension API is also provided. The package is built using libyaml
|
||
|
for improved speed.
|
||
|
|
||
|
[six]
|
||
|
minimum_version: 1.1.0
|
||
|
maintainer: Benjamin Peterson <benjamin@python.org>
|
||
|
homepage_url: http://pypi.python.org/pypi/six/
|
||
|
download_url: http://pypi.python.org/pypi/six/
|
||
|
description_short: Python 2 and 3 compatibility library (Python 2 interface)
|
||
|
description_long: Six is a Python 2 and 3 compatibility library. It provides
|
||
|
utility functions for smoothing over the differences between the Python
|
||
|
versions with the goal of writing Python code that is compatible on both
|
||
|
Python versions.
|