Skip to content

Instantly share code, notes, and snippets.

@ibressler
Created November 1, 2022 17:15
Show Gist options
  • Save ibressler/4464f6a0ccb10c7b83e40a7e697611bf to your computer and use it in GitHub Desktop.
Save ibressler/4464f6a0ccb10c7b83e40a7e697611bf to your computer and use it in GitHub Desktop.
cookiecutterrc-pylibrary
# This file exists so you can easily regenerate your project.
# (last working commit on Sep.9: f47a8cff4)
#
# cookiecutter --overwrite-if-exists --config-file=.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary --checkout f47a8cff4
default_context:
# Verbose project name, used in headings (docs, readme, etc).
project_name: 'Jupyter Analysis Tools'
project_short_description: 'Common Python helpers used in data analysis notebooks (.ipynb) with GIT'
version: '0.1.0'
# Python package name (whatever you would import).
package_name: 'jupyter_analysis_tools'
# PyPI distribution name (what you would pip install).
distribution_name: 'jupyter-analysis-tools'
# project settings
legacy_python: 'no'
license: 'MIT license'
year_from: '2022'
year_to: '2022'
# the repo
repo_name: 'jupyter_analysis_tools'
repo_main_branch: 'main'
repo_hosting: 'github.com'
repo_hosting_domain: 'github.com'
repo_username: 'BAMresearch'
github_actions: 'yes'
github_actions_osx: 'yes'
github_actions_windows: 'yes'
# documentation
sphinx_docs: 'yes'
sphinx_docs_hosting: 'https://bamresearch.github.io/jupyter_analysis_tools/'
sphinx_doctest: 'yes'
sphinx_theme: 'sphinx-rtd-theme'
# author info
full_name: 'Ingo Breßler'
email: 'dev@ingobressler.net'
# Website of the author (used in AUTHORS.rst).
website: 'https://ingobressler.net'
_output_dir: ''
_template: 'gh:ionelmc/cookiecutter-pylibrary'
allow_tests_inside_package: 'no'
appveyor: 'no'
c_extension_function: 'longest'
c_extension_module: ''
c_extension_optional: 'no'
c_extension_support: 'no'
c_extension_test_pypi: 'no'
c_extension_test_pypi_username: ''
codacy: 'no'
codacy_projectid: 'none'
codeclimate: 'no'
codecov: 'no'
command_line_interface: 'no'
command_line_interface_bin_name: 'none'
coveralls: 'no'
linter: 'flake8'
pre_commit: 'yes'
pre_commit_formatter: 'blue'
pypi_badge: 'yes'
pypi_disable_upload: 'no'
release_date: 'today'
requiresio: 'yes'
scrutinizer: 'no'
setup_py_uses_pytest_runner: 'no'
setup_py_uses_setuptools_scm: 'no'
test_matrix_configurator: 'no'
test_matrix_separate_coverage: 'no'
travis: 'no'
travis_osx: 'no'
version_manager: 'tbump'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment