Python Frameworks for Linux

View 76 business solutions

Browse free open source Python Frameworks for Linux and projects below. Use the toggles on the left to filter open source Python Frameworks for Linux by OS, license, language, programming language, and project status.

  • Locstatt Safety Management System Icon
    Locstatt Safety Management System

    For companies searching for a powerful HSSE management software

    Locstatt is an affordable, totally integrated Health, Safety, Security, and Environmental (HSSE) management software system. We gather and compress on-site data encompassing your entire Safety Management System, and deliver it to one simple dashboard.
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 1
    We aim to develop a transformative computational method for automatic discovery of a set of dynamical rules that best captures both state transition and topological transformation in the data of spatio-temporal evolution of a complex network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Motinha

    Motinha

    Information Gathering and Network Exploitation Framework

    Motinha is a Simple Information Gathering and Network Exploitation Framework coded in Python. Here we have a bridge between the final user and the most futurists’ tools on the Internet to find juice info around any network, website, domain, company or persons and in some cases exploit some features to have fun , now let’s Shut Up And Hack!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    THIS PROJECT IS DEAD. For the real appcelerator project, please visit http://www.appcelerator.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    This project aims at writing a threaded, object-oriented and scriptable game engine targetting the .NET platform, using a mixture of c# or managed c++ ports of famous c/c++ components such as OGRE, CEGUI, Newton, Lua, Python, Audiere, OpenAL, etc...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Need To Secure Your Public Cloud? Icon
    Need To Secure Your Public Cloud?

    Built for Developers, DevOps and Engineering Teams

    View all cloud assets of AWS, Google Cloud, Azure, Kubernetes, Digital Ocean in one place. Automates security misconfigurations of assets with guidance to resolve them. Covers far beyond basic checklists. It automatically evaluates the security misconfigs of the assets & provides step-by-step guidance to resolve them
  • 5
    Python bindings for OpenCL, the open standard for parallel programming of heterogeneous systems
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Pyjamas-Desktop is the Desktop version of the Pyjamas Web Widget toolkit. Pyjamas-Desktop can even execute javascript, and embed plugins such as Flash. Pyjamas-Desktop is now part of http://pyjs.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    SfleX aims at developing a dynamic transaction processing architecture which is fully configurable at run-time. A Zope/Python based prototype is available. A Java version is under development. See http://sflex.ilab-tcs.com for details and download.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Tikal's open source Application Development & Deployment is comprised of fully integrated suites that cover the entire software life-cycle, include tools for development and deployment of applications, software configuration management and ASQA.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    katana Framework
    katana is the new hacking framework written in python for making penetration testing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    nJES is a complete CPython rewrite of JES (Jython Environment for Students), originally written by Mark Guzdial and Barbara Ericson. The primary objective of the rewrite is to enhance performance while maintaining full forward compatibility with JES.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    pipeless

    pipeless

    A computer vision framework to create and deploy apps in minutes

    Pipeless is an open-source computer vision framework to create and deploy applications without the complexity of building and maintaining multimedia pipelines. It ships everything you need to create and deploy efficient computer vision applications that work in real-time in just minutes. Pipeless is inspired by modern serverless technologies. It provides the development experience of serverless frameworks applied to computer vision. You provide some functions that are executed for new video frames and Pipeless takes care of everything else. You can easily use industry-standard models, such as YOLO, or load your custom model in one of the supported inference runtimes. Pipeless ships some of the most popular inference runtimes, such as the ONNX Runtime, allowing you to run inference with high performance on CPU or GPU out-of-the-box. You can deploy your Pipeless application with a single command to edge and IoT devices or the cloud.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Small Python library with various things such as Configuration file parsing (in Python syntax), HTML and PDF parsing. Used in others of my projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Python web development framework built on a top of Twisted.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    A toolkit of nitty-gritty classes from real-life projects. Contains generic snippets along with things like server-side DOM implementation or RSA or code generation tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    whatsapp-api-webhook-server-python
    This library helps you easily create a Python server endpoint to receive WhatsApp message webhooks. https://green-api.com/en/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    whatsapp-chatbot-python
    This library helps you easily create a Python chatbot with WhatsApp API. https://green-api.com/en/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    yapyutils

    yapyutils

    Utilities for platform indepentent low-level system APIs.

    The 'yapyutils' - Yet Another Python Utils - package provides miscellaneous *Python* utilities for the adaptation of platform independent APIs of the low-level part of the software stack. These are e.g. used for extensions of the *setuptools* and *distutils*, thus reduce the package dependency and avoid circular dependencies whenever possible by using standard packages and classes only. The more complex and complete data packages are provided for higher application layer functionality. The current release contains: * *yapyutils.modules* A utility to locate and load modules by a given name and/or file system path name, based on the *sys.path* variable. * *yapyutils.files* Search and location of files, e.g. modules and configuration files. * *yapyutils.help* Simple help for command line interfaces. * *yapyutils.config* Configuration file support, in particular for the initial setup of software packages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A drop-in framework for adding tagging (folksonomy) capabilities to existing applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Automated Test Framework for Embedded Software: A system to perform test scripts 'in system' on embedded software. It uses Python as a high level description language and interfaces with GDB to communicate with the embedded platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AWS Serverless Application Model

    AWS Serverless Application Model

    An open-source framework for building serverless applications

    The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and model it using YAML. During deployment, SAM transforms and expands the SAM syntax into AWS CloudFormation syntax, enabling you to build serverless applications faster. To get started with building SAM-based applications, use the AWS SAM CLI. SAM CLI provides a Lambda-like execution environment that lets you locally build, test, and debug applications defined by SAM templates or through the AWS Cloud Development Kit (CDK). You can also use the SAM CLI to deploy your applications to AWS. SAM and SAM CLI are open-sourced under the Apache 2.0 license. You can contribute new features and enhancements to SAM on GitHub or SAM CLI on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AdminSet

    AdminSet

    AdminSet for DevOps

    Adminset is developed based on the DevOps concept and takes the integration of all operation and maintenance scenarios as its own responsibility. Adminset is a fully automated operation and maintenance platform developed based on operation and maintenance thinking. All functions of the client need to configure the ssh password-free login from the server to the client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Using this plugin-based framework, you can instantly start working on the *brain* of your bot (irc bot, chatterbot, robot, ...). With support for db, irc, logging and programming-language independent plugins, users can easily enhance the functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project aims to aggregate information and web content in association with users as a platform. On top of it, applications can be written to work with such scheme, enabling users to communicate and share information with a folksonomic model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ACME, a powerful content management framework written in Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Aglyph

    Aglyph is a Dependency Injection framework for Python.

    Aglyph is a Dependency Injection framework for Python, supporting type 2 (setter) and type 3 (constructor) injection. Aglyph runs on CPython (http://www.python.org/) 2.7 and 3.4+, and on recent versions of the PyPy (http://pypy.org/>),Jython (http://www.jython.org/), IronPython (http://ironpython.net/), and Stackless Python (http://www.stackless.com/) variants. Aglyph can assemble "prototype" components (a new instance is created every time), "singleton" components (the same instance is returned every time), "borg" components (a new instance is created every time, but all instances of the same class share the same internal state), and "weakref" components (the same instance is returned as long as there is at least one "live" reference to the instance in the running application). Aglyph can be configured using a declarative XML syntax, or programmatically in pure Python using a fluent API.
    Downloads: 0 This Week
    Last Update:
    See Project