Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
orfeotoolbox-recipes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Emmanuelle Sarrazin
orfeotoolbox-recipes
Commits
17748774
Commit
17748774
authored
Apr 15, 2019
by
hdoupe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ParamTools recipe
parent
19bb7f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
recipes/paramtools/meta.yaml
recipes/paramtools/meta.yaml
+45
-0
No files found.
recipes/paramtools/meta.yaml
0 → 100644
View file @
17748774
{
%
set name = "ParamTools" %
}
{
%
set version = "0.4.1" %
}
package
:
name
:
{{
name|lower
}}
version
:
{{
version
}}
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
1d3c56102039035aa3b6f0ac7e926caac7a29b57d4c6448aafbd2f0b5b7bf8da
build
:
noarch
:
python
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
-vv"
requirements
:
host
:
-
python
-
pip
run
:
-
python
test
:
imports
:
-
paramtools
-
paramtools.contrib
about
:
home
:
http://github.com/PSLmodels/ParamTools
license
:
MIT
license_family
:
MIT
license_file
:
LICENSE.txt
summary
:
'
Library
for
parameter
processing
and
validation
with
a
focus
on
computational
modeling
projects
'
description
:
|
ParamTools defines the inputs for computational modeling projects,
facilitates updating the default inputs, and validating the inputs.
ParamTools is also used to build GUIs.
doc_url
:
http://paramtools.readthedocs.io/
dev_url
:
https://github.com/PSLmodels/ParamTools
extra
:
recipe-maintainers
:
-
hdoupe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment