python-slimmer
HTML, XHTML, CSS, JavaScript optimizer for Python2
Slimmer is a library that optimizes whitespace in CSS, JavaScript, HTML and
XHTML output.
python-carrot
AMQP messaging queue framework
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
libconcurrentlinkedhashmap-java
Implementation of java.util.LinkedHashMap with concurrency support
Java library that provides a hash table supporting full
concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound
the map by. This implementation differs from
java.util.concurrent.ConcurrentHashMap in that it
maintains a page replacement algorithm that is
used to evict an entry when the map has exceeded its
capacity. Unlike the Java Collections Framework, this
map does not have a publicly visible constructor and
instances are created through a Builder.
java3ds-fileloader
Java3D 3DS File Loader
File loaders perform the job of taking a file or stream and turning
that into a Java 3D scene graph that you can use in your application.
It's a multi-platform, highly functional 3DS file loader. It works on
platforms supporting JDK1.4 and Java 3D. Main supported features are:
* Hierarchical Animation
* Cameras
* Point Lights
* Directional Lights
* Textures
* Smooth Groups
3DS file format is generated by 3D-Studio by Autodesk Ltd.
python3-stsci.distutils
Python3 packaging utilities for STScI's packages
This package contains utilities used to package some of STScI's Python
projects; specifically those projects that comprise stsci_python_ and
Astrolib_. It currently consists mostly of some setup_hook scripts meant
for use with distutils2 and/or d2to1, and a customized easy_install
command meant for use with distribute.
python-lzma
Python bindings for liblzma
PylibLZMA provides a Python interface for the liblzma library for
reading and writing data that has been compressed or can be
decompressed by Lasse Collin's xz / lzma utils.