{ "info": { "author": "Ryo Miyake", "author_email": "ryo.studiom@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation" ], "description": "Simpress\n========\n\nSimpress, simple document server based on GitHub flavored Markdown.\n\nInstallation\n------------\n\nYou can install it through PyPI (the Python Package Index).\n\n.. code-block:: python\n\n pip install simpress\n\nQuickstart\n----------\n\n.. code-block:: python\n\n press-init \n\npress-init command creates the new document directory, so your document dir shouldn't exist in advance.\n\n.. code-block:: bash\n\n cd \n ./press.py preview\n\nStart preview server on port 3776 in default.\n\nEdit `index.md` or add new file(s).\n\nPublish static HTMLs\n--------------------\n\n.. code-block:: bash\n\n ./press.py publish\n\nPublish all pages as static file in `/_deploy/`.\n\nCustomize\n---------\n\nConfiguration file\n~~~~~~~~~~~~~~~~~~\n\n`press.py` has a little config parameters.\n\nYour original theme\n~~~~~~~~~~~~~~~~~~~\n\nYou can customize the document theme in `_templates/*`, `css/*`, `js/*` on your document directory.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nekoya/simpress", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "simpress", "package_url": "https://pypi.org/project/simpress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simpress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nekoya/simpress" }, "release_url": "https://pypi.org/project/simpress/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple document system by GitHub flavored Markdown.", "version": "0.1.1" }, "last_serial": 1674024, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a4dda81604294fa9c7952549b3f4d55b", "sha256": "9a58f56a563c91a0e9df4656078da4fafbf96c742bc5dbef001befde24f594dc" }, "downloads": -1, "filename": "simpress-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a4dda81604294fa9c7952549b3f4d55b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3189, "upload_time": "2015-07-31T01:01:16", "url": "https://files.pythonhosted.org/packages/09/06/4610fc74c618adbab30bb7ab2c5afc188a217669957dea5f05c9a5bdf85f/simpress-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e6124d9a235dc00d0448eced385d497d", "sha256": "b200907c32c7bd50e328e5d996822c9ea698cc492e642c01f7dfb9bee7b24aa4" }, "downloads": -1, "filename": "simpress-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6124d9a235dc00d0448eced385d497d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4148, "upload_time": "2015-08-12T06:11:17", "url": "https://files.pythonhosted.org/packages/c1/2a/df09fbb2eb550b5c818cd12b857d084cf923a758bb92e18a007e5ad4659d/simpress-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6124d9a235dc00d0448eced385d497d", "sha256": "b200907c32c7bd50e328e5d996822c9ea698cc492e642c01f7dfb9bee7b24aa4" }, "downloads": -1, "filename": "simpress-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6124d9a235dc00d0448eced385d497d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4148, "upload_time": "2015-08-12T06:11:17", "url": "https://files.pythonhosted.org/packages/c1/2a/df09fbb2eb550b5c818cd12b857d084cf923a758bb92e18a007e5ad4659d/simpress-0.1.1.tar.gz" } ] }