Metadata-Version: 2.1
Name: pySMWSync
Version: 0.0.3
Project-URL: Home, https://github.com/WolfgangFahl/pySMWSync
Project-URL: Documentation, https://wiki.bitplan.com/index.php/pySMWSync
Project-URL: Source, https://github.com/WolfgangFahl/pySMWSync
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: colorama
Requires-Dist: py-3rdparty-mediawiki>=0.9.3
Requires-Dist: pylodstorage>=0.4.9
Requires-Dist: pymetamodel>=0.2.3
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Description-Content-Type: text/markdown

# pySMWsync
synchronize Semantic MediaWiki content e.g. with wikidata

[![Join the discussion at https://github.com/WolfgangFahl/pySMWSync/discussions](https://img.shields.io/github/discussions/WolfgangFahl/pySMWSync)](https://github.com/WolfgangFahl/pySMWSync/discussions)
[![pypi](https://img.shields.io/pypi/pyversions/pySMWSync)](https://pypi.org/project/pySMWSync/)
[![Github Actions Build](https://github.com/WolfgangFahl/pySMWSync/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/pySMWSync/actions?query=workflow%3ABuild+branch%3Amain)
[![PyPI Status](https://img.shields.io/pypi/v/pySMWSync.svg)](https://pypi.python.org/pypi/pySMWSync/)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pySMWSync.svg)](https://github.com/WolfgangFahl/pySMWSync/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pySMWSync.svg)](https://github.com/WolfgangFahl/pySMWSync/issues/?q=is%3Aissue+is%3Aclosed)
[![License](https://img.shields.io/github/license/WolfgangFahl/pySMWSync.svg)](https://www.apache.org/licenses/LICENSE-2.0)

## Introduction
pySMWSync is a python library to synchronize property values of a semantic MediaWiki with e.g. wikidata or another Semantic MediaWiki

## Docs and Tutorials
[Wiki](https://wiki.bitplan.com/index.php/pySMWSync)
