Metadata-Version: 1.1
Name: django_shark
Version: 0.2.5
Summary: Django based bootstrap web framework
Home-page: http://getshark.org/
Author: Bart Jellema
Author-email: b@rtje.net
License: UNKNOWN
Description: The Shark framework is a framework that allows for creating MVPs super fast. Django is great for creating models and views,
        but you still have to write your own html and css. In Shark there's no need for this. You define in your view what you want
        to see and it gets rendered using Bootstrap and all html, css and javascript is generated for you.
        
        Started docs and more info at http://www.getshark.org/
        
        If you're interested, drop me a line: b@rtje.net
        
Keywords: django,bootstrap,framework,shark,django_shark
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
