Open Source Python System Software - Page 72

Python System Software

View 1978 business solutions

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

  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Spyse is a software framework for building multi-agent systems. It allows Python developers to build distributed intelligent systems of multiple cooperative agents based on FIPA, OWL, SOA and many others. Spyse is designed for ease-of-use and fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SmartDog is anti-spam,intrution detection software for windows/linux. And, it contains many features that are all requried by a normal user to network administrator. Visit to the home page for more clarity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Python framework to automate your home. Plugins for: KNX, 1-Wire and counting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SnakeTrap is a web frontend for SNMPTT written in Python and Django (hence the name). It enables you to graphically configure what to do when a SNMP trap is received. A few scripts are included to notify through Nagios and regular email.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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.
    Start Free
  • 5
    Snap! is now hosted at github. You may find it at http://github.com/movitto/snap
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Snes9x Python Launcher is a text/terminal based frontend for the Snes9x binary used in Linux. It supports many of the command line switches used by Snes9x, and helps to make it as easy to use on Linux as it is on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Snort IDS library for Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SnowFlock enables high performance computing on virtual machine (VM)-based cloud environments. In SnowFlock, a VM transparently becomes a cluster of VMs by cloning in sub-second time into multiple copies executing on different physical hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Socket Guardian is an application for watching the network services of some servers and see the global state of the different systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    sps (Socket ProcesS) is a Python script which shows which processes are using which TCP port numbers, or which process is using a particular TCP port. It runs on Linux 2.2 and 2.4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    General software and open source projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Framework for software component integration, interoperability and adoptability through a XML based vocabulary: Software Component Integration Mark-up Language (SCIML)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Our goal is to create an actively supported and maintained set of tools and mirrors for Solaris, allowing automated \"get & install\" of up-to-date free software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Solarstorm

    Solarstorm

    A rethinking of the Operating System Ecosystem.

    This is the fifth or sixth generation of this idea, the big difference being that we have written some bootloader code and have started mapping out the kernel layout and structure. We have decided upon a core programming language for the kernel, and the core language for almost everything else. With a focus on isolating the MAJOR kernel features from the system itself, in what until now has remained research only instances, we hope to create a fully functioning exokerne. All code at this time will be available only via a git repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Solarwall is a web based toolset for manipulating Linux iptables. The goal is to provide modular framework for expansion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Utility to automate the download of virus definition updates (IDE files) for Sophos Anti-Virus for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SortPhotos

    SortPhotos

    SortPhotos is a Python script that organizes photos and videos

    SortPhotos is a Python-based command-line utility that organizes photos and videos into structured directories based on their date and time metadata. It can sort files by year, month, day, or any custom format using EXIF and other metadata tags, making it easy to transform messy collections into neatly arranged photo libraries. The tool works with both images and videos, automatically renames files if desired, and can filter which metadata groups or tags to prioritize when determining file dates. SortPhotos includes options for copying versus moving files, recursive searches, silent or test modes, and customizable start times for when a “day” begins. It also prevents duplicate files by comparing content, with an option to keep duplicates if needed. With support for automation through launch agents or cron jobs, SortPhotos is well-suited for photographers, archivists, and anyone looking to streamline large personal or professional media collections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Source Ruckus Packager (SRP) is the source based package management system used by Source Ruckus Linux. It aims to simplify the automation of installing, uninstalling, verifying, and upgrading source based software packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sparkles is a dynamic tarpit, adapted from LaBrea, that profiles active hosts on a network and then emulates those profiles across the network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Spektral

    Spektral

    Graph Neural Networks with Keras and Tensorflow 2

    Spektral is a Python library for graph deep learning, based on the Keras API and TensorFlow 2. The main goal of this project is to provide a simple but flexible framework for creating graph neural networks (GNNs). You can use Spektral for classifying the users of a social network, predicting molecular properties, generating new graphs with GANs, clustering nodes, predicting links, and any other task where data is described by graphs. Spektral implements some of the most popular layers for graph deep learning. Spektral also includes lots of utilities for representing, manipulating, and transforming graphs in your graph deep learning projects. Spektral is compatible with Python 3.6 and above, and is tested on the latest versions of Ubuntu, MacOS, and Windows. Other Linux distros should work as well. The 1.0 release of Spektral is an important milestone for the library and brings many new features and improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SpiderOak Nagios check

    SpiderOak Nagios check

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Spike Asset Manager (SAM) is an open-source cross-platform framework for probing a system for components and reporting them. It includes a driver file that probes for components commonly found in a LAMPJ stack (Apache, MySQL, PHP, Tomcat, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Splitter Backup System is designed to prepare TAR archives to be burned to DVD media. Since the maximum file size in an ISO9660 file system is 2G, Splitter will traverse a given list of file system nodes and split off TAR files of 2G or less.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Spyn NES Emulator
    Spyn is an Nintendo Entertainment System written entirely in Python, using Pygame for graphics / sound.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    StackCollect

    StackCollect

    A server and database monitoring platform.

    The StackCollect SCM is written in Python and is free to download, more advanced features can be purchased from StackCollect. Monitored Server Platforms Include: Windows Server 2012 R2 Monitored Database Platforms Include: PostgreSQL Microsoft SQL Server MariaDb MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB