crudlfap


Namecrudlfap JSON
Version 0.10.19 PyPI version JSON
download
home_pagehttps://yourlabs.io/oss/crudlfap
SummaryRich frontend for generic views with Django
upload_time2022-07-31 23:42:40
maintainer
docs_urlNone
authorJames Pic
requires_python>=3
licenseBSD
keywords django crud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/readthedocs/crudlfap.svg
   :target: https://crudlfap.readthedocs.io
.. image:: https://yourlabs.io/oss/crudlfap/badges/master/build.svg
   :target: https://circleci.com/gh/yourlabs/crudlfap
.. image:: https://img.shields.io/codecov/c/github/yourlabs/crudlfap/master.svg
   :target: https://codecov.io/gh/yourlabs/crudlfap
.. image:: https://img.shields.io/npm/v/crudlfap.svg
   :target: https://www.npmjs.com/package/crudlfap
.. image:: https://img.shields.io/pypi/v/crudlfap.svg
   :target: https://pypi.python.org/pypi/crudlfap

Welcome to CRUDLFA+ for Django 3.0: because Django is FUN !
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CRUDLFA+ stands for Create Read Update Delete List Form Autocomplete and more.

This plugin for Django makes a rich user interface from Django models, built
with Material Components Web Ryzom Components, offering optionnal databinding
with channels support.

Demo:

- last release: https://demo.crudlfap.ci.yourlabs.io/
- current master (might be down/broken etc): https://master.crudlfap.ci.yourlabs.io/

Try
===

This should start the example project from ``src/crudlfap_example`` where each
documented example lives::

    # This installs the repo in ./src/crudlfap and in your python user packages, i run this from ~
    pip install --user -e git+https://github.com/yourlabs/crudlfap.git#egg=crudlfap[example]
    cd src/crudlfap

    ./manage.py migrate
    ./manage.py createsuperuser
    ./manage.py runserver

Features
========

- DRY into ModelRouter for all views of a Model,
- extensive CRUD views, actions, etc
- Rich frontend interface out of the box, MDC/Ryzom/Unpoly

Resources
=========

- `Documentation
  <http://oss.yourlabs.me/crudlfap/>`_
- `ChatRoom graciously hosted by
  <https://www.yourlabs.chat>`_ by `YourLabs Business Service
  <https://www.yourlabs.biz>`_ on `Mattermost
  <https://mattermost.com/>`_
- `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://yourlabs.io/oss/crudlfap/>`_ by `YourLabs Business Service
  <https://www.yourlabs.biz>`_ with `GitLab
  <https://www.gitlab.org>`_
- `Package graciously hosted
  <http://pypi.python.org/pypi/crudlfap/>`_ by `PyPi
  <http://pypi.python.org/pypi>`_,
- `Continuous integration graciously hosted
  <https://yourlabs.io/oss/crudlfap/pipelines>`_ by YourLabs Business Service
- Browser test graciously hosted by `SauceLabs
  <https://saucelabs.com>`_


            

Raw data

            {
    "_id": null,
    "home_page": "https://yourlabs.io/oss/crudlfap",
    "name": "crudlfap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "django crud",
    "author": "James Pic",
    "author_email": "jamespic@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/da/93/e92ed621e43dabe6e092b07db5e2825b9a638900eacd4814afe79ad0bb8a/crudlfap-0.10.19.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/readthedocs/crudlfap.svg\n   :target: https://crudlfap.readthedocs.io\n.. image:: https://yourlabs.io/oss/crudlfap/badges/master/build.svg\n   :target: https://circleci.com/gh/yourlabs/crudlfap\n.. image:: https://img.shields.io/codecov/c/github/yourlabs/crudlfap/master.svg\n   :target: https://codecov.io/gh/yourlabs/crudlfap\n.. image:: https://img.shields.io/npm/v/crudlfap.svg\n   :target: https://www.npmjs.com/package/crudlfap\n.. image:: https://img.shields.io/pypi/v/crudlfap.svg\n   :target: https://pypi.python.org/pypi/crudlfap\n\nWelcome to CRUDLFA+ for Django 3.0: because Django is FUN !\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCRUDLFA+ stands for Create Read Update Delete List Form Autocomplete and more.\n\nThis plugin for Django makes a rich user interface from Django models, built\nwith Material Components Web Ryzom Components, offering optionnal databinding\nwith channels support.\n\nDemo:\n\n- last release: https://demo.crudlfap.ci.yourlabs.io/\n- current master (might be down/broken etc): https://master.crudlfap.ci.yourlabs.io/\n\nTry\n===\n\nThis should start the example project from ``src/crudlfap_example`` where each\ndocumented example lives::\n\n    # This installs the repo in ./src/crudlfap and in your python user packages, i run this from ~\n    pip install --user -e git+https://github.com/yourlabs/crudlfap.git#egg=crudlfap[example]\n    cd src/crudlfap\n\n    ./manage.py migrate\n    ./manage.py createsuperuser\n    ./manage.py runserver\n\nFeatures\n========\n\n- DRY into ModelRouter for all views of a Model,\n- extensive CRUD views, actions, etc\n- Rich frontend interface out of the box, MDC/Ryzom/Unpoly\n\nResources\n=========\n\n- `Documentation\n  <http://oss.yourlabs.me/crudlfap/>`_\n- `ChatRoom graciously hosted by\n  <https://www.yourlabs.chat>`_ by `YourLabs Business Service\n  <https://www.yourlabs.biz>`_ on `Mattermost\n  <https://mattermost.com/>`_\n- `Mailing list graciously hosted\n  <http://groups.google.com/group/yourlabs>`_ by `Google\n  <http://groups.google.com>`_\n- For **Security** issues, please contact yourlabs-security@googlegroups.com\n- `Git graciously hosted\n  <https://yourlabs.io/oss/crudlfap/>`_ by `YourLabs Business Service\n  <https://www.yourlabs.biz>`_ with `GitLab\n  <https://www.gitlab.org>`_\n- `Package graciously hosted\n  <http://pypi.python.org/pypi/crudlfap/>`_ by `PyPi\n  <http://pypi.python.org/pypi>`_,\n- `Continuous integration graciously hosted\n  <https://yourlabs.io/oss/crudlfap/pipelines>`_ by YourLabs Business Service\n- Browser test graciously hosted by `SauceLabs\n  <https://saucelabs.com>`_\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Rich frontend for generic views with Django",
    "version": "0.10.19",
    "project_urls": {
        "Homepage": "https://yourlabs.io/oss/crudlfap"
    },
    "split_keywords": [
        "django",
        "crud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da93e92ed621e43dabe6e092b07db5e2825b9a638900eacd4814afe79ad0bb8a",
                "md5": "eda4392b9e2348acfd72933091a7a8a6",
                "sha256": "5e9d58058a9f21ae38cb32730d9750eae77e0bff8b6838727d19fff48e336a9c"
            },
            "downloads": -1,
            "filename": "crudlfap-0.10.19.tar.gz",
            "has_sig": false,
            "md5_digest": "eda4392b9e2348acfd72933091a7a8a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 515384,
            "upload_time": "2022-07-31T23:42:40",
            "upload_time_iso_8601": "2022-07-31T23:42:40.431590Z",
            "url": "https://files.pythonhosted.org/packages/da/93/e92ed621e43dabe6e092b07db5e2825b9a638900eacd4814afe79ad0bb8a/crudlfap-0.10.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-31 23:42:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "crudlfap"
}
        
Elapsed time: 0.23326s