Metadata-Version: 2.4
Name: pyWikiCMS
Version: 0.5.0
Summary: pyWikiCMS: python implementation of a Mediawiki based Content Management System
Project-URL: Home, https://github.com/BITPlan/pyWikiCMS
Project-URL: Documentation, https://wiki.bitplan.com/index.php/PyWikiCMS
Project-URL: Source, https://github.com/BITPlan/pyWikiCMS
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License: 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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.9.3
Requires-Dist: lxml
Requires-Dist: mediawikiservertools>=0.0.1
Requires-Dist: ngwidgets>=0.30.3
Requires-Dist: nicegraph>=0.0.2
Requires-Dist: py-3rdparty-mediawiki>=0.18.1
Requires-Dist: pybasemkit>=0.1.8
Requires-Dist: pydevd
Requires-Dist: pyexpirebackups>=0.1.1
Requires-Dist: pylodstorage>=0.18.7
Requires-Dist: pymysql>=1.1.1
Requires-Dist: rdflib>=7.5.0
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Description-Content-Type: text/markdown

# pyWikiCMS
Python based MediaWiki Content Management System frontend

[![Join the discussion](https://img.shields.io/badge/Discussion-github-brightgreen)](https://github.com/BITPlan/pyWikiCMS/discussions)
[![pypi](https://img.shields.io/pypi/pyversions/pyWikiCMS)](https://pypi.org/project/pyWikiCMS/)
[![Github Actions Build](https://github.com/BITPlan/pyWikiCMS/actions/workflows/build.yml/badge.svg)](https://github.com/BITPlan/pyWikiCMS/actions/workflows/build.yml)
[![GitHub issues](https://img.shields.io/github/issues/BITPlan/pyWikiCMS.svg)](https://github.com/BITPlan/pyWikiCMS/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/BITPlan/pyWikiCMS.svg)](https://github.com/BITPlan/pyWikiCMS/issues/?q=is%3Aissue+is%3Aclosed)
[![PyPI Status](https://img.shields.io/pypi/v/pyWikiCMS.svg)](https://pypi.python.org/pypi/pyWikiCMS/)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://BITPlan.github.io/pyWikiCMS/)
[![License](https://img.shields.io/github/license/BITPlan/pyWikiCMS.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![BITPlan](http://wiki.bitplan.com/images/wiki/thumb/3/38/BITPlanLogoFontLessTransparent.png/198px-BITPlanLogoFontLessTransparent.png)](http://www.bitplan.com)

## Documentation
[Wiki](https://wiki.bitplan.com/index.php/PyWikiCMS)
