-
Notifications
You must be signed in to change notification settings - Fork 63
Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool #726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Template:
```
{
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"dir": "python",
"ref": "main",
"path": null
}
```
Cookie:
```
{
"remote": "https://github.com/networktocode/netutils.git",
"path": "/Users/jeffkala/Documents/GitHub/outputs/netutils",
"repository_path": "/Users/jeffkala/Documents/GitHub/outputs/netutils",
"dir": "",
"branch_prefix": "drift-manager",
"context": {
"codeowner_github_usernames": "@itdependsnetworks @jeffkala @qduk",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "networktocode",
"description": "Common helper functions useful in network automation.",
"project_name": "netutils",
"project_slug": "netutils",
"repo_url": "https://github.com/networktocode/netutils",
"base_url": "netutils",
"project_python_name": "netutils",
"project_python_base_version": "3.8",
"project_with_config_settings": "no",
"generate_docs": "yes",
"version": "1.15.1",
"_template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"_output_dir": "/Users/jeffkala/Documents/GitHub/outputs",
"_repo_dir": "/Users/jeffkala/.cookiecutters/cookiecutter-ntc/python",
"_checkout": "main"
},
"base_branch": "develop",
"remote_name": "origin",
"pull_request_strategy": "PullRequestStrategy.CREATE",
"post_actions": [],
"baked_commit_ref": "",
"draft": false
}
```
CLI Arguments:
```
{
"cookie_dir": "",
"input": true,
"json_filename": "",
"output_dir": "../outputs",
"push": true,
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"template_dir": "python",
"template_ref": "main",
"pull_request": null,
"post_action": [],
"disable_post_actions": false,
"draft": null
}
```
|
think this is ready for an initial review. @itdependsnetworks @qduk, scrutizne whatever as this is the manual (first) rebake based on python cookie |
| Apache Software License 2.0 | ||
|
|
||
| Copyright (c) 2021, Network to Code, LLC | ||
| Copyright (c) 2025, Network to Code, LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Copyright (c) 2025, Network to Code, LLC | |
| Copyright (c) 2021-2025, Network to Code, LLC |
| Pull requests are welcomed and automatically built and tested against multiple versions of Python through GitHub Actions. | ||
|
|
||
| Except for unit tests, testing is only supported on Python 3.13. | ||
| Except for unit tests, testing is only supported on Python 3.9. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Except for unit tests, testing is only supported on Python 3.9. | |
| Except for unit tests, testing is only supported on Python 3.13. |
|
|
||
| [tool.poetry.dependencies] | ||
| python = "^3.8" | ||
| python = ">=3.9,<3.14" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should match the above section with "Programming Language :: Python :: 3"
| coverage = "*" | ||
| invoke = "*" | ||
| pylint = "^3.1.0" | ||
| requests_mock = "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed? I can be convinced no harm no foul, but ensuring it is intentional.
|
Great stuff!! only real thing for me is determining python versions. |
Template:
Cookie:
CLI Arguments: