{"id":18441562,"url":"https://github.com/zokis/template-gen-qr","last_synced_at":"2025-04-14T17:56:15.939Z","repository":{"id":8956947,"uuid":"10695266","full_name":"zokis/template-gen-qr","owner":"zokis","description":"Projeto de templatetag Django para geração de Qr Codes em base64","archived":false,"fork":false,"pushed_at":"2013-07-02T19:24:01.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T11:27:25.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zokis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-14T18:34:56.000Z","updated_at":"2014-03-04T21:57:07.000Z","dependencies_parsed_at":"2022-08-29T11:30:52.812Z","dependency_job_id":null,"html_url":"https://github.com/zokis/template-gen-qr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Ftemplate-gen-qr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Ftemplate-gen-qr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Ftemplate-gen-qr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Ftemplate-gen-qr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zokis","download_url":"https://codeload.github.com/zokis/template-gen-qr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248932655,"owners_count":21185365,"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-11-06T06:38:27.499Z","updated_at":"2025-04-14T17:56:15.913Z","avatar_url":"https://github.com/zokis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"template-gen-qr\n===============\nProjeto de templatetag Django para geração de Qr Codes em base64\n\nrequired: https://github.com/lincolnloop/python-qrcode\n\nUsando em Templates\n-------------------\n\n```html\n  {% load qr_tags %}\n  {% qr_from_mail 'zokis@example.com' %}\n  {% qr_from_text 'Texto!!' %}\n```\nUsando o MECARD:\n```python\n\ndef gen_qr(request):\n  contato = {\n              'url': 'http://www.znc.com.br',\n              'tel': '000666',\n              'name': 'Marcelo Tambalo',\n              'email': 'zokis@example.com',\n              'nick': 'Zokis'\n            }\n  return render(request, 'app/template.html', {'contato': contato})\n```\n```html\n  {% load qr_tags %}\n  {% qr_from_contact contato %}\n```\n![Contato](https://raw.github.com/zokis/template-gen-qr/master/qrcode.png \"Contato\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzokis%2Ftemplate-gen-qr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzokis%2Ftemplate-gen-qr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzokis%2Ftemplate-gen-qr/lists"}