{ "full_name": "Lucas Melin", "email": "lucas.melin@gmail.com", "github_username": "lucasmelin", "project_name": "Cookiecutter Python Project", "project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}", "github_url": "https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}.git", "project_short_description": "Starter template for creating a python project.", "version": "0.1.0", "open_source_license": [ "MIT license", "BSD license", "ISC license", "Apache Software License 2.0", "GNU General Public License v3", "Not open source" ], "_copy_without_render": [ ".github/*", ] }