mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
This commit is contained in:
parent
076315d64d
commit
6670f0b757
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334452
@ -1,3 +1,3 @@
|
|||||||
An MPD (Music Player Daemon) client library written in pure Python.
|
An MPD (Music Player Daemon) client library written in pure Python.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/python-mpd/
|
WWW: https://pypi.python.org/pypi/python-mpd/
|
||||||
|
@ -6,4 +6,4 @@ variety of ReportLab-related contexts, e.g. as Platypus Flowable objects
|
|||||||
or in RML2PDF. As a command-line tool it converts SVG files into PDF
|
or in RML2PDF. As a command-line tool it converts SVG files into PDF
|
||||||
ones.
|
ones.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/svglib/
|
WWW: https://pypi.python.org/pypi/svglib/
|
||||||
|
@ -5,4 +5,4 @@ The representation is almost always an attempt at *transliteration*
|
|||||||
-- i.e., conveying, in Roman letters, the pronunciation expressed by
|
-- i.e., conveying, in Roman letters, the pronunciation expressed by
|
||||||
the text in some other writing system. (See the example above)
|
the text in some other writing system. (See the example above)
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Unidecode
|
WWW: https://pypi.python.org/pypi/Unidecode
|
||||||
|
@ -7,4 +7,4 @@ that if some blocks are lost then the original data can be recovered
|
|||||||
from the remaining blocks. The zfec package includes command-line
|
from the remaining blocks. The zfec package includes command-line
|
||||||
tools, C API, Python API, and Haskell API.
|
tools, C API, Python API, and Haskell API.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/zfec/
|
WWW: https://pypi.python.org/pypi/zfec/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
zbase32 is a base32 encoder/decoder. It is an alternate
|
zbase32 is a base32 encoder/decoder. It is an alternate
|
||||||
base32 encoder but not RFC 3548 compliant.
|
base32 encoder but not RFC 3548 compliant.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/zbase32/
|
WWW: https://pypi.python.org/pypi/zbase32/
|
||||||
|
@ -13,4 +13,4 @@ including:
|
|||||||
* Default options
|
* Default options
|
||||||
* Persistent "cookies" to retain state information between check runs
|
* Persistent "cookies" to retain state information between check runs
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/nagiosplugin
|
WWW: https://pypi.python.org/pypi/nagiosplugin
|
||||||
|
@ -6,4 +6,4 @@ Text is returned as unicode, and codepage settings in tables are
|
|||||||
honored. Documentation needs work, but author is very responsive
|
honored. Documentation needs work, but author is very responsive
|
||||||
to e-mails.
|
to e-mails.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/dbf/
|
WWW: https://pypi.python.org/pypi/dbf/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application.
|
Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Flask-SQLAlchemy
|
WWW: https://pypi.python.org/pypi/Flask-SQLAlchemy
|
||||||
|
@ -2,4 +2,4 @@ pyhs (python-handler-socket) is a Python client library for the
|
|||||||
HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/>
|
HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/>
|
||||||
MySQL plugin.
|
MySQL plugin.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/python-handler-socket
|
WWW: https://pypi.python.org/pypi/python-handler-socket
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pylibmc is a Python wrapper around the accompanying C Python extension
|
pylibmc is a Python wrapper around the accompanying C Python extension
|
||||||
_pylibmc, which is a wrapper around libmemcached from TangentOrg.
|
_pylibmc, which is a wrapper around libmemcached from TangentOrg.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pylibmc
|
WWW: https://pypi.python.org/pypi/pylibmc
|
||||||
|
@ -15,4 +15,4 @@ Three scripts are provided:
|
|||||||
be run multiple times.
|
be run multiple times.
|
||||||
* hgpushsvn pushes your local Mercurial commits back to the SVN repository.
|
* hgpushsvn pushes your local Mercurial commits back to the SVN repository.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/hgsvn
|
WWW: https://pypi.python.org/pypi/hgsvn
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pep8 is a tool to check your Python code against some of the style conventions
|
pep8 is a tool to check your Python code against some of the style conventions
|
||||||
in PEP 8.
|
in PEP 8.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pep8
|
WWW: https://pypi.python.org/pypi/pep8
|
||||||
|
@ -4,4 +4,4 @@ tracking, line number table generation, constant and variable name index
|
|||||||
tracking, etc. That way, you can focus your attention on the desired
|
tracking, etc. That way, you can focus your attention on the desired
|
||||||
semantics of your bytecode instead of on these mechanical issues.
|
semantics of your bytecode instead of on these mechanical issues.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/BytecodeAssembler
|
WWW: https://pypi.python.org/pypi/BytecodeAssembler
|
||||||
|
@ -6,4 +6,4 @@ Python expressions, and CLOS-like method combining. (But the framework
|
|||||||
allows you to mix and match dispatch engines and custom method
|
allows you to mix and match dispatch engines and custom method
|
||||||
combinations, if you need or want to.)
|
combinations, if you need or want to.)
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/PEAK-Rules
|
WWW: https://pypi.python.org/pypi/PEAK-Rules
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Action icons product for the Zope Content Management Framework.
|
Action icons product for the Zope Content Management Framework.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Products.CMFActionIcons/
|
WWW: https://pypi.python.org/pypi/Products.CMFActionIcons/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Basic building blocks for python applications
|
Basic building blocks for python applications
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/python-application/
|
WWW: https://pypi.python.org/pypi/python-application/
|
||||||
|
@ -8,4 +8,4 @@ files is required, such as portable bitmap image files (.pbm). Also, when
|
|||||||
dealing with compressed data which uses variable bit length encoding, you may
|
dealing with compressed data which uses variable bit length encoding, you may
|
||||||
find this module useful.
|
find this module useful.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/bitarray
|
WWW: https://pypi.python.org/pypi/bitarray
|
||||||
|
@ -8,4 +8,4 @@ read from, searched and replaced, and navigated in, similar to a file or stream.
|
|||||||
|
|
||||||
bitstring is open source software, and has been released under the MIT licence.
|
bitstring is open source software, and has been released under the MIT licence.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/bitstring
|
WWW: https://pypi.python.org/pypi/bitstring
|
||||||
|
@ -14,4 +14,4 @@ The recommended message broker is RabbitMQ, but limited support for Redis,
|
|||||||
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
|
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
|
||||||
ORM) is also available.
|
ORM) is also available.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/celery/
|
WWW: https://pypi.python.org/pypi/celery/
|
||||||
|
@ -2,4 +2,4 @@ A port from the CLD (Compact Language Detector) library embedded in
|
|||||||
Google's Chromium browser. The library detects the language from
|
Google's Chromium browser. The library detects the language from
|
||||||
provided UTF8 text (plain text or HTML). This is python bindings.
|
provided UTF8 text (plain text or HTML). This is python bindings.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/chromium_compact_language_detector
|
WWW: https://pypi.python.org/pypi/chromium_compact_language_detector
|
||||||
|
@ -7,4 +7,4 @@ Windows, too. It also provides some shortcuts to help generate ANSI sequences,
|
|||||||
and works fine in conjunction with any other ANSI sequence generation library,
|
and works fine in conjunction with any other ANSI sequence generation library,
|
||||||
such as Termcolor.
|
such as Termcolor.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/colorama
|
WWW: https://pypi.python.org/pypi/colorama
|
||||||
|
@ -8,4 +8,4 @@ steps are much the same for every daemon program. A DaemonContext instance holds
|
|||||||
the behaviour and configured process environment for the program; use the
|
the behaviour and configured process environment for the program; use the
|
||||||
instance as a context manager to enter a daemon state.
|
instance as a context manager to enter a daemon state.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/python-daemon/
|
WWW: https://pypi.python.org/pypi/python-daemon/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
py-darcsver is a python module to generate a version
|
py-darcsver is a python module to generate a version
|
||||||
number from darcs history.
|
number from darcs history.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/darcsver
|
WWW: https://pypi.python.org/pypi/darcsver
|
||||||
|
@ -11,4 +11,4 @@ for the average programmer, and to popularize decorators usage giving
|
|||||||
examples of useful decorators, such as memoize, tracing,
|
examples of useful decorators, such as memoize, tracing,
|
||||||
redirecting_stdout, locked, etc.
|
redirecting_stdout, locked, etc.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/decorator
|
WWW: https://pypi.python.org/pypi/decorator
|
||||||
|
@ -8,4 +8,4 @@ The project has two goals:
|
|||||||
- Re-factoring the code, and releasing it in several distributions. This work is
|
- Re-factoring the code, and releasing it in several distributions. This work is
|
||||||
being done in the 0.7.x series but not yet released.
|
being done in the 0.7.x series but not yet released.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/distribute
|
WWW: https://pypi.python.org/pypi/distribute
|
||||||
|
@ -2,4 +2,4 @@ This package is a setuptools plugin: it adds a file to the generated .egg-info
|
|||||||
directory, capturing the information used by the setup.py test command when
|
directory, capturing the information used by the setup.py test command when
|
||||||
running tests.
|
running tests.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/eggtestinfo
|
WWW: https://pypi.python.org/pypi/eggtestinfo
|
||||||
|
@ -2,4 +2,4 @@ The peak.util.extremes module provides a production-quality implementation
|
|||||||
of the Min and Max objects from PEP 326.
|
of the Min and Max objects from PEP 326.
|
||||||
|
|
||||||
Author: Phillip J. Eby
|
Author: Phillip J. Eby
|
||||||
WWW: http://pypi.python.org/pypi/Extremes/
|
WWW: https://pypi.python.org/pypi/Extremes/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Add i18n/l10n support to Flask applications with the help of the Babel library.
|
Add i18n/l10n support to Flask applications with the help of the Babel library.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Flask-Babel
|
WWW: https://pypi.python.org/pypi/Flask-Babel
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
A reference implementation of the PythonGeoInterface and
|
A reference implementation of the PythonGeoInterface and
|
||||||
the GeoJSON draft.
|
the GeoJSON draft.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/geojson/
|
WWW: https://pypi.python.org/pypi/geojson/
|
||||||
|
@ -2,4 +2,4 @@ greenlet provides a primitive form of micro-threads in the form of a native
|
|||||||
extension module to Python. Higher-level primitives such as coroutine scheduling
|
extension module to Python. Higher-level primitives such as coroutine scheduling
|
||||||
are not part of greenlet itself, but can be built upon it.
|
are not part of greenlet itself, but can be built upon it.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/greenlet
|
WWW: https://pypi.python.org/pypi/greenlet
|
||||||
|
@ -6,4 +6,4 @@ Consistent hashing is a scheme that provides a hash table functionality
|
|||||||
in a way that the adding or removing of one slot does not significantly
|
in a way that the adding or removing of one slot does not significantly
|
||||||
change the mapping of keys to slots.
|
change the mapping of keys to slots.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/hash_ring
|
WWW: https://pypi.python.org/pypi/hash_ring
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
A library for running shell pipelines using shell-like syntax
|
A library for running shell pipelines using shell-like syntax
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/iterpipes
|
WWW: https://pypi.python.org/pypi/iterpipes
|
||||||
|
@ -9,4 +9,4 @@ Python interpreter. JCC attempts to make these Python types pythonic by
|
|||||||
detecting iterators and property accessors. Iterators and mappings may
|
detecting iterators and property accessors. Iterators and mappings may
|
||||||
also be declared to JCC.
|
also be declared to JCC.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/JCC/
|
WWW: https://pypi.python.org/pypi/JCC/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
JavaScript minifier.
|
JavaScript minifier.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/jsmin
|
WWW: https://pypi.python.org/pypi/jsmin
|
||||||
|
@ -4,4 +4,4 @@ server and user agent. This module aims to produce
|
|||||||
a library for serializing and deserializing JSON
|
a library for serializing and deserializing JSON
|
||||||
that conforms strictly to RFC 4627.
|
that conforms strictly to RFC 4627.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/jsonlib/
|
WWW: https://pypi.python.org/pypi/jsonlib/
|
||||||
|
@ -4,4 +4,4 @@ server and user agent. This module aims to produce
|
|||||||
a library for serializing and deserializing JSON
|
a library for serializing and deserializing JSON
|
||||||
that conforms strictly to RFC 4627.
|
that conforms strictly to RFC 4627.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/jsonlib2/
|
WWW: https://pypi.python.org/pypi/jsonlib2/
|
||||||
|
@ -5,4 +5,4 @@ API is identical across both Unix (including Linux and Mac) and Windows
|
|||||||
platforms. The lock mechanism relies on the atomic nature of the link
|
platforms. The lock mechanism relies on the atomic nature of the link
|
||||||
(on Unix) and mkdir (on Windows) system calls.
|
(on Unix) and mkdir (on Windows) system calls.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/lockfile/
|
WWW: https://pypi.python.org/pypi/lockfile/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Manuel lets you build tested documentation.
|
Manuel lets you build tested documentation.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/manuel
|
WWW: https://pypi.python.org/pypi/manuel
|
||||||
|
@ -6,4 +6,4 @@ After performing an action, you can make assertions about which methods /
|
|||||||
attributes were used and arguments they were called with. You can also specify
|
attributes were used and arguments they were called with. You can also specify
|
||||||
return values and set needed attributes in the normal way.
|
return values and set needed attributes in the normal way.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/mock
|
WWW: https://pypi.python.org/pypi/mock
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
py-mwlib.rl provides a library for writing pdf documents from mediawiki
|
py-mwlib.rl provides a library for writing pdf documents from mediawiki
|
||||||
articles which were parsed by the mwlib library.
|
articles which were parsed by the mwlib library.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/mwlib.rl/
|
WWW: https://pypi.python.org/pypi/mwlib.rl/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
py-mwlib provides a library for parsing mediawiki articles.
|
py-mwlib provides a library for parsing mediawiki articles.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/mwlib/
|
WWW: https://pypi.python.org/pypi/mwlib/
|
||||||
|
@ -3,4 +3,4 @@ recipe has big-oh performance that matches regular dictionaries
|
|||||||
(amortized O(1) insertion/deletion/lookup and O(n)
|
(amortized O(1) insertion/deletion/lookup and O(n)
|
||||||
iteration/repr/copy/equality_testing).
|
iteration/repr/copy/equality_testing).
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/ordereddict
|
WWW: https://pypi.python.org/pypi/ordereddict
|
||||||
|
@ -5,4 +5,4 @@ PrettyTable allows for selection of which columns are to be printed,
|
|||||||
independent alignment of columns (left or right justified or centred)
|
independent alignment of columns (left or right justified or centred)
|
||||||
and printing of "sub-tables" by specifying a row range.
|
and printing of "sub-tables" by specifying a row range.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/PrettyTable
|
WWW: https://pypi.python.org/pypi/PrettyTable
|
||||||
|
@ -18,4 +18,4 @@ functions but want their users to easily override a method without
|
|||||||
figuring out how to write a more specific rule or when it is not
|
figuring out how to write a more specific rule or when it is not
|
||||||
feasible.
|
feasible.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/prioritized_methods/
|
WWW: https://pypi.python.org/pypi/prioritized_methods/
|
||||||
|
@ -6,4 +6,4 @@ to debug code right where you write and test it--in a terminal. If
|
|||||||
you've worked with the excellent (but nowadays ancient) DOS-based
|
you've worked with the excellent (but nowadays ancient) DOS-based
|
||||||
Turbo Pascal or C tools, PuDB's UI might look familiar.
|
Turbo Pascal or C tools, PuDB's UI might look familiar.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pudb/
|
WWW: https://pypi.python.org/pypi/pudb/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
An iCalendar and vCard project for python.
|
An iCalendar and vCard project for python.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pycalendar/2.0
|
WWW: https://pypi.python.org/pypi/pycalendar/2.0
|
||||||
SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/
|
SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
|
py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
|
||||||
This module allows you to parse and extract data from GPX files.
|
This module allows you to parse and extract data from GPX files.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pygpx/
|
WWW: https://pypi.python.org/pypi/pygpx/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
pymarc is a python library for working with MARC21 bibliographic data.
|
pymarc is a python library for working with MARC21 bibliographic data.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pymarc
|
WWW: https://pypi.python.org/pypi/pymarc
|
||||||
|
@ -4,4 +4,4 @@ to python object, and XMLout python object to xml.
|
|||||||
This module is inspired by XML::Simple in CPAN, but some options of
|
This module is inspired by XML::Simple in CPAN, but some options of
|
||||||
XML::Simple are not supported.
|
XML::Simple are not supported.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pyxml2obj/
|
WWW: https://pypi.python.org/pypi/pyxml2obj/
|
||||||
|
@ -2,4 +2,4 @@ repoze.lru is a LRU (least recently used) cache implementation.
|
|||||||
Keys and values that are not used frequently will be evicted
|
Keys and values that are not used frequently will be evicted
|
||||||
from the cache faster than keys and values that are used frequently.
|
from the cache faster than keys and values that are used frequently.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/repoze.lru
|
WWW: https://pypi.python.org/pypi/repoze.lru
|
||||||
|
@ -11,4 +11,4 @@ with code samples.
|
|||||||
never decrease -- if it ever does, report it as a bug!
|
never decrease -- if it ever does, report it as a bug!
|
||||||
* TurboGears 2 is officially supported as well.
|
* TurboGears 2 is officially supported as well.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/repoze.what-pylons/
|
WWW: https://pypi.python.org/pypi/repoze.what-pylons/
|
||||||
|
@ -4,4 +4,4 @@ Because it only serializes literals and recreates the objects using
|
|||||||
ast.literal_eval(), the serialized data is safe to transport to other
|
ast.literal_eval(), the serialized data is safe to transport to other
|
||||||
machines (over the network for instance) and de-serialize it there.
|
machines (over the network for instance) and de-serialize it there.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/serpent
|
WWW: https://pypi.python.org/pypi/serpent
|
||||||
|
@ -3,4 +3,4 @@ A setproctitle implementation for Python.
|
|||||||
The library allows a process to change its title (as displayed by system tools
|
The library allows a process to change its title (as displayed by system tools
|
||||||
such as ps(1) and top(1).
|
such as ps(1) and top(1).
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/setproctitle/
|
WWW: https://pypi.python.org/pypi/setproctitle/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Setuptools revision control system plugin for Git.
|
Setuptools revision control system plugin for Git.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/setuptools-git
|
WWW: https://pypi.python.org/pypi/setuptools-git
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
setuptools plugin for darcs.
|
setuptools plugin for darcs.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/setuptools_darcs/
|
WWW: https://pypi.python.org/pypi/setuptools_darcs/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
setuptools plugin for Mercurial version control system.
|
setuptools plugin for Mercurial version control system.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/setuptools_hg
|
WWW: https://pypi.python.org/pypi/setuptools_hg
|
||||||
|
@ -4,4 +4,4 @@ is not concerned with data formats or coordinate reference systems.
|
|||||||
Responsibility for reading and writing data and projecting coordinates
|
Responsibility for reading and writing data and projecting coordinates
|
||||||
is left to other packages like WorldMill and pyproj.
|
is left to other packages like WorldMill and pyproj.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Shapely/
|
WWW: https://pypi.python.org/pypi/Shapely/
|
||||||
|
@ -12,4 +12,4 @@ pickle).
|
|||||||
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by
|
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by
|
||||||
default).
|
default).
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/simplejson
|
WWW: https://pypi.python.org/pypi/simplejson
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Speaklater is a Python module that provides lazy strings for translations.
|
Speaklater is a Python module that provides lazy strings for translations.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/speaklater
|
WWW: https://pypi.python.org/pypi/speaklater
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
ANSII Color formatting for output in terminal.
|
ANSII Color formatting for output in terminal.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/termcolor
|
WWW: https://pypi.python.org/pypi/termcolor
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
timelib is a short wrapper around php's internal timelib module.
|
timelib is a short wrapper around php's internal timelib module.
|
||||||
It currently only provides a few functions.
|
It currently only provides a few functions.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/timelib/
|
WWW: https://pypi.python.org/pypi/timelib/
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
with the `trace' module of the standard python library into a set of human
|
with the `trace' module of the standard python library into a set of human
|
||||||
readable HTML documents showing sortable summary and annotated source files.
|
readable HTML documents showing sortable summary and annotated source files.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/trace2html
|
WWW: https://pypi.python.org/pypi/trace2html
|
||||||
|
@ -14,4 +14,4 @@ of trait attributes within the class. Trait attributes defined by
|
|||||||
a classs are automatically inherited by any subclass derived from
|
a classs are automatically inherited by any subclass derived from
|
||||||
the class.
|
the class.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Traits/
|
WWW: https://pypi.python.org/pypi/Traits/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
py-transaction contains a generic transaction implementation
|
py-transaction contains a generic transaction implementation
|
||||||
for Python. It is mainly used by the ZODB, though.
|
for Python. It is mainly used by the ZODB, though.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/transaction/
|
WWW: https://pypi.python.org/pypi/transaction/
|
||||||
|
@ -2,4 +2,4 @@ unittest2 is a backport of the new features added to the
|
|||||||
unittest testing framework in Python 2.7. It is tested to
|
unittest testing framework in Python 2.7. It is tested to
|
||||||
on Python 2.4 - 2.7.
|
on Python 2.4 - 2.7.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/unittest2
|
WWW: https://pypi.python.org/pypi/unittest2
|
||||||
|
@ -3,4 +3,4 @@ actions. Instead of taking actions when a function (or class) decorator
|
|||||||
is executed at import time, you can defer the action usually taken by
|
is executed at import time, you can defer the action usually taken by
|
||||||
the decorator until a separate "scan" phase.
|
the decorator until a separate "scan" phase.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/venusian
|
WWW: https://pypi.python.org/pypi/venusian
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Smart replacement for plain tuple used in __version__.
|
Smart replacement for plain tuple used in __version__.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/versiontools
|
WWW: https://pypi.python.org/pypi/versiontools
|
||||||
|
@ -6,4 +6,4 @@ code and extends with following things:
|
|||||||
Ability to ignore unused import warnings (-i argument)
|
Ability to ignore unused import warnings (-i argument)
|
||||||
Better sorting of warnings/errors
|
Better sorting of warnings/errors
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/py_static_check
|
WWW: https://pypi.python.org/pypi/py_static_check
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
pythk is a collection of functions for Python. It is used by sqlcc.
|
pythk is a collection of functions for Python. It is used by sqlcc.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pythk/
|
WWW: https://pypi.python.org/pypi/pythk/
|
||||||
|
@ -7,4 +7,4 @@ Accurately knowing the public suffix of a domain is useful when handling web
|
|||||||
browser cookies, highlighting the most important part of a domain name in a
|
browser cookies, highlighting the most important part of a domain name in a
|
||||||
user interface or sorting URLs by web site
|
user interface or sorting URLs by web site
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/publicsuffix/
|
WWW: https://pypi.python.org/pypi/publicsuffix/
|
||||||
|
@ -4,4 +4,4 @@ The shapes are using Network Topology Icons designed by Cisco Systems, Inc.
|
|||||||
o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html
|
o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html
|
||||||
o Cisco Systems, Inc: http://www.cisco.com/
|
o Cisco Systems, Inc: http://www.cisco.com/
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/blockdiagcontrib-cisco/
|
WWW: https://pypi.python.org/pypi/blockdiagcontrib-cisco/
|
||||||
|
@ -5,5 +5,5 @@ is generated (and saved). Thumbnail aliases can be defined, providing
|
|||||||
predefined thumbnail options. This also allows for generation of thumbnails
|
predefined thumbnail options. This also allows for generation of thumbnails
|
||||||
when the source image is uploaded.
|
when the source image is uploaded.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/easy-thumbnails/
|
WWW: https://pypi.python.org/pypi/easy-thumbnails/
|
||||||
WWW: https://github.com/SmileyChris/easy-thumbnails
|
WWW: https://github.com/SmileyChris/easy-thumbnails
|
||||||
|
@ -4,4 +4,4 @@ morphology operations, working with numpy arrays representing images.
|
|||||||
Includes basic operations for morphological image processing such as erode,
|
Includes basic operations for morphological image processing such as erode,
|
||||||
dilate, open, tophat opening, watershed and more.
|
dilate, open, tophat opening, watershed and more.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pymorph
|
WWW: https://pypi.python.org/pypi/pymorph
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
The MailHost product provides support for sending email from within
|
The MailHost product provides support for sending email from within
|
||||||
the Zope environment using MailHost objects.
|
the Zope environment using MailHost objects.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Products.MailHost/
|
WWW: https://pypi.python.org/pypi/Products.MailHost/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SecureMailHost is a reimplementation of the standard Zope2 MailHost
|
SecureMailHost is a reimplementation of the standard Zope2 MailHost
|
||||||
with some security and usability enhancements.
|
with some security and usability enhancements.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/Products.SecureMailHost/
|
WWW: https://pypi.python.org/pypi/Products.SecureMailHost/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
zope.sendmail is a package for email sending from Zope3 applications.
|
zope.sendmail is a package for email sending from Zope3 applications.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/zope.sendmail
|
WWW: https://pypi.python.org/pypi/zope.sendmail
|
||||||
|
@ -3,4 +3,4 @@ IEEE754 double-precision special values. It provides constants for
|
|||||||
Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf),
|
Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf),
|
||||||
as well as functions to test for these values.
|
as well as functions to test for these values.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/fpconst
|
WWW: https://pypi.python.org/pypi/fpconst
|
||||||
|
@ -8,4 +8,4 @@ methods that make using the DOM a little easier.
|
|||||||
Implementations based on PyXML and lxml/libxml2 are
|
Implementations based on PyXML and lxml/libxml2 are
|
||||||
available.
|
available.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/mathdom/
|
WWW: https://pypi.python.org/pypi/mathdom/
|
||||||
|
@ -8,4 +8,4 @@ extremely flexible and applicable to a large suite of problems.
|
|||||||
pymc includes methods for summarizing output, plotting,
|
pymc includes methods for summarizing output, plotting,
|
||||||
goodness-of-fit and convergence diagnostics.
|
goodness-of-fit and convergence diagnostics.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pymc/
|
WWW: https://pypi.python.org/pypi/pymc/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This is a Integer to Roman numerals converter.
|
This is a Integer to Roman numerals converter.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/roman/
|
WWW: https://pypi.python.org/pypi/roman/
|
||||||
|
@ -10,4 +10,4 @@ Braille encoded in ASCII Braille, but tables for other
|
|||||||
codes and other output encodings such as unicode Braille
|
codes and other output encodings such as unicode Braille
|
||||||
are possible.
|
are possible.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/YABT/
|
WWW: https://pypi.python.org/pypi/YABT/
|
||||||
|
@ -16,4 +16,4 @@ it's update method is called; and
|
|||||||
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
|
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
|
||||||
it expands to fill the remaining width of the line.
|
it expands to fill the remaining width of the line.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/progressbar/
|
WWW: https://pypi.python.org/pypi/progressbar/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Automatically names downloaded/recorded TV-episodes, by parsing
|
Automatically names downloaded/recorded TV-episodes, by parsing
|
||||||
filenames and retrieving show-names from www.thetvdb.com
|
filenames and retrieving show-names from www.thetvdb.com
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/tvnamer/
|
WWW: https://pypi.python.org/pypi/tvnamer/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
This module allows you to perform IP subnet calculations, there is support for
|
This module allows you to perform IP subnet calculations, there is support for
|
||||||
both IPv4 and IPv6 CIDR notation.
|
both IPv4 and IPv6 CIDR notation.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/ipcalc/
|
WWW: https://pypi.python.org/pypi/ipcalc/
|
||||||
|
@ -3,4 +3,4 @@ a fashion similar to perl's Net::IP and friends. The IP class allows a
|
|||||||
comfortable parsing and handling for most notations in use for IPv4 and IPv6
|
comfortable parsing and handling for most notations in use for IPv4 and IPv6
|
||||||
Addresses and Networks.
|
Addresses and Networks.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/IPy/
|
WWW: https://pypi.python.org/pypi/IPy/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
beanstalkc is a simple beanstalkd client library for Python.
|
beanstalkc is a simple beanstalkd client library for Python.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/beanstalkc/
|
WWW: https://pypi.python.org/pypi/beanstalkc/
|
||||||
|
@ -2,4 +2,4 @@ You can use this Python module to convert amongst many different
|
|||||||
notations and to manage couples of address/netmask in the CIDR
|
notations and to manage couples of address/netmask in the CIDR
|
||||||
notation.
|
notation.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/iplib
|
WWW: https://pypi.python.org/pypi/iplib
|
||||||
|
@ -5,4 +5,4 @@ extremely high-traffic sites to distributed data processing systems.
|
|||||||
It is an elegant and efficient solution to a difficult programming
|
It is an elegant and efficient solution to a difficult programming
|
||||||
problem.
|
problem.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/medusa/
|
WWW: https://pypi.python.org/pypi/medusa/
|
||||||
|
@ -2,4 +2,4 @@ This is a client for the OpenStack Nova API. There's a Python
|
|||||||
API (the novaclient module), and a command-line script (nova).
|
API (the novaclient module), and a command-line script (nova).
|
||||||
Each implements 100% of the OpenStack Nova API.
|
Each implements 100% of the OpenStack Nova API.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/python-novaclient
|
WWW: https://pypi.python.org/pypi/python-novaclient
|
||||||
|
@ -2,4 +2,4 @@ py-oauth is a python libarary for OAuth. OAuth is an open
|
|||||||
protocol to allow API authentication in a simple and standard
|
protocol to allow API authentication in a simple and standard
|
||||||
method from desktop and web applications.
|
method from desktop and web applications.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/oauth/
|
WWW: https://pypi.python.org/pypi/oauth/
|
||||||
|
@ -5,4 +5,4 @@ Since NZB is XML-based, it's relatively easy to build one-off parsers
|
|||||||
to parse NZB files. This project is an attempt to consolidate those
|
to parse NZB files. This project is an attempt to consolidate those
|
||||||
many one-off NZB parsers into one simple interface.
|
many one-off NZB parsers into one simple interface.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pynzb/
|
WWW: https://pypi.python.org/pypi/pynzb/
|
||||||
|
@ -4,4 +4,4 @@ mathematical calculations, beyond the capabilities offered by SciPy.
|
|||||||
* enthought.mathematics
|
* enthought.mathematics
|
||||||
* enthought.units
|
* enthought.units
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/SciMath/
|
WWW: https://pypi.python.org/pypi/SciMath/
|
||||||
|
@ -5,4 +5,4 @@ Conditions).
|
|||||||
|
|
||||||
pyteomics.biolccc is set of Python wrappings around libBioLCCC.
|
pyteomics.biolccc is set of Python wrappings around libBioLCCC.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/pyteomics.biolccc
|
WWW: https://pypi.python.org/pypi/pyteomics.biolccc
|
||||||
|
@ -7,4 +7,4 @@ KWallet (>= 4.8).
|
|||||||
It allows to create new passwords, delete and search for passwords matching
|
It allows to create new passwords, delete and search for passwords matching
|
||||||
given attributes. It also supports graphical prompts when unlocking is needed.
|
given attributes. It also supports graphical prompts when unlocking is needed.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/SecretStorage
|
WWW: https://pypi.python.org/pypi/SecretStorage
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Certifi: Python Mozilla's SSL Certificates.
|
Certifi: Python Mozilla's SSL Certificates.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/certifi/
|
WWW: https://pypi.python.org/pypi/certifi/
|
||||||
|
@ -4,4 +4,4 @@ storage. It supports OSX, KDE, Gnome and Windows's native password storing
|
|||||||
services. Besides this, it is shipped with kinds of Python implemented keyring
|
services. Besides this, it is shipped with kinds of Python implemented keyring
|
||||||
for the left environments.
|
for the left environments.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/keyring
|
WWW: https://pypi.python.org/pypi/keyring
|
||||||
|
@ -3,4 +3,4 @@ on using SSH2 as an alternative to SSL for making secure connections between
|
|||||||
python scripts. All major ciphers and hash methods are supported. SFTP client
|
python scripts. All major ciphers and hash methods are supported. SFTP client
|
||||||
and server mode are both supported too.
|
and server mode are both supported too.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/ssh/
|
WWW: https://pypi.python.org/pypi/ssh/
|
||||||
|
@ -5,4 +5,4 @@ for Zope / ZEO, although it is not limited to running Python-based
|
|||||||
applications (for instance, it has been used to manage the
|
applications (for instance, it has been used to manage the
|
||||||
'spread' daemon).
|
'spread' daemon).
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/zdaemon
|
WWW: https://pypi.python.org/pypi/zdaemon
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
py-MarkupSafe is a python module that implements a XML/HTML/XHTML Markup
|
py-MarkupSafe is a python module that implements a XML/HTML/XHTML Markup
|
||||||
safe string.
|
safe string.
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/MarkupSafe/
|
WWW: https://pypi.python.org/pypi/MarkupSafe/
|
||||||
|
@ -6,4 +6,4 @@ python-creole is an markup converter in pure Python:
|
|||||||
* html -> reStructuredText markup
|
* html -> reStructuredText markup
|
||||||
* html -> textile markup
|
* html -> textile markup
|
||||||
|
|
||||||
WWW: http://pypi.python.org/pypi/python-creole/
|
WWW: https://pypi.python.org/pypi/python-creole/
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user