Showing 198 open source projects for "python source"

View related business solutions
  • 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
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 1
    An unit testing framework (http://www.xprogramming.com/software.htm) to allow unit testing of Products in a real Zope environment, with all the bells and whistles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Netutils is a collection of libs/classes and tools for network programmers in Python. It provides different classes and methods for custom packet manipulation, network scanning and stress testing. Everything in pure Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenLC is a set tools designed to facilitate benchmarking and stress testing of a wide variety of information servers (WEB, Email, FTP, LDAP, ...). A XML-RPC API is offered for developers interested in creating clients that query the services provid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A unit testing framework for Python based on JUnit and XUnit, the de-facto standard frameworks for Java and SmallTalk respectively. Provides a standard, proven, simple and elegant way to write unit tests for Python software. GUI also provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 5
    A suite of tools and extensions to Python to permit automatic specification-based testing with inline, incremental formal specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Armstrong is an integrated package for developing web applications in the python web-framework Django.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Python Universal GUI (requires wx) Automatically creates GUI windows for any python objects. These windows allow you to view and alter your objects at runtime, as well as save and load their states.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A set of scripts, based around doctest, for performing regression testing & code coverage analysis on Python modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    At the moment it's a collection of moderately useful python utility classes focusing mainly on unit test framework setup and development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10
    Gefira is an umbrella project for various opensource-related projects, usually backend or middleware oriented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    grenadilla is a lab resource reservation system. It handles booking machines in a lab or server room. grenadilla is written in python, and leverages django.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Testerman

    A TTCN-3-inspired testing environment in Python

    Testerman is an attempt to produce a TTCN-3 inspired test automation system without the strict typing model of the TTCN-3 test control notation that can be too heavy to be practical with non-stricly defined protocols. This is achieved by bringing TTCN-3 primitives and concepts to the Python programming language. It provides a complete environment to design, manage, execute and analyze automated tests, and can be used as a platform to develop test simulators (drivers and stubs) and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This script will automatically decode an obfuscated JavaScript or VBScript in HTML and scan for suspicious/malicious codes in the page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project has been relocated at http://code.google.com/p/recipientexceptions/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MTCC (Model-Driven Test Case Construction) in an approach to the construction of acceptance tests by domain experts for testing system families based on feature models. MTCC is applied to the application domain of Digital Libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    InPUT

    IoC container for the configuration and design for experimental design

    InPUT offers a descriptive and programming language independent format and IoC (Inversion of Control) container for the configuration and design of computer experiments. Code and more info can be found on github: http://github.com/feldob/InPUT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OWLAND is an automated testing framework for description logic reasoners. It supports both ABox and TBox reasoning methods and is capable of running fully automated tests with any ontology and number of currently available reasoners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FTF (for Flexible Testing Framework) is a modular framework for testing, both automatic and manual, and quality assurance. FTF initial development has been done in the EDOS project, to support Linux distributions testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Performance and load testing framework. We aim to create a testing tool for web applications that can simulate large numbers of concurrent users without mucking around with threads, and thus allow us to perform rate-based testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jungletest is an system for automated testing of OpenOffice.org against a large set of documents. Currently, tests determine whether OOo will crash or hang when loading, scrolling through, or exporting the document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Git-based multi-project software development, testing, release, and distribution
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CxxTestNg is a JUnit/CppUnit/xUnit-like framework for C/C++. It does not require RTTI, exception handling, or any external libraries. It is only a set of header files (and a python script) that are easy to integrate into an existing project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    One JMS(include EMS,MQ JMS,BEA JMS),SOAP,HTTP,TIBCO BW,TIBCO RV,MQ test tools. Wrieted by java ,C,C++,Python.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB