Skip to main content

Marigold is a tiny server used to examine and compare the contents of hierarchical structured files.

Project description

Marigold

PyPI pyversions License: MIT Commits

Marigold is a tiny server used to examine and compare the contents of hierarchical structured files.

Installation

Pull docker image from hub.docker.com and run it for the files located in the folder content.

docker pull tbartsch/marigold
docker run \
    -p 8080:8080 \
    --mount type=bind,source="$(pwd)"/content,target=/app/content \
    tbartsch/marigold:latest

Run development server in repository

python app/run.py --directory example/marigold

Build and run docker image from repository

docker image build -t marigold:latest . || exit
export PORT=8080
export DIRECTORY=example/
docker run -it \
    -p 8080:8080 \
    --mount type=bind,source="$(pwd)"/example/marigold,target=/app/content \
    marigold:latest

Icons

This project uses icons of remixicon project.

Changelog

This library adheres to a semantic versioning scheme. See CHANGELOG.md for the list of changes.

Contributions

Contributions are very welcome! Feel free to report bugs or suggest new features using GitHub issues and/or pull requests.

License

Distributed under MIT License.

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

marigold-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

marigold-0.1.0-py3-none-any.whl (2.8 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