edc-form-describer


Nameedc-form-describer JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryDescribe clinicedc/edc forms in markdown
upload_time2025-07-28 02:45:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords django edc clinicedc markdown clinical trials
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |pypi| |actions| |coverage|

edc-form-describer
------------------

Describe edc forms in markdown.

Generate a document describing the forms in an EDC module annotated with field names, table
names, choices, etc.

For example::

    python manage.py make_forms_reference \
        --app_label effect_subject \
        --admin_site effect_subject_admin \
        --visit_schedule visit_schedule


.. |pypi| image:: https://img.shields.io/pypi/v/edc-form-describer.svg
    :target: https://pypi.python.org/pypi/edc-form-describer

.. |actions| image:: https://github.com/clinicedc/edc-form-describer/actions/workflows/build.yml/badge.svg
  :target: https://github.com/clinicedc/edc-form-describer/actions/workflows/build.yml

.. |coverage| image:: https://coveralls.io/repos/github/clinicedc/edc-form-describer/badge.svg?branch=develop
    :target: https://coveralls.io/github/clinicedc/edc-form-describer?branch=develop

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "edc-form-describer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "django, edc, clinicedc, markdown, clinical trials",
    "author": null,
    "author_email": "Erik van Widenfelt <ew2789@gmail.com>, Jonathan Willitts <j.willitts@ucl.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/a0/ad/ccadf33347ae36dcd173b82b35d5dbb361904997204c00fda94697e28c2f/edc_form_describer-1.0.2.tar.gz",
    "platform": null,
    "description": "|pypi| |actions| |coverage|\n\nedc-form-describer\n------------------\n\nDescribe edc forms in markdown.\n\nGenerate a document describing the forms in an EDC module annotated with field names, table\nnames, choices, etc.\n\nFor example::\n\n    python manage.py make_forms_reference \\\n        --app_label effect_subject \\\n        --admin_site effect_subject_admin \\\n        --visit_schedule visit_schedule\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/edc-form-describer.svg\n    :target: https://pypi.python.org/pypi/edc-form-describer\n\n.. |actions| image:: https://github.com/clinicedc/edc-form-describer/actions/workflows/build.yml/badge.svg\n  :target: https://github.com/clinicedc/edc-form-describer/actions/workflows/build.yml\n\n.. |coverage| image:: https://coveralls.io/repos/github/clinicedc/edc-form-describer/badge.svg?branch=develop\n    :target: https://coveralls.io/github/clinicedc/edc-form-describer?branch=develop\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Describe clinicedc/edc forms in markdown",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [
        "django",
        " edc",
        " clinicedc",
        " markdown",
        " clinical trials"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cc35b58c0ea0f44f249b4a4ab263194fe4a9110825fd38995476399233c00b2e",
                "md5": "c0877986f77c1ddf12dc7b68c29c3100",
                "sha256": "3eea53e60faca4c7235fcfaae40e037a07f4bcdb0cb25dd483b390184e18e6bd"
            },
            "downloads": -1,
            "filename": "edc_form_describer-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0877986f77c1ddf12dc7b68c29c3100",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 25660,
            "upload_time": "2025-07-28T02:45:25",
            "upload_time_iso_8601": "2025-07-28T02:45:25.477850Z",
            "url": "https://files.pythonhosted.org/packages/cc/35/b58c0ea0f44f249b4a4ab263194fe4a9110825fd38995476399233c00b2e/edc_form_describer-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0adccadf33347ae36dcd173b82b35d5dbb361904997204c00fda94697e28c2f",
                "md5": "820007bd825b90e4f0f73dabd308445c",
                "sha256": "438ced97c3c1bd6cdced58fcf953ef7d622d3139530fc4f52c7bd6d8a5878d22"
            },
            "downloads": -1,
            "filename": "edc_form_describer-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "820007bd825b90e4f0f73dabd308445c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 27845,
            "upload_time": "2025-07-28T02:45:26",
            "upload_time_iso_8601": "2025-07-28T02:45:26.687514Z",
            "url": "https://files.pythonhosted.org/packages/a0/ad/ccadf33347ae36dcd173b82b35d5dbb361904997204c00fda94697e28c2f/edc_form_describer-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 02:45:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "edc-form-describer"
}
        
Elapsed time: 1.86898s