MCPcopy Create free account

hub / github.com/OpenAstronomy/packaging-guide / functions

Functions27 in github.com/OpenAstronomy/packaging-guide

↓ 4 callersFunction_handle_cookiecutter_errors
(result)
tests/conftest.py:44
↓ 4 callersFunctionremove_file
(filepath)
hooks/post_gen_project.py:12
↓ 3 callersFunctionremove_dir
(filepath)
hooks/post_gen_project.py:15
↓ 2 callersFunctionprimes
Returns prime numbers up to imax. Parameters ---------- imax : `int` The number of primes to return. This should be less or
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/example_mod.py:4
↓ 1 callersFunctiondo_primes
(n, usecython=False)
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/example_mod.py:41
↓ 1 callersFunctionprocess_github_workflow
(include_cruft_update_github_workflow)
hooks/post_gen_project.py:38
↓ 1 callersFunctionprocess_license
(license_name)
hooks/post_gen_project.py:22
↓ 1 callersFunctionprocess_version
(enable_dynamic_dev_versions)
hooks/post_gen_project.py:32
Functionbake_default
Render with the defaults.
tests/conftest.py:54
Functionbake_examples
Examples on.
tests/conftest.py:63
Functionbake_examples_compiled
Examples on.
tests/conftest.py:73
Functionbake_examples_compiled_dev_version
Examples on.
tests/conftest.py:84
Functionbaked
A specific render of the template
tests/conftest.py:37
Functioncookiejar
All the possible renders of the template.
tests/conftest.py:11
Functioncookiejar_examples
Templates rendered with the examples
tests/conftest.py:29
Functioncookiejar_no_examples
Templates rendered without the examples
tests/conftest.py:19
Functioncopy_file
(original_filepath, new_filepath)
hooks/post_gen_project.py:18
Functioninstalled_cookiejar
(cookiejar_examples)
tests/test_package.py:10
Functiontest_dev_version_number
(venv, bake_examples_compiled_dev_version)
tests/test_package.py:36
Functiontest_examples_present
(cookiejar_examples)
tests/test_hooks.py:21
Functiontest_examples_present
(installed_cookiejar)
tests/test_package.py:21
Functiontest_examples_removed
(cookiejar_no_examples)
tests/test_hooks.py:6
Functiontest_licence
(license, lfile, cookies)
tests/test_hooks.py:48
Functiontest_other_licence
(cookies)
tests/test_hooks.py:67
Functiontest_primes
()
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/tests/test_example.py:7
Functiontest_primes_c
()
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/tests/test_example.py:2
Functiontest_tox_runs
Test that tox runs for all the configs.
tests/test_rendered_tox.py:7