Metadata-Version: 1.1
Name: pyboxio
Version: 0.0.1
Summary: Pybox is a modular CMS with easy click-plugin support.
Home-page: https://github.com/PaluMacil/pybox
Author: Dan Wolf
Author-email: dcwolf@gmail.com
License: GPLv2
Description: # Pybox
        Pybox is a modular CMS based on Flask with plugins and themes.
        
        It's currently in conceptual stages and not ready for use.
        
        The reason for this project is my love of Python and rapidly growing interest in Flask. The reason I find Flask to be a fantastic framework is the light, modular nature of it, and I don't think that will ever change because that's what Flask is based around. In my opinion, that is why a lot of new developers start Python web dev here instead of Django. However, I'd like to see two primary goals fulfilled in this project.
        
        PRIMARY GOALS:
        
        1. Complete Technical Choices: Pybox will provide Flask with extension choices already made--user management, orm, even default plugins (in the form of blueprints) and themes (in the form of templates) distributed from Pybox.ninja (tentative).
        
        2. Modular design: First, the choices above will be minimized. Where I might start with one auth library, I might eventually be able to abstract is to two. I'd like to keep as close as possible to Flask's feel rather than Django's feel. Second, the "store" for adding plugins and themes in the admin user's web interface is important. I think the complexity of Django and lack of plugins is why Mezzanine and other Djano CMS applications rock in large organizations but don't coax over the droves of Wordpress devs who would really love the beauty of Python but just can't do without the ease of a plugin/theme store and a framework they can learn from a very simple starting point.
        
        RESOURCES:
        
        1. Stock images from www.pexels.com and www.freefavicon.com
        2. Inspiration, naming conventions, and some class structure are from Miguel Grinberg's flasky.
        
Keywords: blog,cms,document management,content management
Platform: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
