Open Source Python System Software - Page 82

Python System Software

View 2014 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.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    Yumbiff applet is a gnome panle applet that periodically queries yum repositories. It informs you of any available package updates by changing its icon image, like 'rhn-applet'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Network servers monitoring environment based on Zope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ZBatt

    ZBatt

    A battery monitor for Shells and the Taskbar

    For the latest version, please visit ZBatt's website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ZED OS

    ZED OS

    ZED OS the clone of Windows XP

    ZED OS is a portuguese Linux based distribution (remaster of Ubuntu Mate). It was designed for users who want an innovative system. With both 3D and 2D interfaces you'll be able to chosse the better one according to your hardware/needs. It's Web Based and inspired in Windows XP from Microsoft
    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
    Zeus Grid is a Grid Computing environment usefull to run systems in heterogenous machines at same time. In this first step, it will only compile, run and collect application results and file storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ZLDAPAdapter is a Zope Product for authenticating users against an LDAP database. LDAPAdapter works just like a user folder and always has the zope id acl_users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Portable office on a stick. Your bookmarks & email settings, along with your programs & office suite run using PortableApplications from portableapps.com The ZPin is a launch pad that allows you to easily find and install/update apps. Pageant, Putty...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The ZSyncer project allows multiple Zopes to easily be manually synchronized by transferring data between them using xml-rpc. This can save a lot of time over the old export / transfer / import dance. See the home page for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ZTE-Stat_HA

    ZTE-Stat_HA

    [BroTech]ZTE Router plugin for Home Assistant 硬路由最佳伴侣

    【哥哥科技】中兴路由器 × 全屋智能家居平台联动接入:Home Assistant 极客集成、UI增强脚本插件,硬件路由NPU最佳伴侣、无需刷机,支持全系ZTE!统计上下行流量,查看流量占比速率、上下比值,打击P2P偷上行,支持进制转换,支持Mbps/GiB,可统计内网和公网作对比!设备列表平铺化,大屏可视化一点通,你所要的,都在这里,无需频繁切换页面… ZTE HACS Plugin by Brother Tech. Best for hard NPU routers. Tracks Up/Down traffic & ratios. Detects P2P upload theft. LAN/WAN comparison. Flattened UI for central view. ZTE-Stat_Max & GBNPA-Router-Sync 是由 哥哥科技 开发的一套网络数据遥测与多端转发解决方案。 中兴路由器 × 全屋智能家居平台联动接入插件:Home Assistant 极客集成、UI增强,硬路由NPU最佳伴侣、无需刷机,支持全系ZTE!设备列表平铺化,大屏可视化一点通,你所要的,都在这里,无需频繁切换页面… 本自定义集成通过“脚本截留 + Webhook 异步推送”的组合架构,在不破坏官方原有拓扑、不触发中兴路由器“Web 后台单会话互踢”机制的前提下,将路由器底层的高精度流量数据与设备状态无缝接入 Home Assistant。为网络工程人员提供长周期的流量统计与全局态势观测能力。 配合前端脚本猫插件 ZTE-Stat_Max,将浏览器端抓取到的高精度网络流量数据,通过 Webhook 推送到 Home Assistant 中枢进行持久化存储与展示。 无论是全屋大盘的上下行总流量,还是单台设备的实时吞吐状态,都已被解耦并整合至 HA 的标准设备卡片中。无需频繁登录路由器后台,即可在任意移动端或桌面端实时掌控局域网网络状态。 采用被动数据接收架构,HA 不会主动向路由器发起 HTTP 轮询请求,避免对家庭网络管理业务的干扰。
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10
    Zappa - Serverless Python

    Zappa - Serverless Python

    Serverless Python

    Zappa makes it super easy to build and deploy server-less, event-driven Python applications (including, but not limited to, WSGI web apps) on AWS Lambda + API Gateway. Think of it as "serverless" web hosting for your Python apps. That means infinite scaling, zero downtime, zero maintenance - and at a fraction of the cost of your current deployments! With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A tileset extractor and map generator for Zelda Classic unencoded quest (.qsu) files. Written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    These are the scripts for putting together your own MindTouch/Zenoss mashup. The mashup places live data from a Zenoss installation in the context of MindTouch wiki pages for taking configuration notes and other possible future mashups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zenstamon

    Zenstamon

    Zenoss desktop tray client application

    Zenstamon is a windows tray client for Zenoss 4. It is the spiritual brother of Nagstamon which performs the same functions for Nagios. It plays different sounds when: - A critical event occurs - An error event occurs - A warning event occurs - System goes all clear **NEW** -Now you can clear events from the app itself. -Now you can configure information to be displayed in summary. Note: If you are using Nagios please see http://nagstamon.ifw-dresden.de/ for the application that inspired the creation of this project. Great desktop application for Zenoss 4!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zero Live
    Live distribution for Zero Install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Zeus Scanner

    Zeus Scanner

    Advanced reconnaissance utility

    Zeus-Scanner is an advanced reconnaissance utility designed to simplify web application reconnaissance for security testing. It combines URL parsing, search engine querying, crawling, proxy support, and vulnerability assessment workflows in one tool. The scanner can work with multiple search engines, extract URLs from Google ban and webcache URLs, and parse robots.txt or sitemap.xml files. It also supports proxy configurations, Tor proxy compatibility, and Tor browser emulation for flexible routing during authorized assessments. Zeus-Scanner includes checks for issues such as XSS, SQL injection, clickjacking, exposed admin panels, port scanning, whois lookup, and header protection. It is most useful for penetration testers and researchers who need a broad reconnaissance toolkit, though its older Python 2-style setup makes environment compatibility important.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ZipLite

    ZipLite

    Comprimidor de Archivos

    Es un compresor de archivos que permite comprimir y descomprimir archivos y carpetas en formato zip. Este ofrece una interfaz con pestañas para facilitar la navegación y el uso de diferentes funcionalidades, como extraer archivos zip y compartir enlaces. Además su objetivo principal es ofrecer una herramienta ligera y eficiente para la gestión de archivos comprimidos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Zivios is a web based control panel which brings together vital open source technologies needed by medium and large enterprises. Zivios provides identity management,user, group and computer provisioning, as well as remote management of services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Official unofficial Zorp home - several enhancements to Zorp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    aCompute

    aCompute

    Aims to enable researcher to tap in to mobile computing capability

    This is a software agent based computing program that will enable researchers and other users to tap in computing power of machine available by sharing work load on the fly with zero configuration on network & resources A self organizing agent program that will understand network and its resource. where as the only job left to researcher is to split up jobs in several chunks of programs either parallel or sequential jobs and go issue the job (A visual Modeler or Scripting support need to be yet designed) Software agents will automatically manage the rest or resource management, sharing , cloning of tasks etc. new resources can be added and removed from the system on fly; in layman terms the project will create an agent program that enable sharing & execution of program among all the available resources whether it be desktop, laptop, pda . thereby one can accelerate research to the very extent of resource availability with out bothering about anything... C++11v Upcoming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    aWIFIo

    application for creating and controlling hostednetwork on windows

    create wifi hotspot on windows and share your internet connection via wireless
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ABCD is an address book server/client system. It is intended to be user friendly, cross platform, and awesome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Aiakos is a suite of software components that together provide a collaborative Single-Signon System across multiple trusted websites. A simple open protocol is provided for collaboration, and working libraries are provided for ASP and Zope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    alive-progress

    alive-progress

    A new kind of Progress Bar, with real-time throughput, ETA

    alive-progress is an advanced Python progress bar library that introduces a highly animated and adaptive approach to tracking long-running tasks. Unlike traditional static progress indicators, it dynamically adjusts spinner speed and visual feedback based on actual throughput, giving users a more intuitive sense of activity. The library is designed with performance efficiency in mind, using multithreaded updates that minimize CPU overhead and terminal noise. It includes sophisticated ETA estimation powered by exponential smoothing algorithms, improving prediction accuracy for variable workloads. Developers can easily integrate it into scripts thanks to automatic logging hooks and flexible configuration options. With its emphasis on responsiveness, customization, and developer ergonomics, alive-progress stands out as a modern replacement for conventional Python progress bars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Android[tm] SDK development is for those who have a dream mobile device in mind and have the potential to contribute to the development of the same at various levels. http://www.openhandsetalliance.com is promoted by Google & other industry giants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    android-python2.7.3

    Python2.7.3 for android

    This is python2.7.3 which can be compiled using android-ndk By using python ,Its is possible to run lot of great application in android phone. At the time of writing I could run IPython, Isympy, Django etc on my android phone. This project only considering command-line binary builds. Not any GUI apps.
    Downloads: 0 This Week
    Last Update:
    See Project
Monday.com Logo