generated from fastai/nbdev_template
-
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
Showing
5 changed files
with
92 additions
and
117 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
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
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,76 +1,42 @@ | ||
[DEFAULT] | ||
# All sections below are required unless otherwise specified | ||
host = github | ||
lib_name = trove_newspaper_images | ||
# For Enterprise Git add variable repo_name and company name | ||
# repo_name = analytics | ||
# company_name = nike | ||
# All sections below are required unless otherwise specified. | ||
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples. | ||
|
||
user = wragge | ||
description = Tool to download Trove newspaper articles as images. | ||
keywords = Trove | ||
author = Tim Sherratt | ||
author_email = [email protected] | ||
copyright = Tim Sherratt | ||
branch = master | ||
version = 0.2.0 | ||
### Python library ### | ||
repo = trove_newspaper_images | ||
lib_name = %(repo)s | ||
version = 0.2.1 | ||
min_python = 3.8 | ||
audience = Developers | ||
language = English | ||
# Set to True if you want to create a more fancy sidebar.json than the default | ||
custom_sidebar = False | ||
# Add licenses and see current list in `setup.py` | ||
license = mit | ||
# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive | ||
status = 4 | ||
|
||
# Optional. Same format as setuptools requirements | ||
requirements = requests beautifulsoup4 lxml pillow | ||
dev_requirements = jupyterlab nbdev jupyterlab-code-formatter black isort | ||
# Optional. Same format as setuptools console_scripts | ||
console_scripts = trove_newspaper_images.download=trove_newspaper_images.articles:main | ||
# Optional. Same format as setuptools dependency-links | ||
# dep_links = | ||
|
||
### | ||
# You probably won't need to change anything under here, | ||
# unless you have some special requirements | ||
### | ||
|
||
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root | ||
nbs_path = . | ||
### nbdev ### | ||
doc_path = _docs | ||
|
||
# Whether to look for library notebooks recursively in the `nbs_path` dir | ||
lib_path = trove_newspaper_images | ||
nbs_path = . | ||
recursive = False | ||
tst_flags = notest | ||
put_version_in_init = False | ||
|
||
# Anything shown as '%(...)s' is substituted with that setting automatically | ||
doc_host = https://%(user)s.github.io | ||
#For Enterprise Git pages use: | ||
#doc_host = https://pages.github.%(company_name)s.com. | ||
|
||
|
||
doc_baseurl = /%(lib_name)s/ | ||
# For Enterprise Github pages docs use: | ||
# doc_baseurl = /%(repo_name)s/%(lib_name)s/ | ||
|
||
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/ | ||
# For Enterprise Github use: | ||
#git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/ | ||
|
||
|
||
|
||
lib_path = %(lib_name)s | ||
### 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 | ||
|
||
#Optional advanced parameters | ||
#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation. | ||
#monospace_docstrings = False | ||
#Test flags: introduce here the test flags you want to use separated by | | ||
#tst_flags = | ||
#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True) | ||
#custom_sidebar = | ||
#Cell spacing: if you want cell blocks in code separated by more than one new line | ||
#cell_spacing = | ||
#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here | ||
#jekyll_styles = note,warning,tip,important | ||
### PyPI ### | ||
audience = Developers | ||
author = Tim Sherratt | ||
author_email = [email protected] | ||
copyright = 2022 onwards, %(author)s | ||
description = Tool to download Trove newspaper articles as images. | ||
keywords = nbdev jupyter notebook python | ||
language = English | ||
status = 3 | ||
user = wragge | ||
|
||
### Optional ### | ||
requirements = requests beautifulsoup4 lxml pillow | ||
dev_requirements = jupyterlab nbdev jupyterlab-code-formatter black isort | ||
console_scripts = trove_newspaper_images.download=trove_newspaper_images.articles:main |
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
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