Differences between revisions 1 and 118 (spanning 117 versions)
Revision 1 as of 2004-07-28 02:36:32
Size: 3722
Editor: ip51cc4013
Comment:
Revision 118 as of 2015-05-27 21:39:28
Size: 14964
Comment: OpenERP -> Odoo name change
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Applications Written in Python =
<<TableOfContents>>
Line 4: Line 7:
 * PythonBlogSoftware
Line 5: Line 9:
 * PythonForSystemsAdministration
 * PythonInMusic
Line 6: Line 12:
 * WebApplications
 * PythonForArtificialIntelligence
 * PythonForOperationsResearch
 * WellKnownPythonPrograms

=== 3D CAD/CAM ===
 * FreeCAD is an Open Source CAx RAD based on Open Cascade, Qt and Python. It features some key concepts like Macro recording, Workbenches, ability to run as a server and dynamically loadable Application extensions and its designed to be platform independent... http://free-cad.sourceforge.net/
 * Fandango is planned to be a full featured CAD program. It has a C++ core extensible by scripts. Currently the memory core for entity management is ready, scripting works wonderfully thanks to the ease of embedding and extending of Python. A KDE+XML user interface is now in place, controlling the keyboard and mouse. http://www.soffernet.com/jaime/fandango/
 * PythonCAD is a CAD package written, surprisingly enough, in Python. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package for Linux, the various flavors of BSD Unix, commercial Unix, and other platforms to which someone who is interested ports the program. Work began on PythonCAD in July, 2002, and the first public release was on December 21, 2002. In addition it has been ported to winXP http://www.pythoncad.org/
 * [[http://www.blender.org/|Blender]] is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License. It only uses Python as a scripting language, however.
 * Vintech RCAM is a CAD/CAM system for true shape nesting and NC programming of laser, plasma, oxy-fuel and water-jet cutting machines. Vintech RCAM is platform independent and now it runs under Windows XP, Windows 7 and Linux. The main programing language of the system is Python, which defines the advanced methodology and the dynamic system development. More information [[http://www.vintech.bg/|http://www.vintech.bg]].

=== Audio/Video Applications ===
 * cplay - Curses-based Linux multimedia jukebox http://www.tf.hut.fi/~flu/cplay/
 * Freeseer - Conference recording software and screencast tool http://github.com/Freeseer/freeseer
 * Freevo - Linux multimedia jukebox [[http://www.freevo.org/|http://www.freevo.org]]
 * TimPlayer - Py-GTK based music player using Gstreamer http://creationix.com/OpenSource/TimPlayer/
 * See also AudioVideo and PythonInMusic.

=== Console Applications ===
 * [[IPython]] - An enhanced Interactive Python shell
 * [[http://pypi.python.org/pypi/sqlpython|SQLPython]] - interactive Oracle database client (alternative to Oracle's SQL*Plus)
 * See also PythonShells.

=== Enterprise Applications ===
 * [[http://odoo.com/|Odoo]] - A complete open source ERP & CRM; accounting, stock management, sales, and modular framework with over 750 modules. Originally called tinyErp, then OpenERP; there is also a variant for Medical.
 * [[http://www.tryton.org/|Tryton]] - a fork of Tiny ERP providing a three-tier high-level general purpose application platform
 * [[http://www.picalo.org/|Picalo]] - A data analysis toolkit for DBMS-type of data. Includes embedded Python scripting and wxWidgets GUI.
 * [[http://www.linotp.org/|LinOTP 2]] - a flexible and modular solution for strong two-factor authentication with one time passwords (OTP). Due to the modular architecture several OTP tokens and different OTP algorithms are supported.
 * [[http://restx.mulesoft.org/|RESTx]] - a RESTful, GPL licensed open-source data publishing and integration platform, which emphasizes simplicity, sane defaults and out-of-the-box usability. No complex configuration, no steep learning curve, instead up and running in 5 minutes. Components for data access or integration logic can be easily written in Python and Java, users create their own RESTful resources by posting parameters for those components or just filling out a small form in their browser.

=== File Formats ===
 * http://www.dancingbison.com/products.html - xtopdf - a PDF creation/conversion toolkit

=== Image Applications ===
 * [[http://gnofract4d.sourceforge.net/|Gnofract 4D]] - A flexible fractal generation program
 * [[http://www.goghproject.com/|Gogh]] - A PyGTK-based painting program (or image editor) with support for pressure-sensitive tablets/devices. This application appears to no longer exists.
 * [[http://www.imgseek.net/|imgSeek]] - Photo collection manager with content-based search. You simply sketch the image you want to find.
 * [[http://mayavi.sourceforge.net/|MayaVi]] - Scientific visualization program based on VTK
 * [[http://vpython.org/|VPython]] - Navigable 3D animations are produced as side effects of computations, making a normally difficult task exceptionally easy. The new 5.0 release candidate offers opacity, local lights, and materials such as wood.
Line 8: Line 54:
 * BAOW - A lightweight content manage system based on Python language and SQL database, help you to develop complex web applications. [[http://www.baow.org/|http://www.baow.org]] (''Web site seems to be gone'')
 * BitTorrent - a scalable centralized Wiki:PeerToPeer application http://bittorrent.com/
 * Flumotion - Streaming server written on top of Twisted and GStreamer http://www.fluendo.com/
 * HarvestMan
 * Jogger Publishing Assistant - scaled down Jabber client that simplifies publishing weblog entries in Jogger - "Jabber Powered Weblog" http://jpa.berlios.de/
 * Lamson - a Python SMTP server applying "modern web application framework design" to "e-mail application development" http://lamsonproject.org/
 * MacTelnet - a Mac OS X terminal program which, as of version 3.1, is partially implemented in Python http://www.mactelnet.com/
 * Mnet - a scalable decentralized Wiki:PeerToPeer application http://www.mnetproject.org/
 * Neatx - an open source implementation of a server for the [[http://en.wikipedia.org/wiki/NX_technology|NX display technology]] protocols http://code.google.com/p/neatx/
 * Netusage - A simple script to prevent surprise ISP Traffic Bills http://www.freenet.org.nz/python/netusage/
 * [[http://www.dancingbison.com/products.html|PDFXMLRPC]] - a library and a corresponding application (consisting of a client and a server) for client-server PDF creation from text over the Internet or an intranet
 * PSST II - Big Frustration for Big Brother - Encrypted Instant Messaging application http://www.freenet.org.nz/python/psst/
 * [[http://restx.mulesoft.org/|RESTx]] - a RESTful data publishing and integration platform. For more details, see RESTx under 'Enterprise Applications'.
 * SpamBayes - One of the best anti-spam tools available http://www.spambayes.org/
 * Spamish Inquisition - Retaliates against spammers by causing their machines to slow to a near-standstill (using RFC831 'incomplete response' messages). http://www.freenet.org.nz/python/spamishinquisition/
 * Switzerland - a tool to test the integrity of data communications over networks, ISPs and firewalls http://www.eff.org/testyourisp/switzerland
 * TheCircle - a scalable decentralized Wiki:PeerToPeer application http://thecircle.org.au/
 * Tribler - a peer-to-peer application written in Python, based on the original BitTorrent client sources http://www.tribler.org/
 * TwistedMatrix - event-driven networking framework. Supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others) http://www.twistedmatrix.com/
 * Alan Kennedy has compiled a list of [[http://proxies.xhaus.com/python/|HTTP proxies]] written in Python.
 * [[http://pypi.python.org/pypi/PyWebRun/|PyWebRun]] Python Web Runner - Running Python scripts over HTTP.
 * See also PythonWikiEngines and WebApplications.
Line 9: Line 77:
  * PythonWikiEngines such as MoinMoin, used to power this wiki.
  * RoundUp - Issue tracking system
  * TwistedMatrix - event-driven networking framework. Supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others) [http://www.twistedmatrix.com/]
  * TheCircle - a scalable decentralized Wiki:PeerToPeer [http://thecircle.org.au/ application].
  * BitTorrent - a scalable decentralized Wiki:PeerToPeer [http://sourceforge.net/projects/bittorrent/ application].
  * Mnet - a scalable decentralized Wiki:PeerToPeer [http://sourceforge.net/projects/mnet/ application].
  * PSST II - Big Frustration for Big Brother - Encrypted Instant Messaging application [http://www.freenet.org.nz/python/psst/]
  * ["PyDS"] - Python Desktop Server
  * ["PyCS"] - Python Community Server
  * Spamish Inquisition - Retaliates against spammers by causing their machines to slow to a near-standstill (using RFC831 'incomplete response' messages). [http://www.freenet.org.nz/python/spamishinquisition/]
  * Netusage - A simple script to prevent surprise ISP Traffic Bills [http://www.freenet.org.nz/python/netusage/]
  * Jogger Publishing Assistant - scaled down Jabber client that simplifies publishing weblog entries in Jogger - "Jabber Powered Weblog" [http://jpa.berlios.de/]
=== Mobile Applications ===
 * [[http://www.roundsolutions.com/aarlogic/index.htm|Aarlogic C05/3]] - Ready to use GSM /GPS tracking PCB with Python engine on board with support of test server based on Google Maps [[http://track4free.com/|http://track4free.com]]
 * [[https://s.zeid.me/projects/appbackup/|AppBackup]] - an app for jailbroken iOS devices that lets one back up and restore the settings and data of App Store apps
 * [[http://wiki.openstreetmap.org/index.php/Pyroute|Pyroute]] - a GPS-capable mapping/routing application for mobile devices
Line 22: Line 82:
  Alan Kennedy has compiled a list of [http://xhaus.com/alan/python/proxies.html HTTP proxies] written in Python. === Office Applications ===
 * [[http://calibre-ebook.com|calibre]] - ebook library management software with syncing to ebook readers, ebook format converter, editor and viewer. Calibre can download news from the web and convert them into e-books using pre-built or user-written Python recipes.
 * faces - Extendible project management software [[http://faces.homeip.net/|http://faces.homeip.net]]
 * [[http://notalon.org/|Notalon]] - Note-taking, simplified. Notalon is a note-taking software for students, lifting the burden of formatting so that you can focus on taking notes. [[http://notalon.org/|http://notalon.org]]
 * pyspread - Spreadsheet application that expects Python expressions in its grid cells http://manns.github.com/pyspread/
Line 24: Line 88:
=== Console Applications === === Personal Information Managers ===
 * BitPim - Cell phone data manipulator. Can sync phonebook, calendar, wallpaper, ring tone, etc. http://www.bitpim.org/
 * Narval - Personnal Assistants, see http://www.logilab.org/narval/
 * [[http://prioritiseapp.wordpress.com/|Prioritise]] - An open source application for the organisation and management of tasks, see http://prioritiseapp.wordpress.com/
 * Task Coach - Your friendly task manager, see http://www.taskcoach.org/
 * [[http://sourceforge.net/projects/wikidpad|WikidPad]] - a wiki-like notebook application (not web-based)
Line 26: Line 95:
  * ["IPython"] - An enhanced Interactive Python shell === Science and Education Applications ===
 * [[http://pyrorobotics.org/|Pyrobot]] - A complete IDE, set of libraries, simulator, and course materials for exploring robotics in Python. Currently aimed for higher education, but work has begun for use in k-12 as well.
 * SimPy - a discrete event, object-oriented, simulation package, http://simpy.sourceforge.net/
 * PyChem - a multivariate data analysis application for Windows and Unix, including principal components analysis (PCA), partial least squares regression (PLSR) and discriminant analysis (PLS-DA), discrimiant function/canonical correlation analysis (DFA/CVA/CCA), cluster analysis (K-means, HCA), advanced evolutionary methods for variable selection. http://pychem.sourceforge.net/
 * [[http://luke.campagnola.me/code/acq4|ACQ4]] - Neurophysiology data acquisition and analysis with emphasis on electrophysiology, photostimulation, and fluorescence imaging experiments.
 * [[http://getmetapath.org/|MetaPath]] - A workflow-based metabolomics data analysis package. Includes support for principal components analysis (PCA), partial least squares regression (PLSR) and discriminant analysis (PLS-DA), metabolic pathway mining and data visualisations.

=== Software Development ===
 * See also DevelopmentTools.
 * Development suites (combinations of tools):
  * [[http://sourceforge.net/p/allura/wiki/Allura%20Wiki/|Allura]]
  * [[http://trac.edgewall.org/|Trac]]

 * Bug/issue trackers:
  * [[RoundUp|Roundup]]

 * Build tools:
  * [[http://buildbot.sf.net/|Buildbot]] - automated building and testing
  * [[http://www.scons.org/|SCons]] - software construction tool (comparable to make)
  * [[http://freehackers.org/~tnagy/bksys.html|Waf]] - software construction tool (comparable to autotools, CMake, SCons, ant)
  * See also ConfigurationAndBuildTools.

 * Version control:
  * [[http://bazaar-vcs.org/|Bazaar]] (formerly Bazaar-NG) and [[http://en.wikipedia.org/wiki/Bazaar_(software)|Baz]] (formerly Bazaar)
  * [[http://www.selenic.com/mercurial/|Mercurial]]
  * [[http://www.viewvc.org/|ViewVC]] (formerly ViewCVS) - a repository browser for CVS and Subversion
  * See VersionControl for details of version control systems and tools.

 * Comparison tools:
  * [[http://meld.sourceforge.net/|Meld : Diff and merge tool]]

 * Visual ORM Builders:
  * [[http://www.projexsoftware.com/products/orbiter|Orbiter]] - a node-based database and Python API builder.

=== System Administration Applications ===
 * [[Enomalism]] - The Enomalism Virtualized Management Console (VMC) is a open source web-based systems administrator management tool for XEN hypervisor. Servers with hundreds of multiple isolated virtualized systems can be managed like a standalone server. Enomalism also includes a virtual server creation wizard and templates to facilitate virtualized server configuration, application deployment and centralized software patch management. [[http://www.enomalism.com/|http://www.enomalism.com]]
 * radiusContext - RADIUS log analysis program (user accounting for ISPs) http://www.tummy.com/Community/software/radiuscontext
 * [[http://www.saltstack.com|Salt Stack]] - A high-performance remote execution and configuration management engine.
Line 29: Line 135:
 * PLWM - The Pointless Window Manager: a python toolkit for making a wm. It's hostile towards rodents, and ease of configuration is not an objective, not so actively developed, but might be usefull for keyboard-loving hackers. Somebody might even have a use for the code, though PyWM's ideas seem better. http://plwm.sourceforge.net/
 * PyWM - a small, simple python-programmable X window manager that's packed with features yet very easy to learn and use. [[http://pywm.sf.net/|http://pywm.sf.net]](More up-to-date), http://www.freenet.org.nz/python/pywm/index.html
Line 30: Line 138:
  * PyWM - a small, simple python-programmable X window manager that's packed with features yet very easy to learn and use. [http://www.freenet.org.nz/python/pywm/index.html] === Unclassified ===
 * Calix - An xwindows gamma calibration tool using Py-GTK and the xgamma command. http://creationix.com/OpenSource/Calix/ (this link do not contain anymore information)
 * CD-Store - a data cd archiving (indexing) with full search and browse capabilities using a Py-GTK interface http://creationix.com/packages/cdstore.tar.gz (this link do not contain anymore information)
 * ruleCore - A reactive event-driven rule engine for event pattern detection [[http://www.rulecore.com/|http://www.rulecore.com]]
 * [[L.I.S.A]] - The L.I.S.A project is a Digital Life Assistant for a house. You can ask things to LISA by voice or by text and LISA will execute some actions and/or answers you. LISA can control a home automation system to have an artifical intelligence in the house. http://www.lisa-project.net/
Line 32: Line 144:
=== System Administration Applications === == Editorial Notes ==
The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. If, as the developer of a listed application, you disagree with the classification of the work, please move it into the appropriate category or create a new category, respecting the ascending alphabetical order of the categories. When specifying release dates please use the format YYYY-MM-DD.
Line 34: Line 147:
  * radiusContext - RADIUS log analysis program (user accounting for ISPs) [http://www.tummy.com/Software/radiuscontext]

=== Audio/Video Applications ===

  * Freevo - Linux multimedia jukebox [http://www.freevo.org]
  * cplay - Curses-based Linux multimedia jukebox [http://www.tf.hut.fi/~flu/cplay/]

=== Image Applications ===

  * imgSeek - Photo collection manager with content-based search [http://imgseek.sourceforge.net/]

  * [http://mayavi.sourceforge.net/ MayaVi] - Scientific visualization program based on VTK

  * [http://vpython.org/ VPython] - Navigable 3D animations are produced as side effects of computations, making a normally difficult task exceptionally easy

=== Python Scripted 3D CAD/CAM ===

  * FreeCAD is an Open Source CAx RAD based on Open Cascade, QT and Python. It features some key concepts like Macro recording, Workbenches, ability to run as a server and dynamically loadable Application extensions and its designed to be platform independent... [http://free-cad.sourceforge.net/]
  * Fandango is planned to be a full featured CAD program. It has a C++ core extensible by scripts. Currently the memory core for entity management is ready, scripting works wonderfully thanks to the ease of embedding and extending of Python. A KDE+XML user interface is now in place, controlling the keyboard and mouse. [http://www.soffernet.com/jaime/fandango/]

=== Hard to classify ===

  * Narval - Personnal Assistants, see [http://www.logilab.org/narval/]
  * SCons - software construction tool (build tool, or make tool), see http://www.scons.org/
  * SimPy - a discrete event, object-oriented, simulation package, [http://simpy.sourceforge.net/]
  * ruleCore - A reactive event-driven rule engine for event pattern detection [http://www.rulecore.com]
----
CategoryApplications

Applications Written in Python

See also:

3D CAD/CAM

  • FreeCAD is an Open Source CAx RAD based on Open Cascade, Qt and Python. It features some key concepts like Macro recording, Workbenches, ability to run as a server and dynamically loadable Application extensions and its designed to be platform independent... http://free-cad.sourceforge.net/

  • Fandango is planned to be a full featured CAD program. It has a C++ core extensible by scripts. Currently the memory core for entity management is ready, scripting works wonderfully thanks to the ease of embedding and extending of Python. A KDE+XML user interface is now in place, controlling the keyboard and mouse. http://www.soffernet.com/jaime/fandango/

  • PythonCAD is a CAD package written, surprisingly enough, in Python. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package for Linux, the various flavors of BSD Unix, commercial Unix, and other platforms to which someone who is interested ports the program. Work began on PythonCAD in July, 2002, and the first public release was on December 21, 2002. In addition it has been ported to winXP http://www.pythoncad.org/

  • Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License. It only uses Python as a scripting language, however.

  • Vintech RCAM is a CAD/CAM system for true shape nesting and NC programming of laser, plasma, oxy-fuel and water-jet cutting machines. Vintech RCAM is platform independent and now it runs under Windows XP, Windows 7 and Linux. The main programing language of the system is Python, which defines the advanced methodology and the dynamic system development. More information http://www.vintech.bg.

Audio/Video Applications

Console Applications

  • IPython - An enhanced Interactive Python shell

  • SQLPython - interactive Oracle database client (alternative to Oracle's SQL*Plus)

  • See also PythonShells.

Enterprise Applications

  • Odoo - A complete open source ERP & CRM; accounting, stock management, sales, and modular framework with over 750 modules. Originally called tinyErp, then OpenERP; there is also a variant for Medical.

  • Tryton - a fork of Tiny ERP providing a three-tier high-level general purpose application platform

  • Picalo - A data analysis toolkit for DBMS-type of data. Includes embedded Python scripting and wxWidgets GUI.

  • LinOTP 2 - a flexible and modular solution for strong two-factor authentication with one time passwords (OTP). Due to the modular architecture several OTP tokens and different OTP algorithms are supported.

  • RESTx - a RESTful, GPL licensed open-source data publishing and integration platform, which emphasizes simplicity, sane defaults and out-of-the-box usability. No complex configuration, no steep learning curve, instead up and running in 5 minutes. Components for data access or integration logic can be easily written in Python and Java, users create their own RESTful resources by posting parameters for those components or just filling out a small form in their browser.

File Formats

Image Applications

  • Gnofract 4D - A flexible fractal generation program

  • Gogh - A PyGTK-based painting program (or image editor) with support for pressure-sensitive tablets/devices. This application appears to no longer exists.

  • imgSeek - Photo collection manager with content-based search. You simply sketch the image you want to find.

  • MayaVi - Scientific visualization program based on VTK

  • VPython - Navigable 3D animations are produced as side effects of computations, making a normally difficult task exceptionally easy. The new 5.0 release candidate offers opacity, local lights, and materials such as wood.

Internet Applications

Mobile Applications

  • Aarlogic C05/3 - Ready to use GSM /GPS tracking PCB with Python engine on board with support of test server based on Google Maps http://track4free.com

  • AppBackup - an app for jailbroken iOS devices that lets one back up and restore the settings and data of App Store apps

  • Pyroute - a GPS-capable mapping/routing application for mobile devices

Office Applications

  • calibre - ebook library management software with syncing to ebook readers, ebook format converter, editor and viewer. Calibre can download news from the web and convert them into e-books using pre-built or user-written Python recipes.

  • faces - Extendible project management software http://faces.homeip.net

  • Notalon - Note-taking, simplified. Notalon is a note-taking software for students, lifting the burden of formatting so that you can focus on taking notes. http://notalon.org

  • pyspread - Spreadsheet application that expects Python expressions in its grid cells http://manns.github.com/pyspread/

Personal Information Managers

Science and Education Applications

  • Pyrobot - A complete IDE, set of libraries, simulator, and course materials for exploring robotics in Python. Currently aimed for higher education, but work has begun for use in k-12 as well.

  • SimPy - a discrete event, object-oriented, simulation package, http://simpy.sourceforge.net/

  • PyChem - a multivariate data analysis application for Windows and Unix, including principal components analysis (PCA), partial least squares regression (PLSR) and discriminant analysis (PLS-DA), discrimiant function/canonical correlation analysis (DFA/CVA/CCA), cluster analysis (K-means, HCA), advanced evolutionary methods for variable selection. http://pychem.sourceforge.net/

  • ACQ4 - Neurophysiology data acquisition and analysis with emphasis on electrophysiology, photostimulation, and fluorescence imaging experiments.

  • MetaPath - A workflow-based metabolomics data analysis package. Includes support for principal components analysis (PCA), partial least squares regression (PLSR) and discriminant analysis (PLS-DA), metabolic pathway mining and data visualisations.

Software Development

System Administration Applications

  • Enomalism - The Enomalism Virtualized Management Console (VMC) is a open source web-based systems administrator management tool for XEN hypervisor. Servers with hundreds of multiple isolated virtualized systems can be managed like a standalone server. Enomalism also includes a virtual server creation wizard and templates to facilitate virtualized server configuration, application deployment and centralized software patch management. http://www.enomalism.com

  • radiusContext - RADIUS log analysis program (user accounting for ISPs) http://www.tummy.com/Community/software/radiuscontext

  • Salt Stack - A high-performance remote execution and configuration management engine.

X-Window Manager

  • PLWM - The Pointless Window Manager: a python toolkit for making a wm. It's hostile towards rodents, and ease of configuration is not an objective, not so actively developed, but might be usefull for keyboard-loving hackers. Somebody might even have a use for the code, though PyWM's ideas seem better. http://plwm.sourceforge.net/

  • PyWM - a small, simple python-programmable X window manager that's packed with features yet very easy to learn and use. http://pywm.sf.net(More up-to-date), http://www.freenet.org.nz/python/pywm/index.html

Unclassified

  • Calix - An xwindows gamma calibration tool using Py-GTK and the xgamma command. http://creationix.com/OpenSource/Calix/ (this link do not contain anymore information)

  • CD-Store - a data cd archiving (indexing) with full search and browse capabilities using a Py-GTK interface http://creationix.com/packages/cdstore.tar.gz (this link do not contain anymore information)

  • ruleCore - A reactive event-driven rule engine for event pattern detection http://www.rulecore.com

  • L.I.S.A - The L.I.S.A project is a Digital Life Assistant for a house. You can ask things to LISA by voice or by text and LISA will execute some actions and/or answers you. LISA can control a home automation system to have an artifical intelligence in the house. http://www.lisa-project.net/

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. If, as the developer of a listed application, you disagree with the classification of the work, please move it into the appropriate category or create a new category, respecting the ascending alphabetical order of the categories. When specifying release dates please use the format YYYY-MM-DD.


CategoryApplications

Applications (last edited 2018-05-20 18:24:23 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.