{"id":13415549,"url":"https://github.com/django/channels","last_synced_at":"2025-05-13T10:53:09.163Z","repository":{"id":33177497,"uuid":"36818673","full_name":"django/channels","owner":"django","description":"Developer-friendly asynchrony for Django","archived":false,"fork":false,"pushed_at":"2025-04-22T10:50:20.000Z","size":2181,"stargazers_count":6222,"open_issues_count":109,"forks_count":816,"subscribers_count":156,"default_branch":"main","last_synced_at":"2025-05-05T20:29:08.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://channels.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/django.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.txt","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":"docs/support.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://www.djangoproject.com/fundraising/","github":["django"]}},"created_at":"2015-06-03T17:16:20.000Z","updated_at":"2025-05-04T14:08:42.000Z","dependencies_parsed_at":"2023-01-14T23:47:44.660Z","dependency_job_id":"65e77e2e-c3b5-4303-bfe7-063f4a6a9ea2","html_url":"https://github.com/django/channels","commit_stats":{"total_commits":1263,"total_committers":273,"mean_commits":4.626373626373627,"dds":0.5241488519398259,"last_synced_commit":"52b4470b993ccb9ac487a1060884ed6f45cca2c1"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fchannels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fchannels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fchannels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fchannels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django","download_url":"https://codeload.github.com/django/channels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253929230,"owners_count":21985799,"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:50.211Z","updated_at":"2025-05-13T10:53:09.122Z","avatar_url":"https://github.com/django.png","language":"Python","readme":"Django Channels\n===============\n\n.. image:: https://github.com/django/channels/workflows/Tests/badge.svg?branch=master\n    :target: https://github.com/django/channels/actions\n\n.. image:: https://readthedocs.org/projects/channels/badge/?version=latest\n    :target: https://channels.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/pypi/v/channels.svg\n    :target: https://pypi.python.org/pypi/channels\n\n.. image:: https://img.shields.io/pypi/l/channels.svg\n    :target: https://pypi.python.org/pypi/channels\n\nChannels augments Django to bring WebSocket, long-poll HTTP,\ntask offloading and other async support to your code, using familiar Django\ndesign patterns and a flexible underlying framework that lets you not only\ncustomize behaviours but also write support for your own protocols and needs.\n\nDocumentation, installation and getting started instructions are at\nhttps://channels.readthedocs.io\n\nChannels is an official Django Project and as such has a deprecation policy.\nDetails about what's deprecated or pending deprecation for each release is in\nthe `release notes \u003chttps://channels.readthedocs.io/en/latest/releases/index.html\u003e`_.\n\nSupport can be obtained through several locations - see our\n`support docs \u003chttps://channels.readthedocs.io/en/latest/support.html\u003e`_ for more.\n\nYou can install channels from PyPI as the ``channels`` package.\nSee our `installation \u003chttps://channels.readthedocs.io/en/latest/installation.html\u003e`_\nand `tutorial \u003chttps://channels.readthedocs.io/en/latest/tutorial/index.html\u003e`_ docs for more.\n\nDependencies\n------------\n\nAll Channels projects currently support Python 3.8 and up. ``channels`` is\ncompatible with Django 4.2 and 5.0.\n\n\nContributing\n------------\n\nTo learn more about contributing, please `read our contributing docs \u003chttps://channels.readthedocs.io/en/latest/contributing.html\u003e`_.\n\n\nMaintenance and Security\n------------------------\n\nTo report security issues, please contact security@djangoproject.com. For GPG\nsignatures and more security process information, see\nhttps://docs.djangoproject.com/en/dev/internals/security/.\n\nTo report bugs or request new features, please open a new GitHub issue. For\nlarger discussions, please post to the\n`django-developers mailing list \u003chttps://groups.google.com/d/forum/django-developers\u003e`_.\n\nMaintenance is overseen by Carlton Gibson with help from others. It is a\nbest-effort basis - we unfortunately can only dedicate guaranteed time to fixing\nsecurity holes.\n\nIf you are interested in joining the maintenance team, please\n`read more about contributing \u003chttps://channels.readthedocs.io/en/latest/contributing.html\u003e`_\nand get in touch!\n\n\nOther Projects\n--------------\n\nThe Channels project is made up of several packages; the others are:\n\n* `Daphne \u003chttps://github.com/django/daphne/\u003e`_, the HTTP and Websocket termination server\n* `channels_redis \u003chttps://github.com/django/channels_redis/\u003e`_, the Redis channel backend\n* `asgiref \u003chttps://github.com/django/asgiref/\u003e`_, the base ASGI library/memory backend\n","funding_links":["https://www.djangoproject.com/fundraising/","https://github.com/sponsors/django"],"categories":["Third-Party Packages","Python","WebSocket","资源列表","Essentials","语言资源库","后端开发框架及项目","Django Utilities","WebSocket [🔝](#readme)","Awesome Python","Async \u0026 Real-Time"],"sub_categories":["Async","WebSocket","python","管理面板"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango%2Fchannels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango%2Fchannels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango%2Fchannels/lists"}