Metadata-Version: 2.4
Name: pylindas
Version: 0.6.5
Summary: Utilities for working with the linked data service LINDAS of the Swiss Federal Administration. Includes modules for working with cubes.
Author-email: Marco Kronenberg <marco.kronenberg@bafu.admin.ch>
License: MIT License
        
        Copyright (c) 2024 Kronmar-Bafu
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/Kronmar-Bafu/py-cube
Keywords: linked data,LINDAS,cubes,RDF
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.1.3
Requires-Dist: pandas==2.2.3
Requires-Dist: pyshacl==0.26.0
Requires-Dist: pystardog==0.17.0
Requires-Dist: PyYAML==6.0.2
Requires-Dist: rdflib==7.0.0
Requires-Dist: requests==2.32.3
Requires-Dist: sparql-dataframe==0.4
Requires-Dist: SPARQLWrapper==2.0.0
Dynamic: license-file

# pylindas

## About

`pylindas` is a python package for building and publishing linked data cubes according to the [cube.link](https://cube.link) schema. This schema is used to transform tabular data into [RDF](https://www.w3.org/RDF/). `pylindas` is an alternative to the [Cube-Creator](https://cube-creator.lindas.admin.ch). Whereas the Cube-Creator is a [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) tool, `pylindas` is more suited to fit into a pipeline workflow to create RDF. Currently this project is heavily linked to [LINDAS](https://lindas.admin.ch) the Swiss Federal Linked Data Service.

## Documentation

- [Installation](docs/installation.md)
- [Contributing](docs/contributing.md)
- [Basic functionality](docs/functionality.md)
- [Command line usage](docs/cli.md)
- [Examples](docs/examples.md)
- [URIs](docs/uris.md)
- [Concepts](docs/concepts.md)
- [Shared Dimensions](docs/sd.md)
