Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAstronomy/packaging-guide
/ functions
Functions
27 in github.com/OpenAstronomy/packaging-guide
⨍
Functions
27
◇
Types & classes
0
↓ 4 callers
Function
_handle_cookiecutter_errors
(result)
tests/conftest.py:44
↓ 4 callers
Function
remove_file
(filepath)
hooks/post_gen_project.py:12
↓ 3 callers
Function
remove_dir
(filepath)
hooks/post_gen_project.py:15
↓ 2 callers
Function
primes
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 callers
Function
do_primes
(n, usecython=False)
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/example_mod.py:41
↓ 1 callers
Function
process_github_workflow
(include_cruft_update_github_workflow)
hooks/post_gen_project.py:38
↓ 1 callers
Function
process_license
(license_name)
hooks/post_gen_project.py:22
↓ 1 callers
Function
process_version
(enable_dynamic_dev_versions)
hooks/post_gen_project.py:32
Function
bake_default
Render with the defaults.
tests/conftest.py:54
Function
bake_examples
Examples on.
tests/conftest.py:63
Function
bake_examples_compiled
Examples on.
tests/conftest.py:73
Function
bake_examples_compiled_dev_version
Examples on.
tests/conftest.py:84
Function
baked
A specific render of the template
tests/conftest.py:37
Function
cookiejar
All the possible renders of the template.
tests/conftest.py:11
Function
cookiejar_examples
Templates rendered with the examples
tests/conftest.py:29
Function
cookiejar_no_examples
Templates rendered without the examples
tests/conftest.py:19
Function
copy_file
(original_filepath, new_filepath)
hooks/post_gen_project.py:18
Function
installed_cookiejar
(cookiejar_examples)
tests/test_package.py:10
Function
test_dev_version_number
(venv, bake_examples_compiled_dev_version)
tests/test_package.py:36
Function
test_examples_present
(cookiejar_examples)
tests/test_hooks.py:21
Function
test_examples_present
(installed_cookiejar)
tests/test_package.py:21
Function
test_examples_removed
(cookiejar_no_examples)
tests/test_hooks.py:6
Function
test_licence
(license, lfile, cookies)
tests/test_hooks.py:48
Function
test_other_licence
(cookies)
tests/test_hooks.py:67
Function
test_primes
()
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/tests/test_example.py:7
Function
test_primes_c
()
{{ cookiecutter.package_name }}/{{ cookiecutter.module_name }}/tests/test_example.py:2
Function
test_tox_runs
Test that tox runs for all the configs.
tests/test_rendered_tox.py:7