Metadata-Version: 2.1
Name: python-hzb-rdm-landingpage
Version: 0.1
Summary: Provide HZB Landing Pages for Data
Home-page: https://codebase.helmholtz.cloud/hzb/research_data_management/python-hzb-rdm-landingpage
License: Apache-2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: Flask
Requires-Dist: PyYAML
Requires-Dist: lxml
Requires-Dist: python-hzb-rdm-metadata
Requires-Dist: python-hzb-rdm-web
Requires-Dist: python-hzb-rdm (>=0.6)
Requires-Dist: python-icat (>=1.0.0)
Requires-Dist: setuptools

Provide HZB Landing Pages for Data
==================================

This package implements the landing pages for the HZB data
publications as well as for the raw data.


System requirements
-------------------

Python:

+ Python 3.6 or newer.

Required library packages:

+ `setuptools`_

+ `Flask`_

+ `lxml`_

+ `PyYAML`_

+ `python-hzb-rdm`_ >=0.6

+ `python-hzb-rdm-metadata`_

+ `python-hzb-rdm-web`_

+ `python-icat`_ >=1.0.0

Optional library packages:

+ `git-props`_

  This package is used to extract some metadata such as the version
  number out of git, the version control system.  All releases embed
  that metadata in the distribution.  So this package is only needed
  to build out of the plain development source tree as cloned from
  GitHub, but not to build a release distribution.


Copyright and License
---------------------

Copyright 2013–2026
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH

Licensed under the `Apache License`_, Version 2.0 (the "License"); you
may not use this package except in compliance with the License.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.  See the License for the specific language governing
permissions and limitations under the License.


.. _setuptools: https://github.com/pypa/setuptools/
.. _Flask: https://flask.palletsprojects.com/
.. _lxml: https://lxml.de/
.. _PyYAML: https://pyyaml.org/
.. _python-hzb-rdm: https://codebase.helmholtz.cloud/hzb/research_data_management/python-hzb-rdm
.. _python-hzb-rdm-metadata: https://codebase.helmholtz.cloud/hzb/research_data_management/python-hzb-rdm-metadata
.. _python-hzb-rdm-web: https://codebase.helmholtz.cloud/hzb/research_data_management/python-hzb-rdm-web
.. _python-icat: https://github.com/icatproject/python-icat
.. _git-props: https://github.com/RKrahl/git-props
.. _Apache License: https://www.apache.org/licenses/LICENSE-2.0


