openquake.gem-taxonomy-data 1.4.0.2.dev16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/PKG-INFO +29 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/SOURCES.txt +12 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/dependency_links.txt +1 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/requires.txt +2 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/top_level.txt +3 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/LICENSE +661 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/PKG-INFO +29 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/README.md +12 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/openquake/__init__.py +19 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/openquake/gem_taxonomy_data/__init__.py +23 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/openquake/gem_taxonomy_data/classes.py +34 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/openquake/gem_taxonomy_data/data/taxonomy3.3_standard.json +6861 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/pyproject.toml +63 -0
- openquake_gem_taxonomy_data-1.4.0.2.dev16/setup.cfg +4 -0
openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/PKG-INFO
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: openquake.gem-taxonomy-data
|
|
3
|
+
Version: 1.4.0.2.dev16
|
|
4
|
+
Summary: Openquake Gem Taxonomy Data - taxonomy data and python classes to access it.
|
|
5
|
+
Author-email: Matteo Nastasi <nastasi@openquake.org>
|
|
6
|
+
Maintainer-email: Matteo Nastasi <nastasi@openquake.org>
|
|
7
|
+
Project-URL: Repository, https://github.com/gem/oq-gem-taxonomy-data
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/gem/oq-gem-taxonomy-data/issues
|
|
9
|
+
Keywords: GEM,taxonomy,standard,openquake
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Requires-Python: >=3
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Provides-Extra: cli
|
|
16
|
+
Dynamic: license-file
|
|
17
|
+
|
|
18
|
+
# Openquake GEM Building Taxonomy Data
|
|
19
|
+
|
|
20
|
+
## GEM Building Taxonomy dataset and python classes to access it.
|
|
21
|
+
|
|
22
|
+
This package provide GEM Building Taxonomy dataset for [oq-gem-taxonomy](https://github.com/gem/oq-gem-taxonomy) package from GEM Taxonomy specifications (repository: [gem_taxonomy/](https://github.com/gem/gem_taxonomy/))
|
|
23
|
+
|
|
24
|
+
## Licensing
|
|
25
|
+
|
|
26
|
+
- **Code**: Licensed under the [GNU Affero General Public License v3.0](https://github.com/gem/oq-gem-taxonomy-data/blob/oq-gem-taxonomy-data-1.4/LICENSE).
|
|
27
|
+
- **Data**: Licensed under the [Creative Commons Attribution Share Alike 4.0 International](https://github.com/gem/oq-gem-taxonomy-data/blob/oq-gem-taxonomy-data-1.4/DATA_LICENSE).
|
|
28
|
+
|
|
29
|
+
Please refer to the respective license files for more details.
|
openquake_gem_taxonomy_data-1.4.0.2.dev16/.egg_dir/openquake.gem_taxonomy_data.egg-info/SOURCES.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
.egg_dir/openquake.gem_taxonomy_data.egg-info/PKG-INFO
|
|
5
|
+
.egg_dir/openquake.gem_taxonomy_data.egg-info/SOURCES.txt
|
|
6
|
+
.egg_dir/openquake.gem_taxonomy_data.egg-info/dependency_links.txt
|
|
7
|
+
.egg_dir/openquake.gem_taxonomy_data.egg-info/requires.txt
|
|
8
|
+
.egg_dir/openquake.gem_taxonomy_data.egg-info/top_level.txt
|
|
9
|
+
openquake/__init__.py
|
|
10
|
+
openquake/gem_taxonomy_data/__init__.py
|
|
11
|
+
openquake/gem_taxonomy_data/classes.py
|
|
12
|
+
openquake/gem_taxonomy_data/data/taxonomy3.3_standard.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|