Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
taxonomy-lib
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
Libraries
taxonomy-lib
Merge requests
!1
Added basic structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added basic structure
added_basic_structure
into
main
Overview
2
Commits
1
Pipelines
4
Changes
10
Merged
Simantini Shinde
requested to merge
added_basic_structure
into
main
2 years ago
Overview
2
Commits
1
Pipelines
4
Changes
10
Expand
Added basic structure for taxonomy-lib
0
0
Merge request reports
Compare
main
version 3
287893cd
2 years ago
version 2
4cacfceb
2 years ago
version 1
ee959416
2 years ago
main (base)
and
latest version
latest version
b493d5e7
1 commit,
2 years ago
version 3
287893cd
3 commits,
2 years ago
version 2
4cacfceb
2 commits,
2 years ago
version 1
ee959416
1 commit,
2 years ago
10 files
+
851
−
83
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
taxonomylib/__init__.py
0 → 100644
+
17
−
0
Options
#!/usr/bin/env python3
# Copyright (C) 2022:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
Loading