Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Commits
8c2db649
Commit
8c2db649
authored
Sep 5, 2023
by
Klaas Kliffen
Browse files
Options
Downloads
Plain Diff
Merge branch 'several-fixes' into 'main'
Several small fixes See merge request
!22
parents
5c109e97
27ed91c8
No related branches found
No related tags found
1 merge request
!22
Several small fixes
Pipeline
#57156
passed with warnings
Sep 5, 2023
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: integration
Pipeline: Python Package
#57157
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
cookiecutter.json
+1
-0
1 addition, 0 deletions
cookiecutter.json
{{cookiecutter.project_slug}}/.gitignore
+3
-0
3 additions, 0 deletions
{{cookiecutter.project_slug}}/.gitignore
{{cookiecutter.project_slug}}/README.md
+2
-3
2 additions, 3 deletions
{{cookiecutter.project_slug}}/README.md
with
6 additions
and
3 deletions
cookiecutter.json
+
1
−
0
View file @
8c2db649
{
{
"project_name"
:
"My Awesome App"
,
"project_name"
:
"My Awesome App"
,
"project_slug"
:
"{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}"
,
"project_slug"
:
"{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}"
,
"project_url"
:
"git.astron.nl/{{ cookiecutter.project_slug }}"
,
"description"
:
"An example package for CI/CD working group"
"description"
:
"An example package for CI/CD working group"
}
}
This diff is collapsed.
Click to expand it.
{{cookiecutter.project_slug}}/.gitignore
+
3
−
0
View file @
8c2db649
dist/*
dist/*
*.egg-info
*.egg-info
*.pyc
*.pyc
.tox
.coverage
.coverage
coverage.xml
coverage.xml
htmlcov/*
htmlcov/*
build
dist
# Setuptools SCM
# Setuptools SCM
{{cookiecutter.project_slug}}/_version.py
{{cookiecutter.project_slug}}/_version.py
...
...
This diff is collapsed.
Click to expand it.
{{cookiecutter.project_slug}}/README.md
+
2
−
3
View file @
8c2db649
# {{cookiecutter.project_name}}
# {{cookiecutter.project_name}}
<!-- TODO: replace -->




<!--  -->
<!--  -->
An example repository of an CI/CD pipeline for building, testing and publishing a python package.
An example repository of an CI/CD pipeline for building, testing and publishing a python package.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment