https://github.com/ornl/opensampl
https://github.com/ornl/opensampl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ornl/opensampl
- Owner: ORNL
- License: mit
- Created: 2025-04-16T17:07:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-06T21:08:48.000Z (3 months ago)
- Last Synced: 2026-03-07T00:52:26.916Z (3 months ago)
- Language: Python
- Homepage: https://ornl.github.io/OpenSAMPL/
- Size: 387 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README-PACKAGE.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Package Build and Publish.
### The current approach:
Reads and displays the current version
Shows a warning to remind developers to manually update the version
Only publishes on main branch, using whatever version is currently in pyproject.toml
We still verifies the build works on non-main branches
#### Linting
Linting configuration is found in the tox.ini
What is enforced is controlled under the [flake8] and [pylint] sections.