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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Fan of Python and BPMN tools (workflow/modeling). Trying to find the time to learn Go and Vue. My bearla is better than my gaelige.

Feel free to help out or fork anything.

Current Projects

  • DevSetGo_Lib: PyPi package I use for common functions

    • PyPI version fury.io Maintainability Rating Coverage Vulnerabilities
  • BumpCalver: A CLI tool to automate version bumping based on a calendar

    • PyPI version fury.io Coverage Maintainability Rating Vulnerabilities
  • DevSetGo.com: My personal website

Useful, but Archived Projects

  • TestAPI: A FastAPI project to learn and use for basic ideas

Pinned Loading

  1. bumpcalver bumpcalver Public

    Simple Calendar versioning

    Python

  2. devsetgo_lib devsetgo_lib Public

    A library to standardize common functions for applications.

    Python

  3. dsg dsg Public

    My website

    JavaScript

  4. examples examples Public

    Python

  5. test-api test-api Public archive

    A test/psuedo API to use as sample data or test data.

    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.