Prompts

When you create a package, you are prompted to enter these values.

Templated Values

The following appear in various parts of your generated project.

full_name
Your full name.
email
Your email address.
github_username
Your GitHub username.
project_name
The name of your new Python package project. This is used in documentation, so spaces and any characters are fine here.
project_slug
The namespace of your Python package. This should be Python import-friendly. Typically, it is the slugified version of project_name.
project_short_description
A 1-sentence description of what your Python package does.
version
The starting version number of the package.
create_author_file
Creates an author file
open_source_license
Select an open source license or not open source
command_line_interface
Whether to create a console script using Click. Console script entry point will match the project_slug. Options: [‘Click’, “No command-line interface”]
base_url
Your base url for your Splinter/Selenium tests
selenium_grid_url
Your remote selenium grid url
testrail
Upload test execution results to the Testrail (https://github.com/dubner/pytest-testrail) test management tool. If you don’t have Testrail say n here