Metadata-Version: 1.1
Name: slidedeck
Version: 0.1
Summary: Slidedeck: Kickass-beautiful HTML5 slides in markdown
Home-page: https://github.com/rmcgibbo/slidedeck
Author: Robert McGibbon
Author-email: rmcgibbo@gmail.com
License: UNKNOWN
Description: This is a repackaging of the google io 2012 slidedeck,
        to be a little easier to use and more suitable for scientific
        presentations.
        
        You edit and author your entire presentation in markdown. All the metadata
        about your presentation is set within the markdown file, including things
        like the title and author. You run `slidedeck create` to make a new deck.
        This will create a new directory with your project. In particular, there will
        be a fine in there called slides.md that contains the markdown source for
        your slides. `slidedeck render` will render your deck from markdown to html5.
        `slidedeck watch` will watch your project and rerender the slides whenever
        you change the content (useful for iterative development).
        
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
