Liste des projets simples Logiciel Télécharger Carte

4849 projects in result set
Dernière Mise à Jour: 2014-05-28 21:29

4Suite

4Suite is a Python-based toolkit for XML and RDF application development. It features a library of integrated tools for XML processing, implementing open technologies such as DOM, RDF, XSLT, XInclude, XPointer, XLink, XPath, XUpdate, RELAX NG, and XML/SGML Catalogs. Layered upon this is an XML and RDF data repository and server, which supports multiple methods of data access, query, indexing, transformation, rich linking, and rule processing, and provides the data infrastructure of a full database system, including transactions, concurrency, access control, and management tools. It also supports HTTP, RPC, SOAP, and FTP, plus APIs in Python and XSLT.

(Traduction automatique)
Dernière Mise à Jour: 2014-02-11 20:40

Zorp

Zorp is a proxy firewall suite with its core architecture is built around today's security demands: it uses application level proxies, is modular and component based, uses a script language to describe policy decisions, makes it possible to monitor encrypted traffic, lets you override client actions, and lets you protect your servers with its built in IDS capabilities.

Dernière Mise à Jour: 2012-06-07 21:10

Python-LDAP

python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly, it wraps the OpenLDAP 2.3+ libs for that purpose. Additionally, the package contains modules for other LDAP-related stuff (such as processing LDIF, LDAPURLs, and LDAPv3 schema).

Dernière Mise à Jour: 2011-11-25 14:02

Meld

Meld is a visual diff and merge tool. It integrates with most version control systems. The diff viewer lets you edit files in place (diffs update dynamically), and a middle column shows detailed changes and allows merges. The margins show location of changes for easy browsing, and it also features a tabbed interface that allows you to open many diffs at once.

(Traduction automatique)
Dernière Mise à Jour: 2013-11-23 01:07

gpsd

gpsd is a daemon that listens to a GPS or Loran receiver and translates the positional data into a simplified format that can be more easily used by other programs, like chart plotters. The package comes with a sample client that plots the location of the currently visible GPS satellites (if available) and a speedometer. It can also use DGPS/ip.

Dernière Mise à Jour: 2014-05-15 20:33

SQLObject

SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python classes and your rows in Python instances. It currently supports MySQL through the 'MySQLdb' package, PostgreSQL through the 'psycopg' package, SQLite, Firebird, MaxDB (SAP DB), MS SQL, and Sybase. It should support Python versions back to 2.4.

(Traduction automatique)
Dernière Mise à Jour: 2014-03-04 12:12

Spacewalk

Spacewalk is a Linux and Solaris systems management solution. It allows you to inventory your systems (hardware and software information), install and update software on your systems, collect and distribute your custom software packages into manageable groups, provision (Kickstart) your systems, manage and deploy configuration files to your systems, monitor your systems, provision virtual guests, and start/stop/configure virtual guests.

Dernière Mise à Jour: 2004-04-27 11:01

GNU Mailman

GNU Mailman is software to help manage email discussion lists and e-newsletters. Its integrated Web interface provides easy-to-use access for list members and list administrators. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, topics, Usenet gateways, and more. It is fully internationalized, and supports digests and email commands. It runs on any Linux or Unix-like operating system and is compatible with most email and Web servers, mail readers, and Web browsers.

Dernière Mise à Jour: 2014-06-11 11:30

isort

isort automatically sorts and sections Python imports. It can turn even the most messy import structure into nice clean sections without duplicates. It provides a command line utility, Python library, and Kate plugin for convenient use.

(Traduction automatique)
Langage naturel: English
Système d'exploitation: Linux, Windows
Langage de programmation: Clean, Python, Python
Dernière Mise à Jour: 2009-02-09 18:26

Tiny ERP

Tiny ERP is a complete ERP and CRM. The main features are accounting (analytic and financial), production management (MRP), stock management, sales and purchases management, task automation, marketing campaigns, help desk, POS, etc. Technical features include a distributed server, flexible workflows, an object database, a dynamic GUI, an XML-RPC interface, and customizable reports.

Dernière Mise à Jour: 2014-04-10 21:10

Transmageddon

Transmageddon is a video conversion tool supporting transcoding videos from almost any format to a wide range of popular output formats. It also supports target profiles for specific devices.

(Traduction automatique)
Langage naturel: English, Polish
Système d'exploitation: POSIX (Linux,BSD,Solaris etc..), Linux
Langage de programmation: Python
Dernière Mise à Jour: 2006-09-27 10:31

Zope

Zope is an application server specializing in content management, intranets, and custom Web applications. It is written in Python and has a large global community of developers and companies.

Dernière Mise à Jour: 2012-04-10 20:23

SWFTools

SWFTools is a collection of code for handling Flash .SWF-files. This includes a merging tool (swfcombine), an extracting tool (swfextract), PDF/JPEG/PNG/AVI/TTF/WAV to SWF converters (pdf2swf, jpeg2swf, png2swf, avi2swf, font2swf, and wav2swf), a text parsing tool (swfstrings), an SWF parser (swfdump), and a library for writing and reading SWFs (rfxswflib).

(Traduction automatique)
Dernière Mise à Jour: 2013-09-05 20:29

NOC

NOC Project is an Operation Support System (OSS) for telecom companies, service providers, and enterprise Network Operation Centers (NOC). Areas covered by NOC include fault management, performance management, service activation/provisioning, knowledge base, multi-VRF address space management (IPAM), multi-vendor configuration management, DNS provisioning, peering management, RPSL and BGP filter generation, and reporting.

Dernière Mise à Jour: 2010-08-20 07:04

SCons

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses

MD5 signatures to detect changed file contents

reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily

extensible through user-defined builder and

scanner objects.