Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_python
Commits
6c1469c6
Commit
6c1469c6
authored
Sep 21, 2022
by
Mayr, Hannes
Browse files
Options
Downloads
Patches
Plain Diff
Add qrcode package as dependency and update documentation.
parent
91faf58d
Branches
Branches containing commit
Tags
Tags containing commit
5 merge requests
!41
Include latest changes in main branch
,
!37
Merge dev upstream changes into improve/metadata
,
!34
Include architecture diagram in docs
,
!32
SAST implementation
,
!27
Update documentation and version number
Pipeline
#808416
waiting for manual action
Stage: docs
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
plotid/__init__.py
+1
-1
1 addition, 1 deletion
plotid/__init__.py
setup.cfg
+1
-0
1 addition, 0 deletions
setup.cfg
with
3 additions
and
2 deletions
README.md
+
1
−
1
View file @
6c1469c6
...
@@ -25,7 +25,7 @@ venv\Scripts\Activate.ps1 # Windows PowerShell
...
@@ -25,7 +25,7 @@ venv\Scripts\Activate.ps1 # Windows PowerShell
### From PyPi with pip
### From PyPi with pip
2.
Install plotID
2.
Install plotID
`pip install plotid
--extra-index-url=https://test.pypi.org/simple/
`
`pip install plotid`
If you also want to run the unittests use
`plotid[test]`
instead of
`plotid`
.
If you also want to run the unittests use
`plotid[test]`
instead of
`plotid`
.
### From source
### From source
...
...
This diff is collapsed.
Click to expand it.
plotid/__init__.py
+
1
−
1
View file @
6c1469c6
...
@@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the
...
@@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the
plot will also be copied to the directory.
plot will also be copied to the directory.
"""
"""
__version__
=
'
0.2.
0
'
__version__
=
'
0.2.
1
'
__author__
=
'
Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt
'
__author__
=
'
Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt
'
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
0
View file @
6c1469c6
...
@@ -28,6 +28,7 @@ install_requires =
...
@@ -28,6 +28,7 @@ install_requires =
Pillow
Pillow
matplotlib
matplotlib
numpy
numpy
qrcode
[options.extras_require]
[options.extras_require]
test
=
test
=
...
...
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