{"id":13415711,"url":"https://github.com/jazzband/django-formtools","last_synced_at":"2025-06-22T16:07:44.410Z","repository":{"id":21499612,"uuid":"24818563","full_name":"jazzband/django-formtools","owner":"jazzband","description":"A set of high-level abstractions for Django forms","archived":false,"fork":false,"pushed_at":"2025-06-09T17:18:19.000Z","size":655,"stargazers_count":846,"open_issues_count":85,"forks_count":143,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-06-22T00:12:44.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-formtools.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazzband.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://jazzband.co/donate"]}},"created_at":"2014-10-05T15:18:45.000Z","updated_at":"2025-06-16T13:52:22.000Z","dependencies_parsed_at":"2022-07-12T06:00:20.078Z","dependency_job_id":"d14e59ca-e358-4b6f-b08c-c69f76cbdf39","html_url":"https://github.com/jazzband/django-formtools","commit_stats":{"total_commits":330,"total_committers":71,"mean_commits":4.647887323943662,"dds":0.8333333333333334,"last_synced_commit":"aaaa361f828691d1deb973a5d607a04fb7ac34c7"},"previous_names":["django/django-formtools"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/jazzband/django-formtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-formtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-formtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-formtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-formtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzband","download_url":"https://codeload.github.com/jazzband/django-formtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-formtools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261320438,"owners_count":23140940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:51.514Z","updated_at":"2025-06-22T16:07:39.388Z","avatar_url":"https://github.com/jazzband.png","language":"Python","funding_links":["https://jazzband.co/donate"],"categories":["Third-Party Packages","Web Forms"],"sub_categories":["Forms"],"readme":"================\ndjango-formtools\n================\n\n.. image:: https://jazzband.co/static/img/badge.svg\n    :alt: Jazzband\n    :target: https://jazzband.co/\n\n.. image:: https://img.shields.io/pypi/v/django-formtools.svg\n    :alt: PyPI version\n    :target: https://pypi.org/project/django-formtools/\n\n.. image:: https://img.shields.io/pypi/pyversions/django-formtools.svg\n    :alt: Supported Python versions\n    :target: https://pypi.org/project/django-formtools/\n\n.. image:: https://github.com/jazzband/django-formtools/workflows/Test/badge.svg\n   :target: https://github.com/jazzband/django-formtools/actions\n   :alt: GitHub Actions\n\n.. image:: https://codecov.io/gh/jazzband/django-formtools/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/jazzband/django-formtools\n   :alt: Test Coverage\n\nDjango's \"formtools\" is a set of high-level abstractions for Django forms.\nCurrently for form previews and multi-step forms.\n\nThis code used to live in Django proper -- in ``django.contrib.formtools``\n-- but was separated into a standalone package in Django 1.8 to keep the\nframework's core clean.\n\nFor a full list of available formtools, see\nhttps://django-formtools.readthedocs.io/\n\ndjango-formtools can also be found on and installed from the Python\nPackage Index: https://pypi.python.org/pypi/django-formtools\n\nTo get more help:\n\n* Join the #django channel on irc.libera.chat. Lots of helpful people hang out\n  there.\n\n* Join the django-users mailing list, or read the archives, at\n  https://groups.google.com/group/django-users.\n\nContributing to django-formtools\n--------------------------------\n\nSee ``CONTRIBUTING.rst`` for information about contributing patches to\n``django-formtools``.\n\nRunning tests is as simple as `installing Tox`__ and running it in the root\nGit clone directory::\n\n    $ git clone https://github.com/jazzband/django-formtools\n    [..]\n    $ cd django-formtools\n    $ tox\n    [..]\n      congratulations :)\n\nThe previous command will run the tests in different combinations of Python\n(if available) and Django versions. To see the full list of combinations use\nthe ``-l`` option::\n\n    $ tox -l\n    ...\n    py310-djangoAB\n    py310-djangomain\n\nYou can run each environment with the ``-e`` option::\n\n    $ tox -e py310-djangoAB  # runs the tests only on Python 3.10 and Django A.B.x\n\n__ https://tox.readthedocs.io/en/latest/install.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-formtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzband%2Fdjango-formtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-formtools/lists"}