Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This is a high performance python wsgi web server. Thus this is yet an
another asynchronous web server like gevent.
meinheld is a WSGI compliant web server. (PEP333 and PEP3333 supported)
|
|
|
|
cookies.py is a Python module for working with HTTP cookies: parsing and
rendering ‘Cookie:’ request headers and ‘Set-Cookie:’ response headers,
and exposing a convenient API for creating and modifying cookies. It can
be used as a replacement of Python’s Cookie.py (aka http.cookies).
|
|
+ py-txrequests
|
|
py-twrequests is a Small add-on for the python requests http library. It
uses twisted’s ThreadPool, so that requests’ API returns deferred.
|
|
txgithub is a library based on Twisted for accessing GitHub’s API version 3.
|
|
|
|
treq is an HTTP library inspired by requests but written on top of
Twisted’s Agents.
It provides a simple, higher level API for making HTTP requests when
using Twisted.
|
|
|
|
|
|
pytest-localserver is a plugin for the pytest testing framework which
enables you to test server connections locally.
Sometimes monkeypatching urllib2.urlopen() just does not cut it, for
instance if you work with urllib2.Request, define your own
openers/handlers or work with httplib. In these cases it may come in
handy to have an HTTP server running locally which behaves just like the
real thing.
|
|
Removed devel/gdb5
Removed devel/gdb6
|
|
|
|
|
|
This module provides a collection of utility functions and classes which
make writing and running functional and integration tests easier.
|
|
gdb6 has been removed from pkgsrc.
|
|
gdb6 - the only user of gdb6-tui - has been eliminated from pkgsrc.
|
|
py-termcolor is a simple library for ANSI Color formatting of output.
|
|
gdb6 has been eliminated from pkgsrc and moved to pkgsrc-wip/gdb6 for those
who still may care about it. pkgsrc developers no longer intend to maintain
this version in the main repository.
|
|
gdb5 has been eliminated from pkgsrc and moved to pkgsrc-wip/gdb5 for those
who still may care about it. pkgsrc developers no longer intend to maintain
this version in the main repository.
|
|
|
|
Official timezone database for Python.
|
|
These packages are going to be eliminated soon.
|
|
|
|
xmltodict is a Python module that makes working with XML feel like you
are working with JSON. It has optional namespace and streaming support.
|
|
|
|
This regex implementation is backwards-compatible with the standard ‘re’
module, but offers additional functionality.
|
|
|
|
jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects,
as if the references had been replaced with the referent data.
|
|
|
|
pyaml produces pretty and readable YAML-serialized data on top of py-yaml.
|
|
|
|
This module converts a Python dictionary or other native data type into a
valid XML string.
Supported item are int, float, long, decimal.Decimal, bool, str, unicode,
datetime, None and other number-like objects. Supported collection are
list, set, tuple and dict, as well as iterable and dict-like objects.
Items with a datetime type are converted to ISO format strings. Items
with a None type become empty XML elements.
|
|
|
|
|
|
1.18 2017-09-22 06:40:51 -0400
- Fixed bug where Probe::CBuilder plugin might not play nice with other
probes.
1.17_01 2017-09-20 14:36:41 -0400
- Add apply_plugin to Alien::Build::Meta
- Deprecated Alien::Build::Plugin subplugin method (use apply_plugin instead)
|
|
|
|
|
|
|
|
This module provides tools for building external (non-CPAN)
dependencies for CPAN. It is mainly designed to be used at install
time of a CPAN client, and work closely with Alien::Base which is
used at runtime.
|
|
|
|
This module provides an interface for specifying shell configurations
for different shell environments without having to worry about the
arcane differences between shells such as csh, sh, cmd.exe and
command.com.
|
|
|
|
|
|
Shell::Guess makes a reasonably aggressive attempt to determine the
shell being employed by the user, either the shell that executed
the perl script directly (the "running" shell), or the users' login
shell (the "login" shell). It does this by a variety of means
available to it, depending on the platform that it is running on.
|
|
|
|
|
|
Perl extension to get pid info from (/bin/ps).
All fields from the ps command can be fetched by calling a function
of their name. If the pid is not given as an argument to the function,
$$ (cur pid) is assumed.
|
|
Define RUBY_VERSIONS_ACCEPTED before including rubyversion.mk.
Should be fix pbulk problem.
|