RSS 16 projects tagged "OS Independent"

Download Website Updated 20 May 2010 libxml2

Screenshot
Pop 914.37
Vit 18.96

Libxml2 is the XML C library developed for the Gnome project. The library code is portable (to Linux, Unix, Windows, embedded systems, etc.) and modular; most of the extensions can be compiled out. Libxml2 implements a number of existing standards related to markup languages, including the XML standard, Namespaces in XML, XML Base, Relax NG, RFC 2396, XPath, XPointer, HTML4, XInclude, SGML Catalogs, and XML Catalogs. In most cases, libxml tries to implement the specifications in a relatively strict way. To some extent, it provides support for the following specifications, but doesn't claim to implement them: DOM, FTP client, HTTP client, and SAX2. Support for W3C XML Schemas is in progress. It includes xmllint, a command line XML validator.

Download Website Updated 07 Oct 2009 M2Crypto

Screenshot
Pop 121.90
Vit 6.91

M2Crypto is built from Python, OpenSSL, and SWIG. It makes accessible to the Python programmer DH, DSA, RSA, symmetric ciphers, message digests, HMACs, and SSL and S/MIME functionality.

Download Website Updated 17 Jan 2010 python-fchksum

Screenshot
Pop 60.75
Vit 3.62

python-fchksum is a module used to find checksums of files (or stdin). It supports md5, crc32, cksum, bsd-style sum, and sysv-style sum. The advantage of using fchksum over the Python md5 and zlib(.crc32) modules is both ease of use and speed. You only need to tell it the filename, and the work is done by C code.

Download Website Updated 09 Apr 2010 Python-LZO

Screenshot
Pop 61.16
Vit 3.76

Python-LZO provides Python bindings for the LZO data compression library. You can access the LZO library from your Python scripts thereby compressing ordinary Python strings. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and *very* fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed.

Download Website Updated 09 Jun 2012 The XSLT C library for GNOME

Screenshot
Pop 389.24
Vit 25.28

Libxslt is a C library for GNOME which allows developers to work with XSLT. It is based on libxml for XML parsing, tree manipulation, and XPath support. Also included is 'xsltproc', a command line XSLT processor. The library is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. It should work on Linux, Unix, and Windows. Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor. It also include full support for the EXSLT set of extension functions as well as some common extensions present in other XSLT engines.

Download Website Updated 30 Jul 2003 python-stablesort

Screenshot
Pop 30.13
Vit 2.97

python-stablesort is an adaptive, stable, natural mergesort. It is a back-port of the new Python 2.3 stable listsort algorithm to all Python versions (tested with all versions from 1.5.2 to 2.2.3). It can also be regarded as some sort of forward-port in case the default Python list sort() method will change to a non-stable algorithm in the future again.

Download No website Updated 13 Jan 2005 Levenshtein

Screenshot
Pop 95.81
Vit 2.92

Levenshtein is a Python C extension and C libray to compute Levenshtein string distance, string similarity, normal and generalized string set medians, and other related quantities.

Download Website Updated 27 Jan 2010 Java Embedded Python

Screenshot
Pop 87.43
Vit 5.44

Java Embedded Python (Jepp) embeds CPython in Java.

No download Website Updated 09 Mar 2005 cx_bsdiff

Screenshot
Pop 19.34
Vit 1.00

cx_bsdiff is a very simple Python extension module that allows Python to perform the same tasks as the bsdiff utility.

Download Website Updated 23 Dec 2010 cx_Logging

Screenshot
Pop 50.91
Vit 4.88

cx_Logging is a Python extension module that supports logging in a similar fashion to that supported by the logging module available in Python 2.3 and up. It also supports a C interface that allows applications to perform logging independently of Python.

Screenshot

Project Spotlight

NHI1

An attempt to create an artificial (non-human) intelligence.

Screenshot

Project Spotlight

Pidgeon

An IRC client.