Skip to main content

moonwiki is a wiki application made with Python

Project description

moonwiki

[![](https://img.shields.io/pypi/v/moonwiki?logo=python&logoColor=ffffff)](https://pypi.org/project/moonwiki) moonwiki is a wiki application made with Python that doesn't require: - A database - External modules - Too much configuration ## Install You can install moonwiki by using `pip` ```sh pip install moonwiki ``` You canconfigure the above command to fit your needs for installing moonwiki ## Usage Here are some usage examples: ```py import moonwiki

print(moonwiki.package) # "moonwiki"

```py
from moonwiki import moonwiki
wiki = moonwiki("testWiki")

wiki.run("0.0.0.0", 8080)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moonwiki-2023.7.6.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

moonwiki-2023.7.6.0-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page