Skip to content
View devsetgo's full-sized avatar

Block or report devsetgo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
devsetgo/README.md

GitHub

Hello / Dia dhuit

I build Python tooling—mostly around developer experience, validation, and workflow/modeling (BPMN). I’m also slowly trying to make time for Go and Vue.

If you find something useful here, feel free to fork it. PRs and issue reports are welcome.

Featured Projects

Pydantic Schema Forms (beta)

Schema-driven HTML forms from Pydantic/JSON Schema—aimed at turning validated models into usable UIs quickly.

BumpCalVer

A CLI tool for calendar-based versioning (CalVer): bump versions consistently and keep releases moving without overthinking SemVer.

DevSetGo Lib

My personal “standard library” for Python projects: shared utilities and patterns I reuse across repos.

Other Projects

Useful, but Archived Projects

Metrics and Stats

Open

Visitor's Count

My github activity graph

devsetgo's GitHub Stats devsetgo's Most Used Languages

Pinned Loading

  1. pydantic-schemaforms pydantic-schemaforms Public

    Python

  2. bumpcalver bumpcalver Public

    Simple Calendar versioning

    Python 1

  3. devsetgo_lib devsetgo_lib Public

    A library to standardize common functions for applications.

    Python 1

  4. dsg dsg Public

    My website

    JavaScript

  5. examples examples Public

    Python

  6. Using TQDM and Unsync together. Using TQDM and Unsync together.
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    This is how to use TQDM and Unsync together. This is for multiple threads.
    4
    5
    TQDM will keep the main visable after it completes.