Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ICARTT Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
MBEES
ICARTT Python Package
Commits
ba5c5708
Commit
ba5c5708
authored
2 years ago
by
Christoph Knote
Browse files
Options
Downloads
Patches
Plain Diff
Minor updates
parent
0cb5da37
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#142
failed
2 years ago
Stage: build_package
Stage: testing
Stage: create_docs
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-2
3 additions, 2 deletions
README.md
pyproject.toml
+5
-4
5 additions, 4 deletions
pyproject.toml
with
8 additions
and
6 deletions
README.md
+
3
−
2
View file @
ba5c5708
...
...
@@ -16,12 +16,13 @@ make your changes and then [submit a merge request](https://mbees.med.uni-augsbu
## Installation of the development version
Clone this repository / or your fork
, then
install
e.g. as "edi
ta
b
le
":
Clone this repository / or your fork
and
install
. We use
[
poetry
](
https://python-poetry.org/
)
for packaging, which needs to be ins
ta
l
le
d.
```
git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage.git or <URL of your fork>
cd icartt_pypackage
pip install -e .
poetry install
poetry shell
```
Note: the package is managed with
[
poetry
](
https://python-poetry.org/
)
.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
5
−
4
View file @
ba5c5708
...
...
@@ -3,11 +3,12 @@ name = "icartt"
version
=
"2.0.0-rc1"
description
=
"ICARTT format reader and writer"
license
=
"GPL-3.0-or-later"
authors
=
[
"Christoph Knote <christoph.knote@med.uni-augsburg.de>"
]
authors
=
[
"Christoph Knote <christoph.knote@med.uni-augsburg.de>"
,
"Florian Obersteiner <florian.obersteiner@kit.edu>"
]
readme
=
"README.md"
homepage
=
"https://mbees.med.uni-augsburg.de/"
repository
=
"https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage"
keywords
=
[
"atmosphere"
,
"file format"
,
"icartt"
,
"ames"
,
"nasa"
]
documentation
=
"https://mbees.med.uni-augsburg.de/docs/icartt/
keywords
=
[
"atmosphere"
,
"file format"
,
"ames"
,
"nasa"
]
classifiers
=
[
"Programming Language :: Python :: 3"
,
"Development Status :: 5 - Production/Stable"
,
...
...
@@ -28,11 +29,11 @@ packages = [
[tool.poetry.urls]
issues
=
"http://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/issues"
"Bug Tracker"
=
"http://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/issues"
[tool.poetry.dependencies]
python
=
">
=
3.8
,
<
4
"
python
=
">
=
3.8
"
numpy
=
">
=
1.12
"
...
...
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