Python developer-tools

Open-source Python projects categorized as developer-tools

Top 23 Python developer-tool Projects

  • LocalStack

    💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

    Project mention: LocalStack e AWS CLI: Como desenvolver localmente com a AWS | dev.to | 2024-01-28

    Acesse o site da LocalStack e faça login.

  • httpie

    🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. (by httpie)

    Project mention: Bruno | news.ycombinator.com | 2024-03-09

    There is also HTTPie which I've mostly been using for its excellent `http` CLI as a modern replacement for curl.

    However I recently learned that it also has web and desktop client apps which are pretty great too!

    https://httpie.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • streamlit

    Streamlit — A faster way to build and share data apps.

    Project mention: Show HN: Buefy Web Components for Streamlit | news.ycombinator.com | 2024-03-04

    While building dashboards in Streamlit, I found myself really missing Buefy's (Bulma) modern web components.

    Specially due to the inability to add new values to Streamlit's multiselect [1], some missing controls like a polished image carousel [2] or a highly customizable data table.

    Long story short, we put together streamfy (Streamlit + Buefy) as an MIT licensed project in GitHub to bring Buefy to Streamlit.

    Demo: https://streamfy.streamlit.app

    All the form components are implemented, missing half of other non-form UX components. There is plenty of room for PRs, testing, feedback, documentation, example, etc.

    Please send issues and contributions to GitHub project [3] and general feedback to X / Twitter [4]

    Thanks!

    [1] https://github.com/streamlit/streamlit/issues/5348

  • dvc

    🦉 ML Experiments Management with Git

    Project mention: Why bad scientific code beats code following "best practices" | news.ycombinator.com | 2024-01-06

    What you’re describing sounds like DVC (at a higher-ish—80%-solution level).

    https://dvc.org/

    See pachyderm too.

  • HTTP Prompt

    An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

  • Taipy

    Turns Data and AI algorithms into production-ready web applications in no time.

    Project mention: +10 Resources to Empower Women in Technology | dev.to | 2024-03-06

    I’ve been working in tech for more than five years. I started as a Data Scientist, and now I’m exploring and loving the DevRel 🥑 role for Taipy. Needless to say, evolving in the tech scene has been a ride full of ups, downs, and everything in between.

  • fiftyone

    The open-source tool for building high-quality datasets and computer vision models

    Project mention: Efficiently Managing and Querying Visual Data With MongoDB Atlas Vector Search and FiftyOne | dev.to | 2024-03-18

    FiftyOne is the leading open-source toolkit for the curation and visualization of unstructured data, built on top of MongoDB. It leverages the non-relational nature of MongoDB to provide an intuitive interface for working with datasets consisting of images, videos, point clouds, PDFs, and more.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • powerline-shell

    A beautiful and useful prompt for your shell

  • SAWS

    A supercharged AWS command line interface (CLI).

  • vprof

    Visual profiler for Python

  • haxor-news

    Browse Hacker News like a haxor: A Hacker News command line interface (CLI).

  • argilla

    Argilla is a collaboration platform for AI engineers and domain experts that require high-quality outputs, full data ownership, and overall efficiency.

    Project mention: Open-Source Data Collection Platform for LLM Fine-Tuning and RLHF | news.ycombinator.com | 2023-06-05

    I'm Dani, CEO and co-founder of Argilla.

    Happy to answer any questions you might have and excited to hear your thoughts!

    More about Argilla

    GitHub: https://github.com/argilla-io/argilla

  • migra

    Like diff but for PostgreSQL schemas

    Project mention: Pgroll: zero-downtime, undoable, schema migrations for Postgres | news.ycombinator.com | 2023-10-03

    Forr postgres, how does the schema diffing aspect compare to migra?

    https://github.com/djrobstep/migra

    I'm asking because, although migra is excellent and there are multiple migrations tools based on it (at least https://github.com/bikeshedder/tusker and https://github.com/blainehansen/postgres_migrator), issues are piling up but development seem to be slowing down

  • phidata

    Build AI Assistants using function calling

    Project mention: Show HN: Use function calling to build AI Assistants | news.ycombinator.com | 2024-02-27
  • djoser

    REST implementation of Django authentication system.

  • gitless

    A simple version control system built on top of Git

    Project mention: Confusing Git Terminology | news.ycombinator.com | 2023-11-02
  • gita

    Manage many git repos with sanity 从容管理多个git库

    Project mention: Gita: Manage multiple Git repositories with sanity | news.ycombinator.com | 2023-07-18
  • Review Board

    An extensible and friendly code review tool for projects and companies of all sizes.

    Project mention: Review Board 6 | news.ycombinator.com | 2023-10-18
  • Laboratory

    Achieving confident refactoring through experimentation with Python 2.7 & 3.3+

    Project mention: Scientist: A Ruby library for carefully refactoring critical paths | news.ycombinator.com | 2023-11-14

    Yes, at the bottom it lists all similar libraries in other languages. Python has https://github.com/joealcorn/laboratory

  • Poe the Poet

    A task runner that works well with poetry.

    Project mention: Template repository for Python projects | /r/Python | 2023-06-08

    Compatible with the new pyproject.toml standard, and working well with poetry, there's poethepoet. It's a good alternative, it keeps in the python environment, it's installable through pip(x), and it's cross platform for the windows pythonistas (and there are some, not everyone has more than 1 computer at home...)

  • ADB Enhanced

    🔪Swiss-army knife for Android testing and development 🔪 ⛺

    Project mention: ADB-Enhanced: 🔪Swiss-army knife for Android testing and development 🔪 ⛺ | /r/androiddev | 2023-06-02
  • ipyflow

    A reactive Python kernel for Jupyter notebooks.

    Project mention: Show HN: Marimo – an open-source reactive notebook for Python | news.ycombinator.com | 2024-01-12

    You're probably referring to nbgather (https://github.com/microsoft/gather), which shipped with VSCode for a while.

    nbgather used static slicing to get all the code necessary to reconstruct some cell. I actually worked with Andrew Head (original nbgather author) and Shreya Shankar to implement something similar in ipyflow (but with dynamic slicing and a not-as-nice interface): https://github.com/ipyflow/ipyflow?tab=readme-ov-file#state-...

    I have no doubt something like this will make its way into marimo's roadmap at some point :)

  • best-of-python-dev

    🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-18.

Python developer-tools related posts

Index

What are some of the best open-source developer-tool projects in Python? This list will help you:

Project Stars
1 LocalStack 51,616
2 httpie 31,405
3 streamlit 30,808
4 dvc 12,976
5 HTTP Prompt 8,858
6 Taipy 7,373
7 fiftyone 6,499
8 powerline-shell 6,168
9 SAWS 5,177
10 vprof 3,940
11 haxor-news 3,907
12 argilla 3,013
13 migra 2,851
14 phidata 2,751
15 djoser 2,445
16 gitless 1,897
17 gita 1,592
18 Review Board 1,527
19 Laboratory 1,273
20 Poe the Poet 1,220
21 ADB Enhanced 1,158
22 ipyflow 1,061
23 best-of-python-dev 893
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com