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

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 1
    Tagbar

    Tagbar

    Vim plugin that displays tags in a window

    ...The Tagbar sidebar also allows direct navigation: you can click on or jump to specific tags from the list, which makes it much faster to move between definitions than manually searching. Because it uses an external tags generation tool, the plugin can support many languages (C++, Java, Python, etc) with varying degrees of induction based on the tags file. Many users report that Tagbar significantly reduces the time they spend hunting for definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AWS GameKit Plugin for Unreal

    AWS GameKit Plugin for Unreal

    The AWS GameKit Plugin for Unreal

    AWS GameKit is an open-source engine integration toolkit for game developers who want to create high-quality, cloud-connected game features without the potentially steep learning curve for cloud service architecture and AWS. With AWS GameKit, you can deliver core functionality to your players with minimal effort and time by using pre-built AWS solutions for your game backend and integrating the features into your game. You can use the AWS GameKit game features as designed or as a launch pad...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ruler

    Ruler

    Gradle plugin which helps you analyze the size of your Android apps

    ...You can configure which device specifications should be used for the analysis in the build.gradle of your application module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Amazon Braket Ocean Plugin

    Amazon Braket Ocean Plugin

    A Python plugin for using Ocean with Amazon Braket

    The Amazon Braket Ocean Plugin is an open-source library in Python that provides a framework that you can use to interact with Ocean tools on top of Amazon Braket. Before you begin working with the Amazon Braket Ocean Plugin, make sure that you've installed or configured the following prerequisites. Download and install Python 3.7.2 or greater from Python.org. If you are using Windows, choose Add Python to environment variables before you begin the installation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 5

    Secure-Browser

    Anonymous Search and Browser in One place

    A clean secure browser with a built-in search engine that is entirely anonymous. This is a beta and will get updated regularly You should check out this browser and search engine. If you are tired of selling your info to Facebook, Google, and Microsoft Breath new life into old applications that will no longer run on modern browsers. This will ease the need for constant development of your front-end applications in order to comply with ever-changing browsers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    vuex-persistedstate

    vuex-persistedstate

    Persist and rehydrate your Vuex state between page reloads

    ...If no paths are given, the complete state is persisted. If an empty array is given, no state is persisted. Paths must be specified using dot notation. If using modules, include the module name. If it's not ideal to have the state of the Vuex store inside local storage, one can easily implement the functionality to use cookies for that (or any other you can think of). Any object following the Storage protocol (getItem, setItem, removeItem, etc) could be passed. If you need to use Local Storage (or you want to) but want to prevent attackers from easily inspecting the stored data, you can obfuscate it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ByteX

    ByteX

    ByteX is a bytecode plugin platform based on Android Gradle Transform

    ...If all features are developed as a separate plugin, each plugin will cost 10+s, and the compilation time will increase linearly. But if the iterative development in only one plugin module will make it more and more cluttered, for the code is deeply coupled. So an idea was raised. It could make sense to build a bytecode plugin platform, and the new feature can be extended based on it as a new plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    HomeTabs

    HomeTabs project helps you to organize bookmarks for web browsers

    HomeTabs project helps you to organize bookmarks for web browsers (like a standart browser's home page, but cooler and more comfortable). Design of HomeTabs was inspiried by Mozilla Firefox startpage, i think this is the best way to organise bookmarks, but history of browsing saved on homepage - is bad idea. GitHub: https://github.com/grildroid/HomeTabs Discord: https://discord.gg/6ZGDgFjDVm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Vue-Lazyload

    Vue-Lazyload

    A Vue.js plugin for lazyload your Image or Component in your app

    Vue module for lazyloading images in your applications. Some of goals of this project worth noting include being lightweight, powerful and easy to use, work on any image type, add loading class while image is loading. It supports both of Vue 1.0 and Vue 2.0. You can configure which events you want vue-lazyload by passing in an array of listener names.
    Downloads: 0 This Week
    Last Update:
    See Project
  • WinMan ERP Software Icon
    WinMan ERP Software

    For companies of all sizes and enterprises in need of a solution to improve their operations

    WinMan ERP is an all-encompassing solution designed to manage the operational, quality, commercial, and financial processes of manufacturers and distributors. It is particularly well-suited for companies embracing Lean strategies.
    Learn More
  • 10
    sbt-eviction-rules

    sbt-eviction-rules

    An sbt plugin enhancing the evicted key

    An sbt plugin enhancing the evicted key. sbt has been gradually providing these features. As of sbt 1.5.0, all of the features of this plugin are now supported by sbt out of the box. Nevertheless, this plugin can be useful if you are stuck with an old version of sbt. Unlike the default evicted task, the eviction warnings task reports only problematic evictions (ie, libraries that have been evicted by binary incompatible versions). This task turns the eviction warnings into errors. It...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    React Hot Loader is a plugin that allows React components to be live reloaded without the loss of state. It works with Webpack and other bundlers that support both Hot Module Replacement (HMR) and Babel plugins. HMR allows us to replace modules in-place without restarting the server. Here’s how you can enable it for different bundlers. The easiest and fastest option to use React Hot Loader with Webpack is to use webpack-dev-server with --hot CLI option. If you’re only rendering on the client side but you have to use some custom node server, this is still an easy option. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mozilla GPO plugin/module

    Mozilla GPO plugin/module

    Firefox and Thunderbird addon to manage settings using AD Group Policy

    ...Therefore the **last version** of Firefox in which this **add-on** works - 52 ESR, because of this since 1.0 version its **autoconfig module**.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    CountBookmarks

    CountBookmarks

    Makes a detailed count of your browser bookmarks by folder

    This simple program performs a detailed count of exported web browser bookmarks by folder. Its output file can be imported into a spreadsheet and sorted to show the relative size of all your bookmark folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    redirectmodule

    DB based redirection module for Apache http server

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BeakerX

    BeakerX

    Beaker Extensions for Jupyter Notebook

    ...BeakerX is available via conda, pip, and docker. Or try it live online with Binder. All of BeakerX’s JVM languages plus Python and JavaScript have APIs for interactive time-series, scatter plots, histograms, heatmaps, and treemaps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Favicon Helper for Firefox

    Favicon Helper for Firefox

    A companion tool for updating Firefox bookmark favicons.

    A companion tool based on Python/Tk for updating Firefox bookmark favicons. For Firefox 55 and later. Please refer https://favicon-helper.sourceforge.io for installation steps and how to run the utility. If you face any issues, please post here https://sourceforge.net/p/favicon-helper/discussion/support/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bootstrap Lightbox

    Bootstrap Lightbox

    A lightbox gallery plugin for Bootstrap

    Utilizes Bootstraps modal plugin to implement a lightbox gallery. Options are passed down to the modal object so you can also use any of the original modal options. A lightbox module for Bootstrap that supports images, YouTube videos, and galleries, built around Bootstrap's Modal plugin. Instead of modifying the /dist/*.js JavaScript files directly, you should instead modify the ekko-lightbox.js file and run the grunt task.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    ...Useful in case message consists of multiple lines (Ctrl-F10, Meta-F10 on Mac OSX); Intention actions to add language extension (depends on compiler error), add top-level type signature (depends on compiler warning). Intention action to select which module to import if the identifier is not in scope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Reactive Extensions for JavaScript

    Reactive Extensions for JavaScript

    An API for asynchronous programming with observable streams

    ...The Observer pattern, the Iterator pattern, and functional programming. ReactiveX is everywhere, and it's meant for everything. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others. Embrace ReactiveX's asynchronicity, enabling concurrency and implementation independence. Manipulate UI events and API responses, on the Web with RxJS, or on mobile with Rx.NET and RxJava. Avoid intricate stateful programs, using clean input/output functions over observable streams. ReactiveX's operators often reduce what was once an elaborate challenge into a few lines of code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Flashlight

    Flashlight

    The missing Spotlight plugin system

    Search the web, save a note, add a reminder, or do over 200 other things, just by typing into your Mac's Spotlight search box. Or write your own plugins. Flashlight is an open platform for Spotlight, which allows developers to write plugins that extend OS X's built-in search with new features. Flashlight is an unofficial Spotlight API that allows you to programmatically process queries and add additional results. It's very rough right now, and a horrendous hack, but a fun proof of concept....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    huhamhire-hosts

    huhamhire-hosts

    hosts for Internet Freedom

    Since the governments of some countries are using the blocking the internet access to several websites and web service providers which includes some world famous sites like Google, YouTube, twitter, Facebook, and Wikipedia etc., we designed this tiny utility in order to help people getting through the Internet blockade. Hosts Setup Utility provides basic tools to manage the hosts file on current operating systems. It also provides both support for Graphical Desktop environment with...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    The Burster 3D
    Web browser plug-in for hosting real 3D on the websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    effgoogle

    effgoogle

    effgoogle protects your privacy by confusing Google's profile of you.

    ...Works with python 2.7 under Ubuntu linux, support for different python versions and oses soon to come. effgoogle is completely free and licensed under the Beerware license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Maintenance BoonEx Dolphin Module

    Maintenance BoonEx Dolphin Module

    Maintenance module for BoonEx Dolphin Software

    Maintenance module for the BoonEx Dolphin Software. pH7 Maintenance module allows you to set your site in maintenance mode. The module is easy to use!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Munin Contrib

    Munin Contrib

    Contributed stuff for munin (plugins, tools, etc...)

    ...Each plugin focuses on graphing a specific metric—from databases and message queues to hardware sensors, web servers, and custom application counters. The collection spans many languages (Shell, Perl, Python, Ruby) and styles, reflecting the breadth of Munin’s user base and the diversity of systems it monitors. While contributions vary in maturity, most include usage notes and configuration examples so you can get a graph online with minimal trial and error. The repository also serves as a learning resource: you can crib patterns for performance tuning, environment detection, and Munin’s plugin protocol. ...
    Downloads: 0 This Week
    Last Update:
    See Project