Metadata-Version: 1.2
Name: vprad
Version: 0.1.0
Summary: Very Pythonic Rapid Application Development
Home-page: https://github.com/telenieko/vprad
Author: Marc Fargas
Author-email: telenieko@telenieko.com
License: UNKNOWN
Description: Very Pythonic Rapid Application Development
        ===========================================
        
        This Django package allows you to rapidly build applications with minimal
        effort on the frontend side.
        
        It is mainly targeted at Line-Of-Bussiness applications, backend, etc.
        
        It borrows ideas from Lino, Apache Isis, Cuba Platform and some others.
        
        **Documentation is forthcoming.**
        
        In the meantime you might take a look at the demo_project folder:
        
        - See the settings,
        - See the partners/actions.py
        - See the contacts/views.py
        
        
Platform: UNKNOWN
Requires-Python: >=3.7,<4.0
