Metadata-Version: 2.1
Name: facond
Version: 0.4.0
Summary: Reactive forms with actions and conditions
Home-page: http://facond.rtfd.org
Author: James Pic
Author-email: jpic@yourlabs.org
License: UNKNOWN
Description: .. image:: https://img.shields.io/readthedocs/facond.svg?style=for-the-badge
           :target: https://facond.readthedocs.io
        .. image:: https://img.shields.io/circleci/project/github/yourlabs/facond/master.svg?style=for-the-badge
           :target: https://circleci.com/gh/yourlabs/facond
        .. image:: https://img.shields.io/codecov/c/github/yourlabs/facond/master.svg?style=for-the-badge
           :target: https://codecov.io/gh/yourlabs/facond
        .. image:: https://img.shields.io/npm/v/facond.svg?style=for-the-badge
           :target: https://www.npmjs.com/package/facond
        .. image:: https://img.shields.io/pypi/v/facond.svg?style=for-the-badge
           :target: https://pypi.python.org/pypi/facond
        
        Demo
        ====
        
        Run the demo which uses Django server side::
        
            pip install --user facond[demo]
            ~/.local/bin/facond runserver
        
        Resources
        =========
        
        - `**Documentation** graciously hosted
          <http://facond.readthedocs.io>`_ by `RTFD
          <http://rtfd.org>`_
        - `Mailing list graciously hosted
          <http://groups.google.com/group/yourlabs>`_ by `Google
          <http://groups.google.com>`_
        - For **Security** issues, please contact yourlabs-security@googlegroups.com
        - `Git graciously hosted
          <https://github.com/yourlabs/facond/>`_ by `GitHub
          <http://github.com>`_,
        - `Package graciously hosted
          <http://pypi.python.org/pypi/facond/>`_ by `PyPi
          <http://pypi.python.org/pypi>`_,
        - `Continuous integration graciously hosted
          <http://circleci.com/gh/yourlabs/facond>`_ by `CircleCI
          <http://circleci.com>`_
        - `**Online paid support** provided via HackHands
          <https://hackhands.com/jpic/>`_,
        
        Dual-license
        ============
        
        It is released with the Creative Commons Attribution-NonCommercial 3.0 Unported
        License, but a commercial license can be made available, please get in touch
        with the author by email (see setup.py) if you are interrested.
        
        Commercial license the money goes to YourLabs hacker club, a non-profit
        foundation to promote the role of hackers in the process of making our society
        more fair and free, while using their skills to develop local economy and give
        internet back to the people.
        
        That being said, sponsors are: BetaGouv, Hitachi and YourLabs Business Service.
        
        Why
        ===
        
        We've been inventing this over and over again for years. The `first time I
        invented this was in 2009 <https://djangosnippets.org/snippets/1358/>`_ and
        honnestly my python, django and javascript skills were pretty weak back then.
        Since then, I've seen users asking this, paying me as a consultant for this,
        making `pull requests to have this in a per-app basis
        <https://github.com/yourlabs/django-autocomplete-light/pull/732>`_. It's about
        time we have a generic solution that works for all kinds of fields, and not
        just the ones of the apps we maintain.
        
        With lots of passion and love.
        
        ∞
        
Keywords: django dynamic form
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: django
Provides-Extra: demo
