Highlights
- Pro
Pinned Loading
-
FlaskPocketBase
FlaskPocketBase PublicAn 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…
-
Generates fake data instances using ...
Generates fake data instances using attrs. 1from typing import Any, get_args, get_origin, Type, Dict, Optional, List
2import random
3from datetime import date, datetime
45import attr
-
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. 1from functools import wraps
2from typing import Any, List, Dict, Union, Callable, Type, Optional, get_type_hints
3from dataclasses import dataclass
4import inspect
5import re
-
BSPEC/project_template
BSPEC/project_template Public templateProject 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.