Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
214 changes: 0 additions & 214 deletions converters/databricks/uv.lock

This file was deleted.

4 changes: 0 additions & 4 deletions converters/dbt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ default-groups = [
"dev"
]

# apache-ossie is not yet published to PyPI; resolve it from the in-repo
# package for now. Remove this block once apache-ossie published to PyPI.
[tool.uv.sources]
apache-ossie = { path = "../../python", editable = true}
26 changes: 21 additions & 5 deletions python/pyproject.toml → converters/polaris/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,45 @@
requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
"pytest>=8.0",
"syrupy>=4.0",
]

[project]
name = "apache-ossie"
name = "apache-ossie-polaris"
version = "0.2.0.dev0"
description = "Python types for the Apache Ossie semantic model specification"
description = "Polaris (MetricFlow Semantic Interface) <> Apache Ossie converter"
authors = [{ name = "Apache Software Foundation", email = "dev@ossie.apache.org" }]
requires-python = ">=3.11"
readme = "README.md"
license = "Apache-2.0"
keywords = [
"Apache Ossie",
"Ossie",
"polaris"
]
dependencies = [
"pydantic>=2.0",
"PyYAML>=6.0",
"apache-ossie>=0.2.0.dev0",
]

[project.scripts]
ossie-polaris = "ossie_polaris.cli:main"

[project.urls]
homepage = "https://ossie.apache.org/"
repository = "https://github.com/apache/ossie/"

[tool.hatch.build.targets.wheel]
packages = ["src/ossie"]
packages = ["src/ossie_polaris"]

[tool.pytest.ini_options]
testpaths = ["tests"]

[tool.uv]
required-version = ">=0.9.0"
default-groups = [
"dev"
]

63 changes: 63 additions & 0 deletions converters/salesforce/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# 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.

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
"pytest>=8.0",
"syrupy>=4.0",
]

[project]
name = "apache-ossie-salesforce"
version = "0.2.0.dev0"
description = "Salesforce (MetricFlow Semantic Interface) <> Apache Ossie converter"
authors = [{ name = "Apache Software Foundation", email = "dev@ossie.apache.org" }]
requires-python = ">=3.11"
readme = "README.md"
license = "Apache-2.0"
keywords = [
"Apache Ossie",
"Ossie",
"salesforce"
]
dependencies = [
"apache-ossie>=0.2.0.dev0",
]

[project.scripts]
ossie-salesforce = "ossie_salesforce.cli:main"

[project.urls]
homepage = "https://ossie.apache.org/"
repository = "https://github.com/apache/ossie/"

[tool.hatch.build.targets.wheel]
packages = ["src/ossie_salesforce"]

[tool.pytest.ini_options]
testpaths = ["tests"]

[tool.uv]
required-version = ">=0.9.0"
default-groups = [
"dev"
]

5 changes: 0 additions & 5 deletions converters/wisdom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,3 @@ required-version = ">=0.9.0"
default-groups = [
"dev"
]

# apache-ossie is not yet published to PyPI; resolve it from the in-repo
# package for now. Remove this block once apache-ossie published to PyPI.
[tool.uv.sources]
apache-ossie = { path = "../../python", editable = true}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
79 changes: 79 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# 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.

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "apache-ossie"
version = "0.2.0.dev0"
description = "Python types for the Apache Ossie semantic model specification"
authors = [{ name = "Apache Software Foundation", email = "dev@ossie.apache.org" }]
requires-python = ">=3.11"
readme = "README.md"
license = "Apache-2.0"
keywords = [
"Apache Ossie",
"Ossie",
]
dependencies = [
"pydantic>=2.0",
"PyYAML>=6.0",
]

[project.urls]
homepage = "https://ossie.apache.org/"
repository = "https://github.com/apache/ossie/"

[tool.hatch.build.targets.wheel]
packages = ["src/ossie"]

[tool.uv]
required-version = ">=0.9.0"

[tool.uv.sources]
apache-ossie = { workspace = true }
apache-ossie-dbt = { workspace = true }
apache-ossie-gooddata = { workspace = true }
apache-ossie-gsf = { workspace = true }
apache-ossie-honeydew = { workspace = true }
apache-ossie-omni = { workspace = true }
apache-ossie-orionbelt = { workspace = true }
apache-ossie-polaris = { workspace = true }
apache-ossie-salesforce = { workspace = true }
apache-ossie-snowflake = { workspace = true }
apache-ossie-wisdom = { workspace = true }

[tool.uv.workspace]
members = [
".",
"converters/databricks",
"converters/dbt",
"converters/gooddata",
"converters/gsf",
"converters/honeydew",
"converters/omni",
"converters/orionbelt",
"converters/polaris",
"converters/salesforce",
"converters/snowflake",
"converters/wisdom",
]
exclude = [
"cli"
]
Loading