Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Example Python Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rob Moss
Example Python Project
Commits
master
Select Git revision
0 results
example-python-project
Author
Search by author
Any Author
authors
0 authors
Nov 24, 2023
Update README to reflect using ruff for formatting
· 9f91934f
Rob Moss
authored
1 year ago
9f91934f
Use hatchling as the build backend
· 3ad665d0
Rob Moss
authored
1 year ago
3ad665d0
Use ruff for both linting and formatting
· 815645e1
Rob Moss
authored
1 year ago
815645e1
Aug 28, 2023
Define a Data Class to store scenario information
· 4a7ca04d
Rob Moss
authored
1 year ago
4a7ca04d
Exclude __main__.py from test coverage
· de930d0e
Rob Moss
authored
1 year ago
de930d0e
Escape underscores in __main__.py link name
· 2435ede0
Rob Moss
authored
1 year ago
2435ede0
Allow running scenarios via the scenarios session
· f77cb50d
Rob Moss
authored
1 year ago
f77cb50d
Move the script into __main__.py
· eb015cb2
Rob Moss
authored
1 year ago
eb015cb2
Aug 24, 2023
Move scenario files to a sub-directory
· 51d7a3d2
Rob Moss
authored
1 year ago
51d7a3d2
Move scenario files to a sub-directory
· 59e7f098
Rob Moss
authored
1 year ago
59e7f098
Add a test for identical outputs
· 3e4c9c7c
Rob Moss
authored
1 year ago
3e4c9c7c
Link to a fixed version of the pypfilt docs
· f300a5cf
Rob Moss
authored
1 year ago
f300a5cf
Install mything in editable mode for scenarios
· a8827668
Rob Moss
authored
1 year ago
a8827668
Check Python files in the root directory
· a24959aa
Rob Moss
authored
1 year ago
a24959aa
Demonstrate how to break the reproducibility tests
· a46b3417
Rob Moss
authored
1 year ago
a46b3417
Add some further suggestion to the README
· d20567de
Rob Moss
authored
1 year ago
d20567de
Tell nox to reuse existing virtual environments
· 109933c7
Rob Moss
authored
1 year ago
109933c7
Show which lines are not covered by the test cases
· ced1bea4
Rob Moss
authored
1 year ago
ced1bea4
Add test cases for new package functions
· 97ac1ef8
Rob Moss
authored
1 year ago
97ac1ef8
Support running scenarios from multiple files
· 11f7e302
Rob Moss
authored
1 year ago
11f7e302
Aug 23, 2023
Fix the link to my-scenarios.toml
· 6d425065
Rob Moss
authored
1 year ago
6d425065
Demonstrate how to use the package
· 74fa28ff
Rob Moss
authored
1 year ago
74fa28ff
Store scenario parameters in a sub-table
· 73c47e5d
Rob Moss
authored
1 year ago
73c47e5d
Initial example of a Python project structure
· 6dd354eb
Rob Moss
authored
1 year ago
6dd354eb
Loading