-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jeremy Howard
authored and
Jeremy Howard
committed
Dec 21, 2024
1 parent
3932007
commit 5e9ac97
Showing
2 changed files
with
8 additions
and
8 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__ = "4.0.4" | ||
__version__ = "0.0.1" | ||
from .db 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,7 +1,7 @@ | ||
[DEFAULT] | ||
repo = apswutils | ||
lib_name = apswutils | ||
version = 4.0.4 | ||
version = 0.0.1 | ||
min_python = 3.9 | ||
license = apache2 | ||
black_formatting = False | ||
|
@@ -18,11 +18,11 @@ doc_baseurl = /apswutils | |
git_url = https://github.com/AnswerDotAI/apswutils | ||
title = apswutils | ||
audience = Developers | ||
author = Jeremy Howard | ||
author_email = [email protected] | ||
copyright = 2024 onwards, Jeremy Howard | ||
description = A fork of sqlite-utils with CLI etc removed and using apsw as the sqlite interface | ||
keywords = nbdev jupyter notebook python | ||
author = Daniel and Audrey Roy Greenfeld, and Jeremy Howard | ||
author_email = [email protected] | ||
copyright = 2024 onwards, Answer.AI | ||
description = A fork of sqlite-minutils for apsw | ||
keywords = nbdev jupyter notebook python sqlite apsw | ||
language = English | ||
status = 3 | ||
user = AnswerDotAI | ||
|
@@ -34,6 +34,6 @@ allowed_cell_metadata_keys = | |
jupyter_hooks = False | ||
clean_ids = True | ||
clear_all = False | ||
cell_number = True | ||
cell_number = False | ||
skip_procs = | ||
|