Metadata-Version: 2.1
Name: vprad
Version: 0.1.0
Summary: Very Pythonic Rapid Application Development
Home-page: https://github.com/telenieko/vprad
License: BSD-3-Clause
Keywords: django,rad,gui,html
Author: Marc Fargas
Author-email: telenieko@telenieko.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Dist: Jinja2 (>=2.11.1,<3.0.0)
Requires-Dist: attrs (>=19.3.0,<20.0.0)
Requires-Dist: bleach (>=3.1.0,<4.0.0)
Requires-Dist: django (>=3.0.3,<4.0.0)
Requires-Dist: django-allauth (>=0.41.0,<0.42.0)
Requires-Dist: django-braces (>=1.14.0,<2.0.0)
Requires-Dist: django-environ (>=0.4.5,<0.5.0)
Requires-Dist: django-filter (>=2.2.0,<3.0.0)
Requires-Dist: django-model-utils (>=4.0.0,<5.0.0)
Requires-Dist: django-select2 (>=7.2.0,<8.0.0)
Requires-Dist: django-tables2 (>=2.2.1,<3.0.0)
Project-URL: Repository, https://github.com/telenieko/metanube_i4
Description-Content-Type: text/x-rst

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


