Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
This commit is contained in:
parent
55caf84116
commit
c637402081
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468282
@ -8,4 +8,4 @@ The data deduplication technique used makes Borg suitable for daily backups
|
||||
since only changes are stored. The authenticated encryption technique makes it
|
||||
suitable for backups to not fully trusted targets.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/borgbackup
|
||||
WWW: https://pypi.org/project/borgbackup/
|
||||
|
@ -4,4 +4,4 @@ provides much faster, C-based zipfile decryption. The code is actually
|
||||
modifications to allow it to compile in Cython, and the _ZipDecrypter
|
||||
class adapted to take advantage of native C datatypes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/czipfile
|
||||
WWW: https://pypi.org/project/czipfile/
|
||||
|
@ -7,4 +7,4 @@ requires no memory.
|
||||
In addition there are slower compression levels achieving a quite competitive
|
||||
compression ratio while still decompressing at this very high speed.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/python-lzo
|
||||
WWW: https://pypi.org/project/python-lzo/
|
||||
|
@ -1,4 +1,4 @@
|
||||
Command line tools and libraries for handling and manipulating ISO 28500
|
||||
WARC files and their HTTP contents.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/warctools
|
||||
WWW: https://pypi.org/project/warctools/
|
||||
|
@ -3,4 +3,4 @@ open function, but can also deal with compressed files. Supported compression
|
||||
formats are gzip, bzip2 and xz. They are automatically recognized by their file
|
||||
extensions .gz, .bz2 or .xz.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/xopen
|
||||
WWW: https://pypi.org/project/xopen/
|
||||
|
@ -4,4 +4,4 @@ coordinate conversions, and manipulating FITS images with World Coordinate
|
||||
System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by
|
||||
Jessica Mink. PyWCSTools is distributed (and developed) as part of astLib.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/astLib
|
||||
WWW: https://pypi.org/project/astLib/
|
||||
|
@ -2,5 +2,5 @@ Pymetar is a python module and command line tool designed to fetch Metar
|
||||
reports from the NOAA (http://www.noaa.gov) and allow access to the
|
||||
included weather information.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pymetar
|
||||
WWW: https://pypi.org/project/pymetar/
|
||||
WWW: https://github.com/klausman/pymetar
|
||||
|
@ -1,3 +1,3 @@
|
||||
An MPD (Music Player Daemon) client library written in pure Python.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/python-mpd
|
||||
WWW: https://pypi.org/project/python-mpd/
|
||||
|
@ -3,4 +3,4 @@ For information about Jack see http://jackit.sourceforge.net. This
|
||||
enables a Python program to connect to and interact with pro-audio
|
||||
applications which use the Jack Audio Server.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/py-jack
|
||||
WWW: https://pypi.org/project/py-jack/
|
||||
|
@ -2,4 +2,4 @@ pymad is a Python module that allows Python programs to use the MPEG Audio
|
||||
Decoder library. pymad provides a high-level API, similar to the pyogg module,
|
||||
which makes reading PCM data from MPEG audio streams a piece of cake.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pymad
|
||||
WWW: https://pypi.org/project/pymad/
|
||||
|
@ -1,4 +1,4 @@
|
||||
Cutadapt finds and removes adapter sequences, primers, poly-A tails and other
|
||||
types of unwanted sequences from your high-throughput sequencing reads.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/cutadapt
|
||||
WWW: https://pypi.org/project/cutadapt/
|
||||
|
@ -7,4 +7,4 @@ This module provides a low-level wrapper around the htslib C-API as using
|
||||
cython and a high-level API for convenient access to the data within standard
|
||||
genomic file formats.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pysam
|
||||
WWW: https://pypi.org/project/pysam/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Cython interface to comms/hidapi.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/hidapi
|
||||
WWW: https://pypi.org/project/hidapi/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Fast, standard compliant Bencode serialization.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/better-bencode
|
||||
WWW: https://pypi.org/project/better-bencode/
|
||||
|
@ -7,5 +7,5 @@ constants. Due to its modular design, you can extend (or even rewrite!) the
|
||||
complete list without changing the source code. It supports a lot of numpy
|
||||
mathematical operations without monkey patching or wrapping numpy.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Pint
|
||||
WWW: https://pypi.org/project/Pint/
|
||||
WWW: https://github.com/hgrecco/pint
|
||||
|
@ -5,4 +5,4 @@ The representation is almost always an attempt at *transliteration*
|
||||
-- i.e., conveying, in Roman letters, the pronunciation expressed by
|
||||
the text in some other writing system. (See the example above)
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Unidecode
|
||||
WWW: https://pypi.org/project/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
|
||||
tools, C API, Python API, and Haskell API.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zfec
|
||||
WWW: https://pypi.org/project/zfec/
|
||||
|
@ -1,4 +1,4 @@
|
||||
zbase32 is a base32 encoder/decoder. It is an alternate
|
||||
base32 encoder but not RFC 3548 compliant.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zbase32
|
||||
WWW: https://pypi.org/project/zbase32/
|
||||
|
@ -13,4 +13,4 @@ including:
|
||||
* Default options
|
||||
* Persistent "cookies" to retain state information between check runs
|
||||
|
||||
WWW: https://pypi.python.org/pypi/nagiosplugin
|
||||
WWW: https://pypi.org/project/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
|
||||
to e-mails.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/dbf
|
||||
WWW: https://pypi.org/project/dbf/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Flask-SQLAlchemy
|
||||
WWW: https://pypi.org/project/Flask-SQLAlchemy/
|
||||
|
@ -2,4 +2,4 @@ GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial
|
||||
data types at the ORM layer using SQLAlchemy. It aims to support spatial
|
||||
operations and relations specified by the Open Geospatial Consortium (OGC).
|
||||
|
||||
WWW: https://pypi.python.org/pypi/GeoAlchemy
|
||||
WWW: https://pypi.org/project/GeoAlchemy/
|
||||
|
@ -5,4 +5,4 @@ Simpler to use, and simpler to maintain.
|
||||
|
||||
Git repository: https://github.com/geoalchemy/geoalchemy2
|
||||
|
||||
WWW: https://pypi.python.org/pypi/GeoAlchemy2
|
||||
WWW: https://pypi.org/project/GeoAlchemy2/
|
||||
|
@ -1,3 +1,3 @@
|
||||
InfluxDB-Python is a client for interacting with InfluxDB.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/influxdb
|
||||
WWW: https://pypi.org/project/influxdb/
|
||||
|
@ -4,5 +4,5 @@ from the LevelDB API, except for:
|
||||
- Snapshots
|
||||
- All iteration except for single-step forward
|
||||
|
||||
WWW: https://pypi.python.org/pypi/leveldb
|
||||
WWW: https://pypi.org/project/leveldb/
|
||||
WWW: https://github.com/rjpower/py-leveldb
|
||||
|
@ -1,4 +1,4 @@
|
||||
Motor presents a callback- or Future-based API for non-blocking access to
|
||||
MongoDB from Tornado or asyncio.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/motor
|
||||
WWW: https://pypi.org/project/motor/
|
||||
|
@ -1,5 +1,5 @@
|
||||
mycli is a command line interface for MySQL, MariaDB, and Percona with
|
||||
auto-completion and syntax highlighting.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/mycli
|
||||
WWW: https://pypi.org/project/mycli/
|
||||
WWW: https://www.mycli.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
pgcli is a command line interface for Postgres with auto-completion and syntax
|
||||
highlighting.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pgcli
|
||||
WWW: https://pypi.org/project/pgcli/
|
||||
WWW: https://www.pgcli.com/
|
||||
|
@ -1,5 +1,5 @@
|
||||
This package provides an API to execute meta-commands (AKA "special", or
|
||||
"backslash commands") on PostgreSQL.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pgspecial
|
||||
WWW: https://pypi.org/project/pgspecial/
|
||||
WWW: https://github.com/dbcli/pgspecial
|
||||
|
@ -1,5 +1,5 @@
|
||||
pickleDB is a lightweight, fast, and simple database based on Python's own
|
||||
json module.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pickleDB
|
||||
WWW: https://pypi.org/project/pickleDB/
|
||||
WWW: https://github.com/patx/pickledb
|
||||
|
@ -2,4 +2,4 @@ pyhs (python-handler-socket) is a Python client library for the
|
||||
HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/>
|
||||
MySQL plugin.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/python-handler-socket
|
||||
WWW: https://pypi.org/project/python-handler-socket/
|
||||
|
@ -5,6 +5,6 @@ value automatically going in and out of the memcached.
|
||||
|
||||
The Python API, while tested, has not experienced real-world production use.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/python-memcached
|
||||
WWW: https://pypi.org/project/python-memcached/
|
||||
WWW: http://www.tummy.com/software/python-memcached/
|
||||
WWW: https://github.com/linsomniac/python-memcached
|
||||
|
@ -1,5 +1,5 @@
|
||||
sqlparse is a non-validating SQL parser module.
|
||||
It provides support for parsing, splitting and formatting SQL statements.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/sqlparse
|
||||
WWW: https://pypi.org/project/sqlparse/
|
||||
WWW: https://github.com/andialbrecht/sqlparse
|
||||
|
@ -3,5 +3,5 @@ It provides support for parsing, splitting and formatting SQL statements.
|
||||
|
||||
This is version 0.2.0 which is needed by calendarserver.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/sqlparse
|
||||
WWW: https://pypi.org/project/sqlparse/
|
||||
WWW: https://github.com/andialbrecht/sqlparse
|
||||
|
@ -1,4 +1,4 @@
|
||||
This package is a pure-python client library for Tarantool Database.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/tarantool
|
||||
WWW: https://pypi.org/project/tarantool/
|
||||
WWW: https://github.com/tarantool/tarantool-python
|
||||
|
@ -8,4 +8,4 @@ Under Py3k, this package forks the pickle module (and the supporting
|
||||
C extension) from both Python 3.2 and Python 3.3. The fork add support
|
||||
for the noload operations used by ZODB.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zodbpickle
|
||||
WWW: https://pypi.org/project/zodbpickle/
|
||||
|
@ -1,4 +1,4 @@
|
||||
Save your code snippets in the cloud (http://trystash.com/) from
|
||||
the command line.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pystash
|
||||
WWW: https://pypi.org/project/pystash/
|
||||
|
@ -1,4 +1,4 @@
|
||||
bbfreeze-loader provides binary dependencies for bbfreeze, utility to create
|
||||
standalone executables from Python scripts.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/bbfreeze-loader
|
||||
WWW: https://pypi.org/project/bbfreeze-loader/
|
||||
|
@ -12,4 +12,4 @@ It has the following features:
|
||||
- Automatic pathname rewriting (pathnames in tracebacks are relative)
|
||||
- New distutils command: bdist_bbfreeze
|
||||
|
||||
WWW: https://pypi.python.org/pypi/bbfreeze
|
||||
WWW: https://pypi.org/project/bbfreeze/
|
||||
|
@ -2,4 +2,4 @@ Cram is a functional testing framework for command line applications. Cram
|
||||
tests look like snippets of interactive shell sessions. Cram runs each command
|
||||
and compares the command output in the test with the command's actual output.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/cram
|
||||
WWW: https://pypi.org/project/cram/
|
||||
|
@ -15,4 +15,4 @@ Three scripts are provided:
|
||||
be run multiple times.
|
||||
* hgpushsvn pushes your local Mercurial commits back to the SVN repository.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/hgsvn
|
||||
WWW: https://pypi.org/project/hgsvn/
|
||||
|
@ -1,4 +1,4 @@
|
||||
pep8 is a tool to check your Python code against some of the style conventions
|
||||
in PEP 8.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pep8
|
||||
WWW: https://pypi.org/project/pep8/
|
||||
|
@ -1,4 +1,4 @@
|
||||
Acquisition is a mechanism that allows objects to obtain attributes from the
|
||||
containment hierarchy they're in.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Acquisition
|
||||
WWW: https://pypi.org/project/Acquisition/
|
||||
|
@ -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
|
||||
semantics of your bytecode instead of on these mechanical issues.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/BytecodeAssembler
|
||||
WWW: https://pypi.org/project/BytecodeAssembler/
|
||||
|
@ -2,4 +2,4 @@ This package provides a DateTime data type, as known from Zope 2.
|
||||
Unless you need to communicate with Zope 2 APIs, you're probably
|
||||
better off using Python's built-in datetime module.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/DateTime
|
||||
WWW: https://pypi.org/project/DateTime/
|
||||
|
@ -6,4 +6,4 @@ logic and loops.
|
||||
Inside Zope environments page templates and TAL have superseded
|
||||
DTML for most use cases.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/DocumentTemplate
|
||||
WWW: https://pypi.org/project/DocumentTemplate/
|
||||
|
@ -1,4 +1,4 @@
|
||||
This package provides a metaclass that allows classes implemented
|
||||
in extension modules to be subclassed in Python.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/ExtensionClass
|
||||
WWW: https://pypi.org/project/ExtensionClass/
|
||||
|
@ -6,4 +6,4 @@ data taken from a production service, Faker is for you.
|
||||
Faker is heavily inspired by PHP's [Faker][php-faker], Perl's
|
||||
[Data::Faker][perl-faker], and by ruby's [Faker][ruby-faker].
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Faker
|
||||
WWW: https://pypi.org/project/Faker/
|
||||
|
@ -1,6 +1,6 @@
|
||||
Missing provides special objects used in some Zope2 internals
|
||||
like the ZCatalog.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Missing
|
||||
WWW: https://pypi.org/project/Missing/
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MultiMapping provides special objects used in some Zope2 internals
|
||||
like ZRDB.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/MultiMapping
|
||||
WWW: https://pypi.org/project/MultiMapping/
|
||||
|
@ -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
|
||||
combinations, if you need or want to.)
|
||||
|
||||
WWW: https://pypi.python.org/pypi/PEAK-Rules
|
||||
WWW: https://pypi.org/project/PEAK-Rules/
|
||||
|
@ -2,4 +2,4 @@ This package provides a variant of the persistent base class that's
|
||||
an ExtensionClass. Unless you need ExtensionClass semantics, you
|
||||
probably want to use persistent.Persistent from ZODB3.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Persistence
|
||||
WWW: https://pypi.org/project/Persistence/
|
||||
|
@ -8,4 +8,4 @@ constants. Due to its modular design, you can extend (or even rewrite!) the
|
||||
complete list without changing the source code. It supports a lot of numpy
|
||||
mathematical operations without monkey patching or wrapping numpy.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Pint
|
||||
WWW: https://pypi.org/project/Pint/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Default Content Types for Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ATContentTypes
|
||||
WWW: https://pypi.org/project/Products.ATContentTypes/
|
||||
|
@ -1,3 +1,3 @@
|
||||
ATReferenceBrowserWidget is reference widget for Archetypes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ATReferenceBrowserWidget
|
||||
WWW: https://pypi.org/project/Products.ATReferenceBrowserWidget/
|
||||
|
@ -1,4 +1,4 @@
|
||||
Archetypes is a developers framework for rapidly developing and deploying rich,
|
||||
full featured content types within the context of Zope/CMF and Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.Archetypes
|
||||
WWW: https://pypi.org/project/Products.Archetypes/
|
||||
|
@ -1,4 +1,4 @@
|
||||
BTreeFolder2 is a Zope product that acts like a Zope2 OFS folder
|
||||
but can store many more items.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.BTreeFolder2
|
||||
WWW: https://pypi.org/project/Products.BTreeFolder2/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Action icons product for the Zope Content Management Framework.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFActionIcons
|
||||
WWW: https://pypi.org/project/Products.CMFActionIcons/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Calendar product for the Zope Content Management Framework.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFCalendar
|
||||
WWW: https://pypi.org/project/Products.CMFCalendar/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Zope Content Management Framework core components.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFCore
|
||||
WWW: https://pypi.org/project/Products.CMFCore/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Default product for the Zope Content Management Framework.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFDefault
|
||||
WWW: https://pypi.org/project/Products.CMFDefault/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Diff tool for Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFDiffTool
|
||||
WWW: https://pypi.org/project/Products.CMFDiffTool/
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMFDynamicViewFTI is a product for dynamic views in CMF.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFDynamicViewFTI
|
||||
WWW: https://pypi.org/project/Products.CMFDynamicViewFTI/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Versioning for Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFEditions
|
||||
WWW: https://pypi.org/project/Products.CMFEditions/
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMFFormController provides a form validation mechanism for CMF.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFFormController
|
||||
WWW: https://pypi.org/project/Products.CMFFormController/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Workflow policies for CMF and Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFPlacefulWorkflow
|
||||
WWW: https://pypi.org/project/Products.CMFPlacefulWorkflow/
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMFQuickInstallerTool is a facility for comfortable activation/deactivation
|
||||
of CMF compliant products
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFQuickInstallerTools
|
||||
WWW: https://pypi.org/project/Products.CMFQuickInstallerTool/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Uid product for the Zope Content Management Framework.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.CMFUid
|
||||
WWW: https://pypi.org/project/Products.CMFUid/
|
||||
|
@ -1,3 +1,3 @@
|
||||
DCWorkflow product for the Zope Content Management Framework.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.DCWorkflow
|
||||
WWW: https://pypi.org/project/Products.DCWorkflow/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Zope catalog index for paths.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ExtendedPathIndex
|
||||
WWW: https://pypi.org/project/Products.ExtendedPathIndex/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Zope External Editor.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ExternalEditor
|
||||
WWW: https://pypi.org/project/Products.ExternalEditor/
|
||||
|
@ -1,4 +1,4 @@
|
||||
This package provides support for external Python methods
|
||||
within a Zope 2 environment.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ExternalMethod
|
||||
WWW: https://pypi.org/project/Products.ExternalMethod/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Read Zope configuration state from profile dirs / tarballs.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.GenericSetup
|
||||
WWW: https://pypi.org/project/Products.GenericSetup/
|
||||
|
@ -1,3 +1,3 @@
|
||||
LDAP-backed plugins for the Zope2 PluggableAuthService
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.LDAPMultiPlugins
|
||||
WWW: https://pypi.org/project/Products.LDAPMultiPlugins/
|
||||
|
@ -1,3 +1,3 @@
|
||||
A LDAP-enabled Zope 2 user folder
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.LDAPUserFolder
|
||||
WWW: https://pypi.org/project/Products.LDAPUserFolder/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MIMETools provides the <!--#mime--> tag for DocumentTemplate.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.MIMETools
|
||||
WWW: https://pypi.org/project/Products.MIMETools/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Configurable Marshallers for Archetypes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.Marshall
|
||||
WWW: https://pypi.org/project/Products.Marshall/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MIME type handling for Zope.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.MimetypesRegistry
|
||||
WWW: https://pypi.org/project/Products.MimetypesRegistry/
|
||||
|
@ -1,3 +1,3 @@
|
||||
OFSP provides the general Zope 2 help.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.OFSP
|
||||
WWW: https://pypi.org/project/Products.OFSP/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Password reset tool for Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.PasswordResetTool
|
||||
WWW: https://pypi.org/project/Products.PasswordResetTool/
|
||||
|
@ -1,4 +1,4 @@
|
||||
PTS provides a way of internationalizing (i18n'ing) and localizing (l10n'ing)
|
||||
software for Zope 2.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.PlacelessTranslationService
|
||||
WWW: https://pypi.org/project/Products.PlacelessTranslationService/
|
||||
|
@ -2,4 +2,4 @@ PloneLanguageTool allows you to set the available languages in your Plone site,
|
||||
select various fallback mechanisms, and control the use of flags for language
|
||||
selection and translations.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.PloneLanguageTool
|
||||
WWW: https://pypi.org/project/Products.PloneLanguageTool/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Configure application plugins based on interfaces.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.PluginRegistry
|
||||
WWW: https://pypi.org/project/Products.PluginRegistry/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MIME based content transformations.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.PortalTransforms
|
||||
WWW: https://pypi.org/project/Products.PortalTransforms/
|
||||
|
@ -2,4 +2,4 @@ The Python Scripts product provides support for restricted execution
|
||||
of Python scripts, exposing them as callable objects within the Zope
|
||||
environment.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.PythonScripts
|
||||
WWW: https://pypi.org/project/Products.PythonScripts/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Registry for managing CSS and JS.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ResourceRegistries
|
||||
WWW: https://pypi.org/project/Products.ResourceRegistries/
|
||||
|
@ -2,4 +2,4 @@ This package provides two cache managers for Zope 2. A RAMCacheManager
|
||||
and an Accelerated HTTP cache manager, which adds HTTP cache headers
|
||||
to responses.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.StandardCacheManagers
|
||||
WWW: https://pypi.org/project/Products.StandardCacheManagers/
|
||||
|
@ -1,4 +1,4 @@
|
||||
This package contains a full text indexing facility for Zope2 and
|
||||
more specifically for Products.ZCatalog.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ZCTextIndex
|
||||
WWW: https://pypi.org/project/Products.ZCTextIndex/
|
||||
|
@ -2,4 +2,4 @@ The ZCatalog is Zope2's built in search engine. It allows you to
|
||||
categorize and search all kinds of Zope objects. It comes with a
|
||||
variety of indexes for different types of data.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ZCatalog
|
||||
WWW: https://pypi.org/project/Products.ZCatalog/
|
||||
|
@ -1,3 +1,3 @@
|
||||
SQL method support for Zope 2.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ZSQLMethods
|
||||
WWW: https://pypi.org/project/Products.ZSQLMethods/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Zope Version Control.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.ZopeVersionControl
|
||||
WWW: https://pypi.org/project/Products.ZopeVersionControl/
|
||||
|
@ -1,3 +1,3 @@
|
||||
A generic content migration framework for Plone.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.contentmigration
|
||||
WWW: https://pypi.org/project/Products.contentmigration/
|
||||
|
@ -2,4 +2,4 @@ statusmessages provides an easy way of handling internationalized status
|
||||
messages managed via an BrowserRequest adapter storing status messages in
|
||||
client-side cookies.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.statusmessages
|
||||
WWW: https://pypi.org/project/Products.statusmessages/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Data validation package for Archetypes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Products.validation
|
||||
WWW: https://pypi.org/project/Products.validation/
|
||||
|
@ -11,4 +11,4 @@ Supported runtimes
|
||||
* PhantomJS
|
||||
* Nashorn - Included with Oracle Java 8
|
||||
|
||||
WWW: https://pypi.python.org/pypi/PyExecJS
|
||||
WWW: https://pypi.org/project/PyExecJS/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Record provides special objects used in some Zope2 internals like ZRDB.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Record
|
||||
WWW: https://pypi.org/project/Record/
|
||||
|
@ -4,4 +4,4 @@ that provides a Bootstrap widgets for Angular framework.
|
||||
It uses the XStatic packaging standard, aimed to bring an ability to
|
||||
install javascript libraries via easy_install or pip utility.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/XStatic-Angular-Bootstrap
|
||||
WWW: https://pypi.org/project/XStatic-Angular-Bootstrap/
|
||||
|
@ -4,4 +4,4 @@ that provides a Angular File Upload support for the AngularJS framework.
|
||||
It uses the XStatic packaging standard, aimed to bring an ability to
|
||||
install javascript libraries via easy_install or pip utility.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/XStatic-Angular-FileUpload
|
||||
WWW: https://pypi.org/project/XStatic-Angular-FileUpload/
|
||||
|
@ -4,4 +4,4 @@ that provides a Gettext support for Angular.js.
|
||||
It uses the XStatic packaging standard, aimed to bring an ability to
|
||||
install javascript libraries via easy_install or pip utility.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/XStatic-Angular-Gettext
|
||||
WWW: https://pypi.org/project/XStatic-Angular-Gettext/
|
||||
|
@ -4,4 +4,4 @@ library that provides a complex forms from a JSON schema with Angular.
|
||||
It uses the XStatic packaging standard, aimed to bring an ability to
|
||||
install javascript libraries via easy_install or pip utility.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/XStatic-Angular-Schema-Form
|
||||
WWW: https://pypi.org/project/XStatic-Angular-Schema-Form/
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user