Marigold is a tiny server used to examine and compare the contents of hierarchical structured files.
Project description
Marigold
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file marigold-0.1.0.tar.gz
.
File metadata
- Download URL: marigold-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6145a52988a8c8e00f6c3b10c2bf9eee313c23f635320d4b6f67da60c16032b |
|
MD5 | 1533e747a49db0ccda128b3bec514259 |
|
BLAKE2b-256 | d7ce538419ef4516a7e847d19da0dfc6daf1b094e425da547d8f92aa1691b3ea |
File details
Details for the file marigold-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: marigold-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e33fdda0024171a3f419756fc38c08994dd1b2ad546e7f20316230ebcdaf4681 |
|
MD5 | 0e29134489d0802a50bddf857543c718 |
|
BLAKE2b-256 | e39ea879a82132a2e60317e8a20ed8a93ba647442ae4745b997afa98982c4d45 |