Skip to content

calmmage/python-project-template

Repository files navigation

python-project-template

setup

pre-commit install

More libs to use if you want

# http framework
# fastapi = "*"

# request libs
# uvicorn = "*"
# httpx = "*"

# CLI libs
# typer = "*"
# click = "*"
# fire = "*"
# beaupy = "*"

# UI / frontend libs
# fastui = "*"
# streamlit = "*"
# dash = "*"

# data models
# pydantic = "*"
# pydantic-settings = "*"

# data processing
# pandas = "*"
# numpy = "*"
# scipy = "*"

# data visualization
# matplotlib = "*"
# seaborn = "*"
# plotly = "*"
# altair = "*"

# ml
# scikit-learn = "*"
# statsmodels = "*"
# dask = "*"
# xgboost = "*"

# apis
# openapi = "*"
# graphql = "*"

# libs - google drive, dropbox, git
# pydrive2 = "*"
# google-api-python-client = "*"
# dropbox = "*"
# gitpython = "*"

# ---------------------------------

# utils
# pyperclip = "*"
# pydub = "*"
# pytz = "*"
# python-dotenv = "*"

# random untested libs
# python-magic = "*"
# beautifulsoup4 = "*"
# dateparser = "*"
# emoji = "*"
# humanize = "*"
# inflection = "*"
# phonenumbers = "*"
# qrcode = "*"
# wordcloud = "*"
# pyyaml = "*"
# toml = "*"
# json5 = "*"
# dataclasses = "*"
# dataclasses-json = "*"

# db
# sqlalchemy = "*"
# asyncpg = "*"
# databases = "*"
# vertex = "*"
# mongoengine = "*"

# testing
# hypothesis = "*"
# pytest-cov = "*"
# pytest-asyncio = "*"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published