Showing 23 open source projects for "python 3.11"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Zeep

    Zeep

    A Python SOAP client

    A fast and modern Python SOAP client. Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11, and PyPy. Build on top of lxml and requests. Support for Soap 1.1, Soap 1.2 and HTTP bindings. Support for WS-Addressing headers. Support for WSSE (UserNameToken / x.509 signing) Support for asyncio via httpx. Experimental support for XOP messages. Zeep inspects the WSDL document and generates the corresponding code to use the services and types in the document.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    GraalPy

    GraalPy

    A Python 3 implementation built on GraalVM

    GraalPy is a high-performance implementation of the Python language for the JVM built on GraalVM. GraalPy is a Python 3.11 compliant runtime. It has first-class support for embedding in Java and can turn Python applications into fast, standalone binaries. GraalPy is ready for production running pure Python code and has experimental support for many popular native extension modules.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Basic Pitch

    Basic Pitch

    A lightweight audio-to-MIDI converter with pitch bend detection

    Basic Pitch is a Python library for Automatic Music Transcription (AMT), using lightweight neural network developed by Spotify's Audio Intelligence Lab. It's small, easy-to-use, pip install-able and npm install-able via its sibling repo. Basic Pitch may be simple, but it's is far from "basic"! basic-pitch is efficient and easy to use, and its multi pitch support, its ability to generalize across instruments, and its note accuracy compete with much larger and more resource-hungry AMT systems....
    Downloads: 27 This Week
    Last Update:
    See Project
  • 4
    I hate money

    I hate money

    A simple shared budget manager web application

    I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. I hate money is written in python, using the flask framework. It’s developed with ease of use in mind and is trying to keep things simple. Hope you (will) like it! The code is distributed under a BSD beerware derivative: if you meet the people in person and you want to pay them a craft beer, you are highly encouraged to do so.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    Kor

    Kor

    LLM

    This is a half-baked prototype that “helps” you extract structured data from text using LLMs. Specify the schema of what should be extracted and provide some examples. Kor will generate a prompt, send it to the specified LLM and parse out the output. You might even get results back.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hummingbird

    Hummingbird

    Hummingbird compiles trained ML models into tensor computation

    Hummingbird is a library for compiling trained traditional ML models into tensor computations. Hummingbird allows users to seamlessly leverage neural network frameworks (such as PyTorch) to accelerate traditional ML models. Thanks to Hummingbird, users can benefit from (1) all the current and future optimizations implemented in neural network frameworks; (2) native hardware acceleration; (3) having a unique platform to support both traditional and neural network models; and having all of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    orjson

    orjson

    Fast, correct Python JSON library supporting dataclasses, datetimes

    orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively. orjson supports CPython 3.8, 3.9, 3.10, 3.11, and 3.12. It distributes amd64/x86_64, aarch64/armv8, arm7, POWER/ppc64le, and s390x wheels for Linux, amd64 and aarch64 wheels for macOS, and amd64 and i686/x86 wheels for Windows. orjson does not support PyPy. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Ruff

    Ruff

    An extremely fast Python linter, written in Rust

    An extremely fast Python linter, written in Rust. Ruff aims to be orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface. Ruff can be used to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool. Ruff is extremely actively developed and used in major open-source projects. Ruff can be configured...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Meta-World

    Meta-World

    Collections of robotics environments

    ...The environments adhere to the Gymnasium API, which makes them easy to plug into existing RL pipelines, and they support both synchronous and asynchronous vectorized execution for running many environments in parallel. Installation is done via pip, with official support for Python versions 3.8 through 3.11 on Linux and macOS, and the project is licensed under MIT to encourage broad academic and industry use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 10
    CycleGAN and pix2pix in PyTorch

    CycleGAN and pix2pix in PyTorch

    Image-to-Image Translation in PyTorch

    ...This repo gives developers and researchers a convenient, modern (PyTorch-based) platform to train and test these methods — supporting both paired datasets (input to output) and unpaired datasets (domain-to-domain) with minimal changes. The code supports standard training and inference pipelines, and as of recent updates, compatibility with the latest Python and PyTorch versions (e.g. Python 3.11, PyTorch 2.4) as well as support for distributed/multi-GPU training for scalable workflows. Because of its flexibility, users can apply it to many tasks: e.g. style transfer between domains (e.g. season changes, art-to-photo, etc.), mapping sketches/edges to real images, image colorization, day-to-night, photo enhancement, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Hunyuan3D-2-1-stableprojectorz

    A free 3D-generation optimized to run efficiently on 8GB gpus, locally

    A One-click installer for Windows: (Python 3.11, Cuda 12.4 / 12.8) A free 3D generation, optimized to run efficiently on 8GB gpus, not only on 16GB. Works locally from your PC. Repository for integration of Tencent Hunyan3D-2-1 with the StableProjectorz, a free AI-texturing tool. https://stableprojectorz.com Our Discord server: https://discord.gg/aWbnX2qan2 $$ Donations/Support: https://stableprojectorz.com/thanks
    Leader badge
    Downloads: 405 This Week
    Last Update:
    See Project
  • 12
    A One-click installer for Windows: (Python 3.11, Cuda 11.8, Torch 2.1.2) Repository for integration with the StableProjectorz, a free AI-texturing tool. https://stableprojectorz.com Our Discord server: https://discord.gg/aWbnX2qan2 supports float16 and int32 optimizations
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    A One-click installer for Windows: (Python 3.11, Cuda 12.4 / 12.8) Repository for integration of Tencent Hunyan3D-2 with the StableProjectorz, a free AI-texturing tool. https://stableprojectorz.com StableProjectorz .bat files have my additional memory optimizations for texturing. Browser .bat files use the original implementation. Our Discord server: https://discord.gg/aWbnX2qan2
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Move Git Repos

    Consolidate Local Git Repos to One Folder

    No matter where you have your project folders, this python script will find them! # mvRepos Consolidate git project folders into one destination root. ## Requirements - Python 3.11+ (uses `tomllib`) - Linux or Windows ## Quick start 1. Edit `mvRepos.cfg` (set `searchRootDirsWin` and/or `searchRootDirsLinux`) 2. Dry run: - `python mvRepos.py --dry-run` 3. Real run: - `python mvRepos.py` ## Key behaviors - Transactional move: copy -> verify -> rename -> delete - Includes `.git` in verification by default - Nested repos are treated as an error (parent skipped) - Logs to STDOUT and `mvRepos.log` in the current working directory ## Common overrides - Override scan roots: - `python mvRepos.py --f "D:/projects" "E:/repos" --d "D:/ConsolidatedProjects"` - Follow symlinks: - `python mvRepos.py --follow-symlinks` - Resume: - `python mvRepos.py --resume`
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...다운로드한 데이터는 사용자의 %APPDATA%\FCOnlineImageSearcher 폴더에 저장되어 매번 다운로드할 필요 없이 빠르게 로드됩니다. 중요: 사용 시 주의사항 한국 서버 전용: 이 프로그램은 NEXON의 FC 온라인 한국 서비스 API를 기반으로 제작되었습니다. 다른 국가(예: 베트남, 태국, 중국 등)의 FC 온라인 서버에서는 선수 ID나 이미지 경로가 호환되지 않아 작동하지 않습니다. 언어: Python 3.11 GUI: Tkinter (파이썬 기본 라이브러리) 라이브러리: requests (API 통신), Pillow (PIL) (이미지 처리) FC Online Image Searcher A Python GUI application built with Tkinter that utilizes the NEXON Open
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 16

    PDP-OmniSim

    PDP-OmniSim simulating parallel and distributed processing systems

    PDP-OmniSim 🧬 Scientific Overview PDP-OmniSim is an advanced computational framework for simulating parallel and distributed processing systems, with cutting-edge applications in computational neuroscience, distributed computing, and complex systems modeling. The framework provides researchers with robust tools for large-scale simulations of networked systems and their emergent behaviors. 🎯 Key Scientific Contributions 🔬 Interdisciplinary Research Domains Computational...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Django cmsplugin-faq

    FAQ plugin based on CKEditor for the Django-CMS project

    Subclasses the django CMS Text CKEditor plugin (djangocms_text_ckeditor): - supports django-cms text plugins, a 'topic' field, link anchors in templates - CMSFAQEntryPlugin creates FAQ entries (questions & answers) - CMSFAQListPlugin creates <a> anchor list of FAQ entries, on the same page - CMSFAQEntryLinkPlugin links to specific, latest, or random CMSFAQEntries Current requirements: - Django >=4.2 - Django-CMS >=3.11 - djangocms_text_ckeditor >= 5.1.4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Genoss GPT

    Genoss GPT

    One API for all LLMs either Private or Public

    One line replacement for openAI ChatGPT & Embeddings powered by OSS models. Genoss is a pioneering open-source initiative that aims to offer a seamless alternative to OpenAI models such as GPT 3.5 & 4, using open-source models like GPT4ALL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Python IPV4 Generator

    It generates every single IPV4 addresss

    Needs Python 3.11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    IRCCAB (IRC Channel Admin Bot)

    IRC Channel Admin Bot

    IRCCAB (IRC Channel Admin Bot) is a bot that you can use in your IRC channel to send welcome messages, op users & kick banned users. Supports non ssl & ssl connections No GUI, Runs In Terminal. Only 2 ini files that need to be configured. Requires Python 3.11 or Higher
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ...It is designed for making plan before developing a product or service. The process used in the software is based on a book - Getting Design Right. The software is programmed by Python 3.5, PyQt 5.8 and SQLite. The software is updated to version 2.1, which is program by Python 3.6, PyQt 3.11 and SQLite. Project website: https://github.com/lvzt/Design-Right-software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    drf-nested-routers

    drf-nested-routers

    Nested Routers for Django Rest Framework

    This package provides routers and fields to create nested resources in the Django Rest Framework. Nested resources are needed for full REST URL structure, if one resource lives inside another. (optional) If you need hyperlinks for nested relations, you need a custom serializer. There you will inform how to access the parent of the instance being serialized when building the children URL. In order to get started with testing, you will need to install tox. Once installed, you can then run one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    meld-installer

    meld-installer

    Meld Installer for Windows

    Bundles Portable Python (with PyGTK) and Meld together in an easy to use installer. This allows you to not have to worry about setting up Python or PyGTK and you can keep Meld's Python separate from other Python installations on your machine. ** NOTE ** Meld 3.11 and later now have official installers, hence this project is no longer supported. You can download the new installer here: https://download.gnome.org/binaries/win32/meld/.
    Downloads: 21 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next