Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xenv
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
hps-public
xenv
Commits
cdb99806
Commit
cdb99806
authored
Jul 7, 2022
by
Benedikt Steinbusch
Browse files
Options
Downloads
Patches
Plain Diff
add SPDX license identifiers
parent
78501bcf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#104953
canceled
Jul 7, 2022
Stage: test
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
xenv/__main__.py
+2
-0
2 additions, 0 deletions
xenv/__main__.py
xenv/cli.py
+2
-0
2 additions, 0 deletions
xenv/cli.py
xenv/modules.py
+2
-0
2 additions, 0 deletions
xenv/modules.py
xenv/proc.py
+2
-0
2 additions, 0 deletions
xenv/proc.py
with
8 additions
and
0 deletions
xenv/__main__.py
+
2
−
0
View file @
cdb99806
...
...
@@ -12,6 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""
runpy hook
"""
...
...
This diff is collapsed.
Click to expand it.
xenv/cli.py
+
2
−
0
View file @
cdb99806
...
...
@@ -12,6 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""
xenv program logic.
"""
import
configparser
...
...
This diff is collapsed.
Click to expand it.
xenv/modules.py
+
2
−
0
View file @
cdb99806
...
...
@@ -12,6 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""
xenv
'
s actual module load/use/purge code.
"""
import
ast
...
...
This diff is collapsed.
Click to expand it.
xenv/proc.py
+
2
−
0
View file @
cdb99806
...
...
@@ -12,6 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""
xenv module for process management
"""
import
subprocess
...
...
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
sign in
to comment