-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcookiecutter.json
More file actions
21 lines (21 loc) · 912 Bytes
/
cookiecutter.json
File metadata and controls
21 lines (21 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"full_name": "Anonymous",
"email": "info@quali.com",
"github_username": "qualisystemslab",
"category" : "App Management",
"project_name": "",
"family_name" : ["Switch", "Router"],
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-','_') }}",
"model_name" : "{{ cookiecutter.project_slug.replace('_', ' ').title().replace(' ','') }}",
"driver_name" : "{{ cookiecutter.model_name }}Driver",
"project_short_description": "Describe the purpose of your CloudShell shell",
"release_date": "2016-1-22",
"pypi_username": "{{ cookiecutter.github_username }}",
"year": "2016",
"version": "0.1.0",
"server_version" : "7.0",
"use_pypi_deployment_with_travis": "y",
"template_name" : "gen1/networking",
"template_descr" : "1st generation shell template for a standard switch",
"template_repository" : "https://github.com/QualiSystems/shell-networking-standard"
}