Metadata-Version: 1.2
Name: ll-la
Version: 0.13.0
Summary: Python API for LivingApps
Home-page: http://github.com/LivingLogic/LivingApps.Python.LivingAPI
Author: Walter Doerwald
Author-email: walter@livinglogic.de
License: MIT
Description: ``ll.la`` provides a Python API for the LivingApps system
        (see http://www.living-apps.de/ or http://www.living-apps.com/ for more info).
        
        ``ll.la`` allows you to fetch the configured data sources from a template,
        create new records, and update and delete existing records all from your Python
        prompt (or script).
        
        For more info about LivingApps and this Python SDK, see
        https://my.living-apps.de/docs/PythonSDK.html (in german).
        
        
        0.13.0 (2020-09-17)
        -------------------
        
        * Add support for "deferred" types in ``Attr``. This makes it possible
          to have cyclic references in attribute "declarations".
        
        * Add the attributes ``app`` and ``record`` to ``Globals``.
        
        * Accessing ``globals.templates`` or ``app.templates`` now fetches the
          templates via the handlers ``fetch_templates`` method (which only does
          something in ``DBHandler``).
        
        * ``DBHandler`` now accepts either the ``account`` or the ``ide_id``
          argument.
        
        * Added ``FileSignatureControl`` and ``HTMLControl``.
        
        
        
Keywords: LivingApps
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
