Search Results for "python::module" - Page 6

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

View related business solutions
  • 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
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ 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
  • 1
    marble

    marble

    Functional reactive Node.js framework for building server-side apps

    Marble.js is a functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. The core concept of Marble.js assumes that almost everything is a stream. The main building block of the whole framework is an Effect, which is just a function that returns a stream of events. With the big popularity of RxJS Observable, you can create a referential transparent program specification made up of functions that may produce side effects like network, logging,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TanStack Bling

    TanStack Bling

    Framework agnostic transpilation utilities for client/server RPCs

    TanStack Bling is a compact, opinionated helper library providing syntactic sugar and utility helpers to enhance productivity and readability in TanStack-based projects, without enforcing architecture. Framework agnostic transpilation utilities for client/server RPCs, env isolation, islands, module splitting, and more. Simplified syntax for repetitive patterns like caching or state updates. Integration with TanStack Query and Router for DRY code. Designed for readability and developer ergonomics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HackTools

    HackTools

    The all-in-one Red Team extension for Web Pentesters

    The all-in-one Red Team browser extension for Web Pentesters. HackTools, is a web extension facilitating your web application penetration tests, it includes cheat sheets as well as all the tools used during a test such as XSS payloads, Reverse shells and much more. With the extension you no longer need to search for payloads in different websites or in your local storage space, most of the tools are accessible in one click. HackTools is accessible either in pop-up mode or in a whole tab in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Codiga VS Code

    Codiga VS Code

    VS Code plugin that suggests code blocks as you type and check

    VS Code plugin that suggests code blocks as you type and check for errors. Works for JavaScript, TypeScript, Python, Java, Scala, Ruby, PHP, Apex, Docker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    flat

    flat

    All-in-one image generation AI

    All-in-one image generation AI. Launch StableDiffusionWebUI with just a few clicks. No Python installation or repository cloning is required. Displays generated images in a list with information such as prompts. The image folder can be set freely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Yup

    Yup

    Dead simple Object schema validation

    Yup is a JavaScript schema builder for value parsing and validation. Define a schema, transform a value to match, validate the shape of an existing value, or both. Yup schema are extremely expressive and allow modeling complex, interdependent validations, or value transformations. Yup's API is heavily inspired by Joi, but leaner and built with client-side validation as its primary use-case. Yup separates the parsing and validating functions into separate steps. cast() transforms data while...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Hydrogen

    Hydrogen

    Run code interactively, inspect data, and plot

    Hydrogen is an interactive coding environment that supports Python, R, JavaScript and other Jupyter kernels. Hydrogen was inspired by Bret Victor's ideas about the power of instantaneous feedback and the design of Light Table. Running code inline and in real-time is a more natural way to develop. By bringing the interactive style of Light Table to the rock-solid usability of Atom, Hydrogen makes it easy to write code the way you want to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    React Native Encrypted Storage

    React Native Encrypted Storage

    React Native wrapper around EncryptedSharedPreferences

    React Native wrapper around SharedPreferences and Keychain to provide a secure alternative to Async Storage. Async Storage is great but it lacks security. This is less than ideal when storing sensitive data such as access tokens, payment information and so on. This module aims to solve this problem by providing a wrapper around Android's EncryptedSharedPreferences and iOS' Keychain, complete with support for TypeScript.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Angular Flex-Layout

    Angular Flex-Layout

    Provides HTML UI layout for Angular applications

    Angular Flex Layout provides a sophisticated layout API using Flexbox CSS + mediaQuery. This module provides Angular developers with component layout features using a custom Layout API, mediaQuery observables, and injected DOM flexbox-2016 CSS stylings. The Flex Layout engine intelligently automates the process of applying appropriate Flexbox CSS to browser view hierarchies. This automation also addresses many of the complexities and workarounds encountered with the traditional, manual, CSS-only application of box CSS. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Notifii Track, a cloud-based software solution designed to streamline package management Icon
    Notifii Track, a cloud-based software solution designed to streamline package management

    We serve three primary verticals: offices and corporate buildings, multifamily housing and colleges and universities.

    Notifii Track is a cloud-based package tracking software for apartment offices, university mailrooms, and corporate mailrooms. Quickly and easily log packages as you receive them. Automatically alert the recipient via email and text message. Capture signature proof-of-pickup/delivery. Notifii Track saves you time (literally, just a few seconds to scan a package) and increases package accountability. Use Notifii Track through your web browser, or on any iOS/Android device. 30-day free trial available.
    Learn More
  • 10
    MyCrypto Web App

    MyCrypto Web App

    Tool that allows you to manage your Ethereum accounts privately

    ...A fan favorite since 2018, the MyCrypto Desktop App continues to provide an additional layer of security for your Ethereum assets. On systems where a pre-built version of node-hid is not available (e.g. 32-bit versions of Windows and Linux), you additionally need Python (3+) and node-gyp installed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    rrule.js

    rrule.js

    JS library for working with recurrence rules for calendar dates

    JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more. rrule.js supports recurrence rules as defined in the iCalendar RFC, with a few important differences. It is a partial port of the rrule module from the excellent python-dateutil library. On top of that, it supports parsing and serialization of recurrence rules from and to natural language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    rocket-bi

    rocket-bi

    An open-source web-based self-service BI for analytical databases

    Rocket.BI is a free, open-source, web-based business intelligence solution specifically designed for analytical databases. It enables data analysts and business users alike to easily integrate different data sources, perform advanced data analysis, ad hoc, and more. With an easy-to-use editor, you can create personalized reports, build interactive business dashboards and generate actionable business insights. Rocket.BI also allows collaboration as working together with other people in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aleph.js

    Aleph.js

    The Full-stack Framework in Deno

    ...Aleph.js gives you the best developer experience for building web applications. Aleph.js is a modern framework that doesn't need webpack or another bundler since it uses the ES Module syntax during development. Every module only needs to be compiled once, when a module changes, Aleph.js just needs to re-compile that single module. There is no time wasted re-bundling every time a change is made. This, along with Hot Module Replacement (HMR) and Fast Refresh, leads to instant updates in the browser. Aleph.js uses modern tools to build your app. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ant Design Pro

    Ant Design Pro

    Out-of-box UI solution for enterprise applications

    An out-of-box UI solution for enterprise applications as a React boilerplate. Ant Design Pro is a production-ready solution for admin interfaces. Built on the design principles developed by Ant Design, this project introduces higher level components; we have developed templates, components, and a corresponding design kit to improve the user and development experience for admin interfaces. Ant Design Pro is a front-end scaffolding. By default, readers have already understood some basic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DataStation Community Edition

    DataStation Community Edition

    App to easily query, script, and visualize data from every database

    ...It allows you to easily build graphs and tables with data pulled from SQL databases, logging databases, metrics databases, HTTP servers, and all kinds of text and binary files. Need to join or munge data? Write embedded scripts as needed in languages like Python, JavaScript, R or SQL. All in one application. Build reports with graphs, charts and tables. Script against data. Cross-platform: Windows, macOS, and Linux. Easily fetch your data, wherever it is: 18 SQL and non-SQL databases, files, HTTP server. Over 20 supported databases out of the box including: PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, ClickHouse, Influx 1 (InfluxQL), Influx 2 (Flux), Prometheus, Elasticsearch, AWS Athena, Google BigQuery, Snowflake, Cassandra, Scylla, TimescaleDB, YugabyteDB, CockroachDB, CrateDB, QuestDB, and Airtable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Berty IPFS

    Berty IPFS

    Berty Labs is a mobile app to explore IPFS on mobile

    ...They allow you to run custom Go or JavaScript and programmatically access a Gomobile-IPFS-backed IPFS shell on mobile very quickly. You don't need to know JavaScript to create or run a Go module and you don't need to know Go to create or run a JavaScript module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    bundlejs

    bundlejs

    An online tool to quickly bundle & minify your projects

    bundlejs is a web-based JavaScript bundle size analyzer that helps developers understand the impact of their dependencies. It provides real-time insights into bundle size, minification, and tree-shaking effectiveness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ngx-auth-firebaseui

    ngx-auth-firebaseui

    Angular Material UI component for firebase authentication

    Open Source Library for Angular Web Apps to integrate a material user interface built for firebase authentication. Angular UI component for firebase authentication. This library is an angular module (including angular components and services) that allows to authenticate your users with your firebase project. NgxAuthFirebseUI is compatible with angular material and angular flexLayout. It uses a responsive and accessible web design UX/UI from google material concepts and components (supporting desktop, tablet and mobile view) incl. smooth animations for a better UX. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kaplan Desktop

    Kaplan Desktop

    Free and open-source CAT tool for linguists

    A free and open-source computer-assisted translation tool built with Django/Python and Electronjs/Nodejs. For the relevant repositories, please see https://github.com/kaplanPRO kaplanpy currently handles the following doctypes: • .docx • .odp • .ods • .odt • .txt • .xliff (very limited coverage) • .po
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Intern

    Intern

    A next-generation code testing stack for JavaScript

    Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. Intern is minimally prescriptive and enforces only a basic set of best practices designed to ensure your tests stay maintainable over time. Its extensible architecture allows you to write custom test interfaces, executors, and reporters to influence how your tests run & easily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GraphQL Koa Middleware

    GraphQL Koa Middleware

    Create a GraphQL HTTP server with Koa

    Create a GraphQL HTTP server with Koa. This module includes a TypeScript declaration file to enable auto-complete in compatible editors and type information for TypeScript projects. By default, the koa request is passed as the GraphQL context. Since most koa middleware operates by adding extra data to the request object, this means you can use most koa middleware just by inserting it before graphqlHTTP is mounted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Apache SkyWalking Rocketbot UI

    Apache SkyWalking Rocketbot UI

    SkyWalking RocketBot UI

    ...End-to-end distributed tracing. Service topology analysis, service-centric observability and API dashboards. Java, .Net Core, PHP, NodeJS, Golang, LUA, Rust, C++, Client JavaScript and Python agents with active development and maintenance. Rover agent works as a metrics collector and profiler powered by eBPF to diagnose CPU and network performance. 100+ billion telemetry data could be collected and analyzed from one SkyWalking cluster. Metrics, Traces, and Logs from mature ecosystems are supported, e.g. Zipkin, OpenTelemetry, Prometheus, Zabbix, Fluentd. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    truthy

    Open source headless CMS API written using NestJS, that has pre built

    Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DATAGERRY

    DATAGERRY

    Enterprise-Grade OpenSource CMDB with flexible data model.

    DATAGERRY is a flexible OpenSource CMDB & Assetmanagement Tool, which completely leaves the definition of a data model to the user. Simply define your own object types (like servers, routers, leased lines, locations and whatever you want) in an easy to use webfrontend. With our Export API, the CMDB objects stored in DATAGERRY can be easily exported to external systems, like monitoring systems, ticket systems, configuration management, and many many more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    P8

    P8

    PICO-8 dependency manager

    p8 is a dependency manager for PICO-8 that allows developers to import Lua or Moonscript modules, spritesheets, and automatically reload carts during development. It streamlines the workflow for PICO-8 projects by managing dependencies and facilitating code organization.
    Downloads: 1 This Week
    Last Update:
    See Project