Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mitm-tooling
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Machine Data
mitm-tooling
Commits
934b5d1f
Commit
934b5d1f
authored
7 months ago
by
Leah Tacke genannt Unterberg
Browse files
Options
Downloads
Patches
Plain Diff
minor update
parent
648bd1b5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
justfile
+2
-2
2 additions, 2 deletions
justfile
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
934b5d1f
# mitm-
support
# mitm-
tooling
This python package contains basic functionality to work with "Models-in-the-Middle" (MitM) data sets.
This python package contains basic functionality to work with "Models-in-the-Middle" (MitM) data sets.
It bundles a generic mechanism to load and export relational data as a configurable MitM.
It bundles a generic mechanism to load and export relational data as a configurable MitM.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
justfile
+
2
−
2
View file @
934b5d1f
...
@@ -9,10 +9,10 @@ update:
...
@@ -9,10 +9,10 @@ update:
build:
build:
@poetry build
@poetry build
release
:
publish
:
@poetry publish --build
@poetry publish --build
requirements:
requirements:
@poetry export --without-hashes -f requirements.txt > requirements.txt
@poetry export --without-hashes -f requirements.txt > requirements.txt
--without-hashes
preflight: lock requirements build
preflight: lock requirements build
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