Skip to content
View RyanJulyan's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report RyanJulyan

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

Pinned

  1. FlaskPocketBase FlaskPocketBase Public

    An attempt at implementing an equivalent Flask pocketbase (https://pocketbase.io/) an Open Source backend for your next SaaS and Mobile app. Features: Realtime database, Authentication, File storag…

    Python 3 1

  2. Generates fake data instances using ... Generates fake data instances using attrs.
    1
    from typing import Any, get_args, get_origin, Type, Dict, Optional, List
    2
    import random
    3
    from datetime import date, datetime
    4
    
                  
    5
    import attr
  3. rocket rocket Public

    Streamlined Project Management Templates: Navigating Complex Projects with Ease

    1 1

  4. This Python script uses decorators t... This Python script uses decorators to automatically extract and store metadata about functions and classes. It captures details like function names, docstrings, parameter types, and return types, making it easier to document and understand code.
    1
    from functools import wraps
    2
    from typing import Any, List, Dict, Union, Callable, Type
    3
    import inspect
    4
    from typing import get_type_hints
    5
    import re
  5. BSPEC/project_template BSPEC/project_template Public template

    Project Template is meant to allow you to have a project src, dist and deployments (with versions). It is meant to be used with the deployment_templates

    Python 2

  6. Flask-BDA Flask-BDA Public

    A Low-Code, Rapid Application Development (RAD) tool to assist with structure and building full stack applications

    HTML 17 1