List of Python software: Difference between revisions

Content deleted Content added
m Reverted edit by Ai trend sphere (talk) to last version by LizardJr8
Tags: Rollback Mobile edit Mobile web edit
 
(9 intermediate revisions by 6 users not shown)
Line 31:
 
==Python package managers and Python distributions==
* [[Anaconda (Python distribution)|Anaconda]], Python distribution with <code>conda</code> [[package manager]]
* [[Enthought]], Enthought Canopy Python with Python [[package manager]]
* [[Pip (package manager)|pip]], package [[management system]] used to install and manage software written in Python
 
Line 45:
* [[Buildbot]], a [[continuous integration]] system
* [[Buildout]], a software build tool, primarily used to download and set up development or deployment software dependencies
* [[Calibre (software)|Calibre]], an open source [[E-book software|e-book management]] tool
* [[Celery (software)|Celery]], an asynchronous task queue/job queue based on distributed message passing
* [[Chandler (software)|Chandler]], a [[personal information manager]] including calendar, email, tasks and notes support that is not currently under development
Line 53:
* [[Dropbox (service)|Dropbox]], a web-based file hosting service
* [[Exaile]], an open source [[Media player software|audio player]]
* [[Gajim]], an [[Instant messaging|instant messaging client]] client for the [[Extensible Messaging and Presence Protocol| ([[XMPP]] protocol)
* [[GlobaLeaks]], an open-source whistleblowing framework
* [[GNOME SoundConverter|GNOME Soundconverter]], a program forto convertingconvert sound files to various formats and qualities; a (wrapper around [[GStreamer]]).
* [[Gramps (software)|Gramps]], an open source [[genealogy software]]
* [[Gunicorn (HTTP server)|Gunicorn]], a pre-fork [[web server]] for [[Web Server Gateway Interface|WSGI]] (WSGI) applications
* [[GYP (software)|GYP]] (Generate Your Projects), a build automation tool (similar to [[CMake]] and [[Premake]]) designed to generate native IDE project files (e.g., [[Visual Studio]], [[Xcode]], etc.) from a singleone configuration
* [[Image Packaging System]] (IPS), an advanced, cross-platform [[package management systemmanager]] primarily used in mosty [[Oracle Solaris (operating system)|Solaris]] and [[OpenSolaris]]/[[illumos]] derivatives
* [[Juice (aggregator)|Juice]], a popular [[podcast]] downloader
* [[Mercurial]], a cross-platform, distributed source management tool
* [[Miro (software)|Miro]], a cross-platform [[internet television]] application
* [[Morpheus (file-sharing software)|Morpheus]], a [[File sharing|file- sharing]] client/server software operated by the company StreamCast
* [[MusicBrainz Picard]], a cross-platform [[MusicBrainz]] tag editor
* [[Nicotine (software)|Nicotine]], a [[PyGTK]] [[Soulseek]] client
* [[OpenLP]], lyrics projection software
* [[OpenShot Video Editor]], a video editor
* [[OpenStack]], a [[cloud computing]] IaaS platform
* [[Pip (package manager)|Pip]], a [[package manager]] used to install and manage Python [[package (package management system)|software package]]spackages such as those from the [[Python Package Index]] (PyPI) [[software repository]]
* [[PiTiVi]], a video [[Nonnon-linear editing]] system|non-linear video editor]]
* [[Portage (software)|Portage]], the heart of Gentoo Linux, an advanced package management systemmanager based on the BSD-style ports system
* [[Pungi (software)|Pungi]], an open-source distribution compose tool forto orchestratingorganize the creation ofcreating [[Yum (software)|YUM]] and system image repositories
* [[PyChess|Pychess]], a cross-platform computer chess program
* [[Quake Army Knife]], an environment for developing 3D maps for games based on the [[Quake engine]]
* [[Quod Libet (software)|Quod Libet]], a cross-platform free and open source music player, tag editor and library organizer
Line 81:
* [[SCons]], a tool for building software
* [[Shinken (software)|Shinken]], a computer system and [[network monitoring]] software application compatible with [[Nagios]]
* [[TouchDesigner]], a node based [[visual programming language]] for real time interactive multimedia content
* [[Tryton]], a three-tier high-level general purpose computer application platform
* [[Ubuntu Software Center]], a graphical [[package management system|package manager]], was installed by default in [[Ubuntu]] releases starting in 9.10, and stopped being includedending in Ubuntu releases starting with the Ubuntu 16.04 release.
* [[Wicd]], a network manager for [[Linux]]
* [[Yellowdog Updater, Modified ([[yum (software)|YUM]]), a package management utility for RPM-compatible Linux operating systems
* [[Waf (build system)|Waf]], a build automation tool designed to assist in the automatic compilationcompiling and installationinstalling of computer software
* [[Xpra]], a tool which runs X clients, typicallyusually on a remote host, and directs their display to the local machine without losing any state
 
==Web applications==
Line 141:
* [[RapidSMS]], a web framework which extends the logic and capabilities of Django to communicate with SMS messages
* [[Spyce (software)|Spyce]], a technology to embed Python code into webpages
* TACTIC, a web-based smart process application and digital asset management system
* [[Tornado (web server)|Tornado]], a lightweight non-blocking server and framework
* [[TurboGears]], a web framework combining [[SQLObject]]/[[SQLAlchemy]], [[Kid (templating language)|Kid]]/[[Genshi (templating language)|Genshi]], and [[CherryPy]]/[[Pylons project|Pylons]]
Line 201 ⟶ 200:
* [[Kid (templating language)|Kid]], simple template engine for XML-based vocabularies
* [[Meson build system]], a software tool for automating the building (compiling) of software
* [[mod_pythonmod_wsgi]], anmodule that provides a [[Apache HTTPWeb Server Gateway Interface|ApacheWSGI]] modulecompliant allowinginterface directfor integrationhosting of[[Python (programming language)|Python]] scriptsbased [[Web application|web applications]] with the [[Apache HTTP Server|Apache]] web server
* [[PyObjC]], a Python to Objective-C bridge that allows writing OS X software in Python
* [[Robot Framework]], a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD)
Line 293 ⟶ 292:
* [[PyPy]] – Python (originally) coded in Python, used with [[PyPy#RPython|RPython]], a restricted subset of Python that is amenable to static analysis and thus a [[Just-in-time compilation|JIT]].
* [[Shed Skin]] – a [[source-to-source compiler]] from Python to [[C++]]
* [[Stackless Python]] – CPython with [[coroutine]]s
 
Historic Python implementations include:
Line 301 ⟶ 299:
* [[Pyrex (programming language)|Pyrex]] – Python-like Python module development project that has mostly been eclipsed by Cython
* [[Python for S60]] – CPython port to the [[S60 (software platform)|S60]] platform
* [[Stackless Python]] – CPython with [[coroutine]]s
* [[Unladen Swallow]] – performance-orientated implementation based on CPython which natively executed its [[bytecode]] via an [[LLVM]]-based JIT compiler. Funded by Google, stopped circa 2011