Showing 26 open source projects for "python::module"

View related business solutions
  • Dun and Bradstreet Risk Analytics - Supplier Intelligence Icon
    Dun and Bradstreet Risk Analytics - Supplier Intelligence

    Use an AI-powered solution for supply and compliance teams who want to mitigate costly supplier risks intelligently.

    Risk, procurement, and compliance teams across the globe are under pressure to deal with geopolitical and business risks. Third-party risk exposure is impacted by rapidly scaling complexity in domestic and cross-border businesses, along with complicated and diverse regulations. It is extremely important for companies to proactively manage their third-party relationships. An AI-powered solution to mitigate and monitor counterparty risks on a continuous basis, this cutting-edge platform is powered by D&B’s Data Cloud with 520M+ Global Business Records and 2B+ yearly updates for third-party risk insights. With high-risk procurement alerts and multibillion match points, D&B Risk Analytics leverages best-in-class risk data to help drive informed decisions. Perform quick and comprehensive screening, using intelligent workflows. Receive ongoing alerts of key business indicators and disruptions.
    Learn More
  • Dun and Bradstreet Connect simplifies the complex burden of data management Icon
    Dun and Bradstreet Connect simplifies the complex burden of data management

    Our self-service data management platform enables your organization to gain a complete and accurate view of your accounts and contacts.

    The amount, speed, and types of data created in today’s world can be overwhelming. With D&B Connect, you can instantly benchmark, enrich, and monitor your data against the Dun & Bradstreet Data Cloud to help ensure your systems of record have trusted data to fuel growth.
    Learn More
  • 1
    Badass JLink Plugin

    Badass JLink Plugin

    Create a custom runtime image of your modular application

    This Gradle plugin automates creation of custom runtime images using the Java jlink tool, producing small, self-contained distributions tailored to your application’s module graph. It analyzes your app’s modules (and dependencies) to include only the JDK modules you actually need, which substantially reduces footprint versus shipping a full JRE. The plugin generates launchers, start scripts, and archive layouts ready for distribution or Docker layering. It offers rich configuration for JVM options, system properties, service providers, and add-modules/add-reads tweaks to handle both modular and “automatic module” dependencies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Gradle Plugin for Node

    Gradle Plugin for Node

    Gradle plugin for integrating NodeJS in your build

    gradle-node-plugin is a Gradle plugin that enables seamless integration of Node.js, npm, and Yarn within Gradle builds. It helps Java-based projects manage JavaScript dependencies and run Node.js tasks efficiently.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Gradle

    Gradle

    Adaptable, fast automation for all

    ...From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster. Write in Java, C++, Python or your language of choice. Package for deployment on any platform. Go monorepo or multi-repo. And rely on Gradle's unparalleled versatility to build it all.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 4
    Protobuf Gradle Plugin

    Protobuf Gradle Plugin

    Protobuf Plugin for Gradle

    An officially supported Gradle plugin that automates Protocol Buffers (.proto) compilation, code generation, and integration with gRPC across various source sets. It simplifies protobuf setup, supporting multiple languages and output configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 5
    Gradle Lint Plugin

    Gradle Lint Plugin

    Linter tool for identifying and reporting on patterns of misuse

    ...It functions analogous to ESLint in the JavaScript ecosystem: you define rules, apply them across the build scripts, and get warnings or errors when code deviates from best practices. It is particularly useful for maintaining consistency across large, multi-module projects or monorepos, helping teams avoid build anti-patterns, unused dependencies, or misconfigurations. The plugin supports custom rules and can even automatically fix certain violations (e.g. unused dependencies) via a fixGradleLint task. Because it hooks into the end of many Gradle tasks, it can catch issues as part of a normal build workflow, making feedback immediate.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Gradle Ospackage Plugin

    Gradle Ospackage Plugin

    Gradle plugin for constructing linux packages

    ...Pre-, post-install, and removal scripts are supported so services can be registered, caches warmed, or config migrated during upgrades. The plugin fits naturally in multi-module builds and CI, producing artifacts that ops teams can promote through repositories like APT or YUM. It’s widely used to package JVM applications along with their configs, systemd units, and logs into a single deployable unit. By codifying packaging alongside source, it closes the gap between dev and ops and makes releases auditable and consistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    scriptHelper

    integration between Java and scripting languages

    scriptHelper is a Java library allowing a simple integration between Java code and various script languages. This library also allows to debug these scripts in the context of a Java program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java — no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Jacoco Android Gradle Plugin

    Jacoco Android Gradle Plugin

    Gradle plugin that creates JaCoCo test reports for Android unit tests

    A Gradle plugin that auto-creates and configures JaCoCo code coverage tasks for each Android app/module variant, saving you from manual setup across build types and flavors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 10
    License Gradle Plugin

    License Gradle Plugin

    Manage your license(s)

    ...Typical usage adds a “format” task to insert or update headers, and a “check” task that fails the build when files are missing or contain incorrect licenses. It supports per-module configuration, file globs, and exclusions so generated or vendored code can be handled appropriately. Because it integrates with Gradle’s lifecycle, results appear in standard build reports and can be gated in CI. Over time, it reduces drift in legal metadata and keeps repositories audit-ready with minimal manual effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AppJoint

    AppJoint

    Cross module Android development made easy!

    AppJoint is a minimalist Android componentization tool that aims to simplify cross-module communication in modularized Android projects. In complex apps broken into multiple modules or “features,” invoking methods or classes across module boundaries can become cumbersome or tightly coupled. AppJoint uses a small set of annotations and a simple runtime API to decouple modules: one module can declare a method interface, annotate it, and other modules can call it dynamically without direct dependency on the implementation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GradlePluginDevelop

    GradlePluginDevelop

    Gradle execution process

    A skeleton or demonstration project for developing Gradle plugins. It contains sample plugin code, project structure, examples of applying plugin logic, extension configuration, and build integration for Gradle plugin development. Gradle execution process, what is DSL, domain-specific language, common usage of Gradle, usage of Gradle advanced plug-ins, Gradle optimization for Android, using Javassist to the next floor, and problems encountered in Gradle development. Demonstration of plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tinker Imitator

    Tinker Imitator

    Implementation of WeChat to update resources and native libraries

    ...The project includes example apps, plugin modules, patch generation, and patch application logic. Resource patching (updating changed resources). Integration via a plugin/patch application module. Demo apps showing patch application. Dex hotfix patching (differential dex replacement).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Waterloo

    Java-based scientific graphics

    Java-based scientific graphics with support for Java, Groovy, MATLAB, Python, the R statistical environment, Scala and SciLab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cyclone - Task Automation

    Cyclone - Task Automation

    Task Scheduler for Java, Groovy, Javascript, python & ruby

    ...Extensible security module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HiveMind Java Web Application Cloud IDE

    HiveMind Java Web Application Cloud IDE

    Web development IDE in browser, supports Java, ruby, javascript...etc

    ...It runs on the jvm so you are not limited by environment. You can run it on your laptop, company server or even on a cloud service like AWS. It supports Java, Ruby, Python, JavaScript, Groovy, Clojure. Source include so it is easy to hack so you can modify it for your own need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Information Retrieval Service Assessment

    IRSA is a toolkit for Information Retrieval Service Assessment.

    ...It implements two main functionalities: (1) A number of showcases that show the implemented services like a so-called Search Term Recommender and different science-model based ranking mechanisms and (2) an IR assessment module that let's one do an interactive evaluation of the retrieval services. All implemented services are available via well-documented RESTful API. This toolkit is distributed under an Apache License 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AWK~plus is the next generation script practice environment. The AWK Language specifications and a main extension of GNU GAWK. Combination of Dynamic and Static typing. Parallel computing that a lock is free, and is thread safe at a language level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ipmems

    ipmems

    Real-time data acquisition and visualization software

    Cross-platform data acquisition and visualization software with an embedded HTTP-server, binary protocol parsing library, protocol emulation server, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Protoreto is a GPL-licensed tool to create prototypes of graphical user interfaces (GUIs). NOTE: This project is not actively maintained at the moment. If you'd like to continue developing Protoreto, please send an e-mail to: wikipedian@users.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A J2EE Web Dev Framework, Struts style MVC, Event Driven like JSF and Ajax-enabled Client Scripting like YUI, Fine grained event binding, access to server variables in JavaScript & Webpages, Easy integration with Struts, No custom tags & No complex API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JLink lets users author flow charts based on ISO 5807 and IBM standards. Developers can use JLink to add flowcharts to applications, serve a flow chart over the web in PDF or PNG, or dynamically create a flowchart with Javascript, Python or Ruby scripts
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Prudence is an open source container and framework for scalable web frontends and network services, based on proven REST principles. It comes in several flavors: Python, Ruby, Clojure, JavaScript, PHP and Groovy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    CodingDojo

    Personal Coding Dojo, for several technologies.

    CodingDojo to learn, explore, practice and test technologies. Along with CodingKatas there are also challenges. The main purpose of this project is to register and drive software craftsmanship and polyglot programming even further.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next