{ "info": { "author": "Michiel Scholten", "author_email": "michiel@diginaut.net", "bugtrack_url": null, "classifiers": [], "description": "paragoo\n=======\n\n`paragoo`_ is a static site generator, written in Python. It takes a\nsimple `yaml`_ file with the structure of the site, the source\nMarkdown/HTML content files and the `Jinja2`_ based templates and builds\na directory structure with the final website.\n\nUsage\n-----\n\nRun ``python paragoo.py`` to get help. Typically, a command line looks\nlike this:\n\n::\n\n python paragoo.py generate_site -s /path/to/site_config -t /path/to/site_templates -o /path/to/output_dir\n\nA more involved command including a Secure CoPy to a remote server can\nlook like this:\n\n::\n\n python paragoo.py generate_site --clean -s ../aquariusoft.org/site -t ../aquariusoft.org/templates -o /tmp/aqs --clean; scp -pqr /tmp/aqs/* vps01:/srv/aquariusoft.org/\n\n or:\n\n python paragoo.py generate_site --clean --cachebuster -s ../../../website/mydomain.net/site -t ../paragoo-theme-material/build/material-grey --pathprefix page --makerooturi -o /srv/mydomain.net\n\nTo see what commands are available, run paragoo with ``--help``:\n\n::\n\n python paragoo.py --help\n\n or:\n\n python paragoo.py generate_site --help\n\nTemplates\n---------\n\nSome pre-made templates to go with paragoo: `paragoo material theme`_.\n\nparawah?\n--------\n\nThe name is derived from \u03c0\u03b1\u03c1\u03ac\u03b3\u03c9, which is Greek for \u2018generate\u2019,\n\u2018produce\u2019.\n\n.. _paragoo: https://github.com/aquatix/paragoo\n.. _yaml: https://en.wikipedia.org/wiki/YAML\n.. _Jinja2: http://jinja.pocoo.org/\n.. _paragoo material theme: https://github.com/aquatix/paragoo-theme-material", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aquatix/paragoo", "keywords": null, "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "paragoo", "package_url": "https://pypi.org/project/paragoo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/paragoo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aquatix/paragoo" }, "release_url": "https://pypi.org/project/paragoo/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Static site generator", "version": "0.2.0" }, "last_serial": 2081550, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "01bd4b3d37ab1b8e70cbf7676a6b2c7d", "sha256": "7e56a9bb2ba4d817aa8af1eb3c217d662b3ca95850503430ac053a81d045fb2c" }, "downloads": -1, "filename": "paragoo-0.1.zip", "has_sig": false, "md5_digest": "01bd4b3d37ab1b8e70cbf7676a6b2c7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12153, "upload_time": "2016-03-27T12:06:36", "url": "https://files.pythonhosted.org/packages/e9/ee/68f6d78e4eb3ec44aed091ccab56b0723b404753eddc14fe0a94de92a62f/paragoo-0.1.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "4d57740eb0cd3a57458ec03d06082d0e", "sha256": "cca6d6028fa0e167c9f9426c805a7d640c3fdbf5ed747c9762e83a53669b1c45" }, "downloads": -1, "filename": "paragoo-0.2.0.zip", "has_sig": false, "md5_digest": "4d57740eb0cd3a57458ec03d06082d0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14447, "upload_time": "2016-04-24T19:32:38", "url": "https://files.pythonhosted.org/packages/0c/70/23295fee547f7eb8ef5b71326e0c8588bc35dd48c1d73d65d0655c5c7c23/paragoo-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d57740eb0cd3a57458ec03d06082d0e", "sha256": "cca6d6028fa0e167c9f9426c805a7d640c3fdbf5ed747c9762e83a53669b1c45" }, "downloads": -1, "filename": "paragoo-0.2.0.zip", "has_sig": false, "md5_digest": "4d57740eb0cd3a57458ec03d06082d0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14447, "upload_time": "2016-04-24T19:32:38", "url": "https://files.pythonhosted.org/packages/0c/70/23295fee547f7eb8ef5b71326e0c8588bc35dd48c1d73d65d0655c5c7c23/paragoo-0.2.0.zip" } ] }