wardbuddy / settings.ini
dyadd's picture
Upload folder using huggingface_hub
38ca196 verified
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/AnswerDotAI/nbdev/blob/main/settings.ini for examples.
### Python library ###
repo = wardbuddy
lib_name = %(repo)s
version = 0.0.1
min_python = 3.7
license = apache2
black_formatting = False
### nbdev ###
doc_path = _docs
lib_path = wardbuddy
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
### Docs ###
branch = main
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
### PyPI ###
audience = Developers
author = Dyadd
author_email = djey0003@student.monash.edu
copyright = 2025 onwards, %(author)s
description = Making placement learning fun and effective for medical students with a personalised AI system
keywords = nbdev jupyter notebook python
language = English
status = 3
user = Dyadd
### Optional ###
requirements = nbdev>=2.3.0 gradio>=4.0.0 requests>=2.31.0 python-dotenv>=1.0.0 aiohttp>=3.9.0
# dev_requirements =
# console_scripts =
# conda_user =
# package_data =