{ "info": { "author": "Patrick Ayoup", "author_email": "patrick.ayoup@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Utilities" ], "description": "md2remark\r\n=========\r\n\r\n|TravisCI Status|\r\n|Coveralls Status|\r\n|Documentation Status|\r\n|PyPi Package Status|\r\n\r\nCompiles markdown files to html files for remark.js\r\n\r\nRead the documentation at `Read the Docs!`_\r\n\r\nSetting Up the Development Environment\r\n--------------------------------------\r\n\r\nThe development environment is based on a Centos 7 environment managed\r\nby Vagrant.\r\n\r\nPre-Requisites\r\n~~~~~~~~~~~~~~\r\n\r\n- `Vagrant`_\r\n- `ChefDK`_\r\n\r\nOnce Vagrant and the ChefDK are installed, you must install the\r\nvagrant-berkshelf plugin for Vagrant which allows the use of Berkshelf\r\nto manage cookbooks for provisioning the virtual machine, and the\r\nvagrant-omnibus plugin which installs chef on the vm allowing it to be\r\nprovisioned.\r\n\r\n.. code:: bash\r\n\r\n vagrant plugin install vagrant-berkshelf\r\n vagrant plugin install vagrant-omnibus\r\n\r\nCreate the Development Environment\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nThe creation of the development environment is automated by Vagrant.\r\nSimply run the following:\r\n\r\n.. code:: bash\r\n\r\n vagrant up\r\n\r\nfrom the root directory of this project.\r\n\r\nOnce the virtual machine is provisioned, login to the vm:\r\n\r\n.. code:: bash\r\n\r\n vagrant ssh\r\n\r\nCreate and activate a virtualenv:\r\n\r\n.. code:: bash\r\n\r\n mkvirtualenv md2remark\r\n\r\nInstall the dependencies:\r\n\r\n.. code:: bash\r\n\r\n pip install -r /vagrant/requirements.txt\r\n\r\n.. _Read the Docs!: http://md2remark.readthedocs.org/en/latest/\r\n.. _Vagrant: http://www.vagrantup.com\r\n.. _ChefDK: http://downloads.getchef.com/chef-dk/\r\n\r\n.. |Documentation Status| image:: https://readthedocs.org/projects/md2remark/badge/?version=latest\r\n :target: https://readthedocs.org/projects/md2remark/?badge=latest\r\n\r\n.. |PyPi Package Status| image:: https://badge.fury.io/py/md2remark.svg\r\n :target: http://badge.fury.io/py/md2remark\r\n\r\n.. |TravisCI Status| image:: https://travis-ci.org/patrickayoup/md2remark.svg?branch=master\r\n :target: https://travis-ci.org/patrickayoup/md2remark\r\n\r\n.. |Coveralls Status| image:: https://coveralls.io/repos/patrickayoup/md2remark/badge.png?branch=master\r\n :target: https://coveralls.io/r/patrickayoup/md2remark?branch=master", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/patrickayoup/md2remark/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/patrickayoup/md2remark/", "keywords": "markdown,slideshow", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "md2remark", "package_url": "https://pypi.org/project/md2remark/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/md2remark/", "project_urls": { "Download": "https://github.com/patrickayoup/md2remark/tarball/0.1.0", "Homepage": "https://github.com/patrickayoup/md2remark/" }, "release_url": "https://pypi.org/project/md2remark/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Builds a slideshow from markdown using remark.js.", "version": "0.1.0" }, "last_serial": 1207179, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bf8225cdb2426fe3fe2927de84394434", "sha256": "40a12375309f6b04bd1f1b39cfac5e82c41efe9bac38305514bf7a823c6c0663" }, "downloads": -1, "filename": "md2remark-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf8225cdb2426fe3fe2927de84394434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3524, "upload_time": "2014-08-30T05:26:32", "url": "https://files.pythonhosted.org/packages/6c/da/b381597de7e5cc207dac602a386964bbf95f57e89ebc215b78f01e5fad5a/md2remark-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf8225cdb2426fe3fe2927de84394434", "sha256": "40a12375309f6b04bd1f1b39cfac5e82c41efe9bac38305514bf7a823c6c0663" }, "downloads": -1, "filename": "md2remark-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf8225cdb2426fe3fe2927de84394434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3524, "upload_time": "2014-08-30T05:26:32", "url": "https://files.pythonhosted.org/packages/6c/da/b381597de7e5cc207dac602a386964bbf95f57e89ebc215b78f01e5fad5a/md2remark-0.1.0.tar.gz" } ] }