diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 1491d2a..4b12dcf 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,6 +23,7 @@ jobs: matrix: include: - CONFIG: linux_64_ + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] @@ -99,7 +100,7 @@ jobs: env: # default value; make it explicit, as it needs to match with artefact # generation below. Not configurable for now, can be revisited later - CONDA_BLD_DIR: C:\bld + CONDA_BLD_PATH: C:\bld MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge PYTHONUNBUFFERED: 1 CONFIG: ${{ matrix.CONFIG }} diff --git a/.gitignore b/.gitignore index 47b5408..86a9c55 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore all files and folders in root * !/conda-forge.yml +!.recipe_maintainers.json # Don't ignore any files/folders if the parent folder is 'un-ignored' # This also avoids warnings when adding an already-checked file with an ignored parent. diff --git a/README.md b/README.md index ebd398b..fb96424 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,88 @@ -About hydra-python-feedstock +About hydra-kernel-feedstock ============================ Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/hydra-python-feedstock/blob/main/LICENSE.txt) + +About hydra-kernel +------------------ + +Home: https://github.com/CategoricalData/hydra + +Package license: Apache-2.0 + +Summary: Hydra kernel - core types, terms, DSL, eval, and primitives + +Development: https://github.com/CategoricalData/hydra + +Documentation: https://github.com/CategoricalData/hydra/wiki + +Hydra is a domain-specific language for data models and data transformations. +It is based on a typed lambda calculus, and transforms data and schemas between +languages in a way which maintains type conformance. Starting with 0.15, the +Python release ships per-package wheels using PEP 420 implicit namespace packages, +so multiple wheels install side-by-side and merge their hydra.* contents at +import time. + +About hydra-pg +-------------- + +Home: https://github.com/CategoricalData/hydra + +Package license: Apache-2.0 + +Summary: Hydra PG - property graph model, coders, GraphSON, and TinkerPop + +Development: https://github.com/CategoricalData/hydra + +Documentation: https://github.com/CategoricalData/hydra/wiki + +Hydra is a domain-specific language for data models and data transformations. +It is based on a typed lambda calculus, and transforms data and schemas between +languages in a way which maintains type conformance. Starting with 0.15, the +Python release ships per-package wheels using PEP 420 implicit namespace packages, +so multiple wheels install side-by-side and merge their hydra.* contents at +import time. + +About hydra-python +------------------ + +Home: https://github.com/CategoricalData/hydra + +Package license: Apache-2.0 + +Summary: Hydra Python - Python syntax, serde, and coder + +Development: https://github.com/CategoricalData/hydra + +Documentation: https://github.com/CategoricalData/hydra/wiki + +Hydra is a domain-specific language for data models and data transformations. +It is based on a typed lambda calculus, and transforms data and schemas between +languages in a way which maintains type conformance. Starting with 0.15, the +Python release ships per-package wheels using PEP 420 implicit namespace packages, +so multiple wheels install side-by-side and merge their hydra.* contents at +import time. + +About hydra-rdf +--------------- + Home: https://github.com/CategoricalData/hydra Package license: Apache-2.0 -Summary: Hydra Python implementation - type-safe transformations for data and programs +Summary: Hydra RDF - RDF, OWL, SHACL, ShEx, and XML Schema models Development: https://github.com/CategoricalData/hydra -Documentation: https://github.com/CategoricalData/hydra/tree/main/hydra-python +Documentation: https://github.com/CategoricalData/hydra/wiki Hydra is a domain-specific language for data models and data transformations. It is based on a typed lambda calculus, and transforms data and schemas between -languages in a way which maintains type conformance. This package contains the -Python implementation of Hydra. +languages in a way which maintains type conformance. Starting with 0.15, the +Python release ships per-package wheels using PEP 420 implicit namespace packages, +so multiple wheels install side-by-side and merge their hydra.* contents at +import time. Current build status ==================== @@ -35,53 +101,56 @@ Current release info | Name | Downloads | Version | Platforms | | --- | --- | --- | --- | +| [![Conda Recipe](https://img.shields.io/badge/recipe-hydra--kernel-green.svg)](https://anaconda.org/conda-forge/hydra-kernel) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hydra-kernel.svg)](https://anaconda.org/conda-forge/hydra-kernel) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hydra-kernel.svg)](https://anaconda.org/conda-forge/hydra-kernel) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hydra-kernel.svg)](https://anaconda.org/conda-forge/hydra-kernel) | +| [![Conda Recipe](https://img.shields.io/badge/recipe-hydra--pg-green.svg)](https://anaconda.org/conda-forge/hydra-pg) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hydra-pg.svg)](https://anaconda.org/conda-forge/hydra-pg) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hydra-pg.svg)](https://anaconda.org/conda-forge/hydra-pg) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hydra-pg.svg)](https://anaconda.org/conda-forge/hydra-pg) | | [![Conda Recipe](https://img.shields.io/badge/recipe-hydra--python-green.svg)](https://anaconda.org/conda-forge/hydra-python) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hydra-python.svg)](https://anaconda.org/conda-forge/hydra-python) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hydra-python.svg)](https://anaconda.org/conda-forge/hydra-python) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hydra-python.svg)](https://anaconda.org/conda-forge/hydra-python) | +| [![Conda Recipe](https://img.shields.io/badge/recipe-hydra--rdf-green.svg)](https://anaconda.org/conda-forge/hydra-rdf) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hydra-rdf.svg)](https://anaconda.org/conda-forge/hydra-rdf) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hydra-rdf.svg)](https://anaconda.org/conda-forge/hydra-rdf) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hydra-rdf.svg)](https://anaconda.org/conda-forge/hydra-rdf) | -Installing hydra-python +Installing hydra-kernel ======================= -Installing `hydra-python` from the `conda-forge` channel can be achieved by adding `conda-forge` to your channels with: +Installing `hydra-kernel` from the `conda-forge` channel can be achieved by adding `conda-forge` to your channels with: ``` conda config --add channels conda-forge conda config --set channel_priority strict ``` -Once the `conda-forge` channel has been enabled, `hydra-python` can be installed with `conda`: +Once the `conda-forge` channel has been enabled, `hydra-kernel, hydra-pg, hydra-python, hydra-rdf` can be installed with `conda`: ``` -conda install hydra-python +conda install hydra-kernel hydra-pg hydra-python hydra-rdf ``` or with `mamba`: ``` -mamba install hydra-python +mamba install hydra-kernel hydra-pg hydra-python hydra-rdf ``` -It is possible to list all of the versions of `hydra-python` available on your platform with `conda`: +It is possible to list all of the versions of `hydra-kernel` available on your platform with `conda`: ``` -conda search hydra-python --channel conda-forge +conda search hydra-kernel --channel conda-forge ``` or with `mamba`: ``` -mamba search hydra-python --channel conda-forge +mamba search hydra-kernel --channel conda-forge ``` Alternatively, `mamba repoquery` may provide more information: ``` # Search all versions available on your platform: -mamba repoquery search hydra-python --channel conda-forge +mamba repoquery search hydra-kernel --channel conda-forge -# List packages depending on `hydra-python`: -mamba repoquery whoneeds hydra-python --channel conda-forge +# List packages depending on `hydra-kernel`: +mamba repoquery whoneeds hydra-kernel --channel conda-forge -# List dependencies of `hydra-python`: -mamba repoquery depends hydra-python --channel conda-forge +# List dependencies of `hydra-kernel`: +mamba repoquery depends hydra-kernel --channel conda-forge ``` @@ -126,17 +195,17 @@ Terminology produce the finished article (built conda distributions) -Updating hydra-python-feedstock +Updating hydra-kernel-feedstock =============================== -If you would like to improve the hydra-python recipe or build a new +If you would like to improve the hydra-kernel recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the `conda-forge` channel, whereupon the built conda packages will be available for everybody to install and use from the `conda-forge` channel. -Note that all branches in the conda-forge/hydra-python-feedstock are +Note that all branches in the conda-forge/hydra-kernel-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks, and branches in the main repository should only be used to build distinct package versions. diff --git a/recipe/LICENSE b/recipe/LICENSE new file mode 100644 index 0000000..c382181 --- /dev/null +++ b/recipe/LICENSE @@ -0,0 +1,165 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship made available under + the License, as indicated by a copyright notice that is included in + or attached to the work (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean, as submitted to the Licensor for inclusion + in the Work by the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the purposes + of this definition, "submitted" means any form of electronic, verbal, + or written communication sent to the Licensor or its representatives, + including but not limited to communication on electronic mailing lists, + source code control systems, and issue tracking systems that are managed + by, or on behalf of, the Licensor for the purpose of submitting to the + Work, but excluding communication that is conspicuously marked or + otherwise designated in writing by the copyright owner as "Not a + Contribution." + + "Contributor" shall mean Licensor and any Legal Entity on behalf of + whom a Contribution has been received by the Licensor and included + within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by the combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a cross-claim + or counterclaim in a lawsuit) alleging that the Work or any Contribution + embodied within the Work constitutes direct or contributory patent + infringement, then any patent licenses granted to You under this License + for that Work shall terminate as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative + Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, You must include a readable copy of the + attribution notices contained within such NOTICE file, in + at least one of the following places: within a NOTICE text + file distributed as part of the Derivative Works; within + the Source form or documentation, if provided along with the + Derivative Works; or, within a display generated by the + Derivative Works, if and wherever such third-party notices + normally appear. The contents of the NOTICE file are for + informational purposes only and do not modify the License. + You may add Your own attribution notices within Derivative + Works that You distribute, alongside or in addition to the + NOTICE text from the Work, provided that such additional + attribution notices cannot be construed as modifying the License. + + You may add Your own license statement for Your modifications and + may provide additional grant of rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the + Contribution, either expressly or under the terms of this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any conditions of TITLE, + NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR + PURPOSE. You are solely responsible for determining the + appropriateness of using or reproducing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or exemplary damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or all other + commercial damages or losses), even if such Contributor has been + advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may offer only + conditions that are fully consistent with this License and + indemnifying all other contributors. + + END OF TERMS AND CONDITIONS diff --git a/recipe/recipe-scripts-license.txt b/recipe/recipe-scripts-license.txt new file mode 100644 index 0000000..c5aa738 --- /dev/null +++ b/recipe/recipe-scripts-license.txt @@ -0,0 +1,26 @@ +BSD-3-Clause license +Copyright (c) 2015-2026, conda-forge contributors + +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. + 3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +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 REGENTS 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. diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 8baadc2..768c316 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,51 +2,181 @@ schema_version: 1 context: - name: hydra-python - version: "0.14.1" + version: "0.15.0" python_min: "3.12" -package: +recipe: name: hydra-python version: ${{ version }} -source: - url: https://github.com/CategoricalData/hydra/archive/refs/tags/${{ version }}.tar.gz - sha256: 49467589726debf9b01a64f877878499f6beb8231684709bc9407ec3360dedff - build: number: 0 noarch: python - script: - - cd hydra-python - - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - -requirements: - host: - - pip - - python ${{ python_min }}.* - - hatchling >=1.8.0 - run: - - python >=${{ python_min }} - -tests: - - python: - imports: - - hydra - pip_check: true + +outputs: + - package: + name: hydra-kernel + version: ${{ version }} + source: + url: https://pypi.org/packages/source/h/hydra-kernel/hydra_kernel-${{ version }}.tar.gz + sha256: "b9c72c7a627577c1b2ab73de8001b664212a80d549c26fad8b97b571fc303eec" + build: + noarch: python + script: + - cp $RECIPE_DIR/LICENSE . + - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + requirements: + host: + - pip + - python ${{ python_min }}.* + - hatchling >=1.8.0 + run: + - python >=${{ python_min }} + tests: + - python: + imports: + - hydra.core + pip_check: true + python_version: ${{ python_min }}.* + about: + summary: Hydra kernel - core types, terms, DSL, eval, and primitives + license: Apache-2.0 + license_file: LICENSE + + - package: + name: hydra-rdf + version: ${{ version }} + source: + url: https://pypi.org/packages/source/h/hydra-rdf/hydra_rdf-${{ version }}.tar.gz + sha256: "74efa8ea85f98e4f459730e6a0bc451e3401bca0838823eea8466b32ac3d3136" + build: + noarch: python + script: + - cp $RECIPE_DIR/LICENSE . + - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + requirements: + host: + - pip + - python ${{ python_min }}.* + - hatchling >=1.8.0 + - ${{ pin_subpackage('hydra-kernel', exact=True) }} + run: + - python >=${{ python_min }} + - ${{ pin_subpackage('hydra-kernel', exact=True) }} + tests: + - python: + pip_check: true + python_version: ${{ python_min }}.* + about: + summary: Hydra RDF - RDF, OWL, SHACL, ShEx, and XML Schema models + license: Apache-2.0 + license_file: LICENSE + + - package: + name: hydra-pg + version: ${{ version }} + source: + url: https://pypi.org/packages/source/h/hydra-pg/hydra_pg-${{ version }}.tar.gz + sha256: "b920f8a1d8ebeecdd1550df02a97167b57a1b5d84bca1c89c2553b4f6c3d815d" + build: + noarch: python + script: + - cp $RECIPE_DIR/LICENSE . + - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + requirements: + host: + - pip + - python ${{ python_min }}.* + - hatchling >=1.8.0 + - ${{ pin_subpackage('hydra-kernel', exact=True) }} + - ${{ pin_subpackage('hydra-rdf', exact=True) }} + run: + - python >=${{ python_min }} + - ${{ pin_subpackage('hydra-kernel', exact=True) }} + - ${{ pin_subpackage('hydra-rdf', exact=True) }} + tests: + - python: + pip_check: true + python_version: ${{ python_min }}.* + about: + summary: Hydra PG - property graph model, coders, GraphSON, and TinkerPop + license: Apache-2.0 + license_file: LICENSE + +# hydra-ext temporarily suppressed: not yet published to PyPI +# - package: +# name: hydra-ext +# version: ${{ version }} +# source: +# url: https://pypi.org/packages/source/h/hydra-ext/hydra_ext-${{ version }}.tar.gz +# sha256: "0000000000000000000000000000000000000000000000000000000000000000" # TODO: fill in after PyPI publish +# build: +# noarch: python +# script: +# - cp $RECIPE_DIR/LICENSE . +# - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation +# requirements: +# host: +# - pip +# - python ${{ python_min }}.* +# - hatchling >=1.8.0 +# - ${{ pin_subpackage('hydra-kernel', exact=True) }} +# run: +# - python >=${{ python_min }} +# - ${{ pin_subpackage('hydra-kernel', exact=True) }} +# tests: +# - python: +# pip_check: true +# python_version: ${{ python_min }}.* +# about: +# summary: Hydra ext - Avro, Protobuf, GraphQL, Pegasus, C++, Rust, and Go extension models +# license: Apache-2.0 +# license_file: LICENSE + + - package: + name: hydra-python + version: ${{ version }} + source: + url: https://pypi.org/packages/source/h/hydra-python/hydra_python-${{ version }}.tar.gz + sha256: "52f04e3419af16dd18a58b9b49976121874818f1c41e050c36896e845b26ab91" + build: + noarch: python + script: + - cp $RECIPE_DIR/LICENSE . + - sed -i 's|readme = ".*"|readme = { text = "Python syntax, serde, and coder for Hydra", content-type = "text/markdown" }|' pyproject.toml + - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + requirements: + host: + - pip + - python ${{ python_min }}.* + - hatchling >=1.8.0 + - ${{ pin_subpackage('hydra-kernel', exact=True) }} + run: + - python >=${{ python_min }} + - ${{ pin_subpackage('hydra-kernel', exact=True) }} + tests: + - python: + pip_check: true + python_version: ${{ python_min }}.* + about: + summary: Hydra Python - Python syntax, serde, and coder + license: Apache-2.0 + license_file: LICENSE about: homepage: https://github.com/CategoricalData/hydra license: Apache-2.0 license_file: LICENSE - summary: Hydra Python implementation - type-safe transformations for data and programs + summary: Hydra - type-aware data transformation toolkit description: | Hydra is a domain-specific language for data models and data transformations. It is based on a typed lambda calculus, and transforms data and schemas between - languages in a way which maintains type conformance. This package contains the - Python implementation of Hydra. + languages in a way which maintains type conformance. Starting with 0.15, the + Python release ships per-package wheels using PEP 420 implicit namespace packages, + so multiple wheels install side-by-side and merge their hydra.* contents at + import time. repository: https://github.com/CategoricalData/hydra - documentation: https://github.com/CategoricalData/hydra/tree/main/hydra-python + documentation: https://github.com/CategoricalData/hydra/wiki extra: recipe-maintainers: