-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = "0.0.1" | ||
__version__ = "0.0.2" | ||
from .core import * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,37 @@ | ||
[DEFAULT] | ||
### Python library ### | ||
repo = fastsql | ||
lib_name = %(repo)s | ||
version = 0.0.1 | ||
lib_name = fastsql | ||
version = 0.0.2 | ||
min_python = 3.9 | ||
license = apache2 | ||
black_formatting = False | ||
|
||
### nbdev ### | ||
doc_path = _docs | ||
lib_path = fastsql | ||
nbs_path = nbs | ||
recursive = True | ||
tst_flags = notest | ||
put_version_in_init = True | ||
|
||
### Docs ### | ||
branch = master | ||
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 ### | ||
doc_host = https://fastai.github.io | ||
doc_baseurl = /fastsql | ||
git_url = https://github.com/fastai/fastsql | ||
title = fastsql | ||
audience = Developers | ||
author = Jeremy Howard | ||
author_email = [email protected] | ||
copyright = 2022 onwards, %(author)s | ||
copyright = 2022 onwards, Jeremy Howard | ||
description = A bit of extra usability for sqlalchemy v2. | ||
keywords = nbdev jupyter notebook python sqlalchemy sql orm | ||
language = English | ||
status = 3 | ||
user = fastai | ||
conda_user = fastai | ||
|
||
requirements = fastcore sqlalchemy>=2 | ||
|
||
### Optional ### | ||
# dev_requirements = | ||
# console_scripts = | ||
# package_data = | ||
readme_nb = index.ipynb | ||
allowed_metadata_keys = | ||
allowed_cell_metadata_keys = | ||
jupyter_hooks = False | ||
clean_ids = True | ||
clear_all = False | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters