Skip to content
Snippets Groups Projects
Commit 7579758a authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Initial commit with empty package

parents
Branches
No related tags found
No related merge requests found
dist/
\ No newline at end of file
LICENSE 0 → 100644
BSD 2-Clause License
Copyright (c) 2021, Forschungszentrum Juelich GmbH
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Airflow Datacat Integration
This packages enables the integration of the [datacatalog](https://gitlab.jsc.fz-juelich.de/rybicki1/datacatalog) in [apache airflow](https://airflow.apache.org/).
Its intended use is with the [Data Logistics Service](https://gitlab.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service).
\ No newline at end of file
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
\ No newline at end of file
[metadata]
name = airflow_datacat_integration
version = 0.0.1
author = Christian Boettcher
author_email = c.boettcher@fz-juelich.de
description = Datacatalog Integration for Apache Airflow
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pypa/sampleproject
project_urls =
Issue Tracker = https://github.com/pypa/sampleproject/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD-2-Clause
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src
\ No newline at end of file
Metadata-Version: 2.1
Name: airflow-datacat-integration
Version: 0.0.1
Summary: Datacatalog Integration for Apache Airflow
Home-page: https://github.com/pypa/sampleproject
Author: Christian Boettcher
Author-email: c.boettcher@fz-juelich.de
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD-2-Clause
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
# Airflow Datacat Integration
This packages enables the integration of the [datacatalog](https://gitlab.jsc.fz-juelich.de/rybicki1/datacatalog) in [apache airflow](https://airflow.apache.org/).
Its intended use is with the [Data Logistics Service](https://gitlab.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service).
LICENSE
README.md
pyproject.toml
setup.cfg
src/airflow_datacat_integration.egg-info/PKG-INFO
src/airflow_datacat_integration.egg-info/SOURCES.txt
src/airflow_datacat_integration.egg-info/dependency_links.txt
src/airflow_datacat_integration.egg-info/top_level.txt
src/datacat_client/__init__.py
\ No newline at end of file
datacat_client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment