PythonCGNS is a simple python language binding for the CGNS library, created with the SWIG utility. For more advanced python mappings have a look at the pyCGNS project. It provides methods for reading, writing and manipulation of cgns files.
Audiere is a portable audio library which supports playing MP3, Ogg Vorbis, FLAC, WAV, IT, XM, S3M, and MOD files. You can use it from C, C++, Python, Java, Delphi, and any language that supports XPCOM (JavaScript in Mozilla, for example).
This is a lightweight and fast library for reading and writing any PNM file - PBM, PGM and PPM, up to 16 bits per sample, in ascii/binary format. Library contains also a Python bindings - module pixfiles with PixFile class.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Picxml is a tool for xml files management. Used as command: Picxml is a shell friendly, xpath like query tool. Used as library: picxml, is a full featured xml Parser, wich allows you to navigate, find/create/update/delete/print nodes.
A collection of open source libraries and tools that provide solutions for common problems in processing Arabic text, especially in web applications. text normalization, phrase segmentation, text indexing, stop word lists, common spelling mistakes.
Simple module which should allow python 2 to execute files written for python 3 (not vice versa), but with a few restrictions. Written in response to the question "why doesn't something like this exist in the standard library?". Currently in Alpha
The project is based on technology OSTIS(Open Semantic Technology for Intelligent Systems). The project has developed tools enable the use of project OSTIS for developing Web applications for the Internet.
QuickFlash is a C++-based analysis library for data files generated by the Flash hydrodynamics code. It provides high-performance access to large datasets in low memory situations and other restrictive environments.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
This is a python implementation that handles floating points correctly,there are still some bugs but I'm working on it . The point was to work around some stuff that made no sense for floats,like 0.1+0.2 == 0.3 is false.
PyAnnotation is a PythonLibrary to access and manipulate linguistically annotated corpus files. Supported file formats are Kura XML, Elan XML and Toolbox files. A Corpus Reader API is provided to support statistical analysis within the NLTK.
PyApplet will be a web browser plugin (currently for Firefox on Windows, later for other platforms and browsers). PyApplet will make it possible to create applets (like java applets) in Python.
ScardFace is a python3k library for interfacing with smart cards, which supports Plug-and-Play readers inclusion and threading. It also offers classes for manipulating APDU cmds and resps, and use them in a transport-protocol-independent fashion.
DirectoryStorage - a ZODB Storage that stores objects in many files, one file per revision of each object. Designed to be robust, manageable, fault tolerant, and scalable.
An image-masking application which revolves around the new user-friendly and interactive use of the standard 'magic wand' tool. Features an extensive preview system, interactive parameter adjustment and a node-based structure.
Teng is a general purpose templating engine written in C++ (i.e. library). It is also available as Python module or PHP extension. The main idea of teng is to strictly separate application logic from presentation layer. Widely used on dynamic web sites.
Boodler is a tool for creating soundscapes -- continuous, infinitely varying streams of sound.
** Migrated to Github: https://github.com/erkyrath/boodler
ECMWF parser is a software made in python (it has a version standalone and another python dependant) to work on the data provided by ECMWF. It uses WGRIB to convert binary data to ascii and operates over the last with several functions available.
Habanero3d is a object-oriented 3d game engine written in C++, OpenGL, and GLSL with set of additional tools (written in number of languages), to make developers' life easier.
Habanero3d is targeted for indie games, and is in development.
The Computer Factory is a game where you have to manage a factory that assembles and sells computers. You have to manage your resources, find the best offers and hire the best workers to impose your company on the market.
An append only database manager in the style of dbm. It has both a C and a Python interface and is ACID compliant. Internally it uses an immutable B+ Tree. (Being append only doesn't mean that you can't replace records or delete keys).