updates/fixtures/pypi/djlint.json

2 lines
228 KiB
JSON
Raw Normal View History

2023-06-17 22:01:55 +00:00
{"info":{"author":"Christopher Pickering","author_email":"cpickering@rhc.net","bugtrack_url":null,"classifiers":["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"description":"\n<h1 align=\"center\">\n <br>\n <a href=\"https://www.djlint.com\"><img src=\"https://raw.githubusercontent.com/Riverside-Healthcare/djLint/master/docs/src/static/img/icon.png\" alt=\"djLint Logo\" width=\"270\"></a>\n <br>\n</h1>\n<h3 align=\"center\">🏗️ Maintainers needed, please reach out on discord or email!</h3>\n<h4 align=\"center\">The missing formatter and linter for HTML templates.</h4>\n\n<p align=\"center\">\n <a href=\"https://twitter.com/intent/tweet?text=djLint%20%7C%20The%20missing%20formatter%20and%20linter%20for%20HTML%20templates.&url=https://djlint.com/&hashtags=djlint,html-templates,django,jinja,developers\"><img alt=\"tweet\" src=\"https://img.shields.io/twitter/url/http/shields.io.svg?style=social\" /></a>\n <a href=\"https://discord.gg/taghAqebzU\">\n <img src=\"https://badgen.net/discord/online-members/taghAqebzU?icon=discord&label\" alt=\"Discord Chat\">\n </a>\n </p>\n <p align=\"center\">\n <a href=\"https://codecov.io/gh/Riverside-Healthcare/djlint\">\n <img src=\"https://codecov.io/gh/Riverside-Healthcare/djlint/branch/master/graph/badge.svg?token=eNTG721BAA\" alt=\"Codecov Status\">\n </a>\n <a href=\"https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Riverside-Healthcare/djlint&amp;utm_campaign=Badge_Grade\">\n <img src=\"https://app.codacy.com/project/badge/Grade/dba6338b0e7a4de896b45b382574f369\" alt=\"Codacy Status\">\n </a>\n <a href=\"https://pepy.tech/project/djlint\">\n <img src=\"https://pepy.tech/badge/djlint\" alt=\"Downloads\">\n </a>\n <a href=\"https://www.npmjs.com/package/djlint\">\n <img alt=\"npm\" src=\"https://img.shields.io/npm/dt/djlint?label=npm%20downloads\">\n </a>\n <a href=\"https://pypi.org/project/djlint/\">\n <img src=\"https://img.shields.io/pypi/v/djlint\" alt=\"Pypi Download\">\n </a>\n</p>\n\n<h4 align=\"center\"><a href=\"https://www.djlint.com\">How to use</a> • <a href=\"https://www.djlint.com/ru/\">Как пользоваться</a> • <a href=\"https://www.djlint.com/fr/\">Utilisation</a></h4>\n<h4 align=\"center\">What lang are you using?</h4>\n\n<p align=\"center\">\n <a href=\"https://djlint.com/docs/languages/django/\">Django</a> • <a href=\"https://djlint.com/docs/languages/jinja/\">Jinja</a> • <a href=\"https://djlint.com/docs/languages/nunjucks/\">Nunjucks</a> • <a href=\"https://djlint.com/docs/languages/twig/\">Twig</a> • <a href=\"https://djlint.com/docs/languages/handlebars/\">Handlebars</a> • <a href=\"https://djlint.com/docs/languages/mustach/\">Mustache</a> • <a href=\"https://djlint.com/docs/languages/golang/\">GoLang</a> • <a href=\"https://djlint.com/docs/languages/angular/\">Angular</a>\n</p>\n\n<p align=\"center\">\n <img src=\"https://github.com/Riverside-Healthcare/djLint/blob/aa9097660d4a2e840450de5456f656c42bc7dd34/docs/src/static/img/demo-min.gif\" alt=\"demo\" width=\"600\">\n</p>\n\n## 🤔 For What?\n\nOnce upon a time all the other programming languages had a formatter and linter. Css, javascript, python, the c suite, typescript, ruby, php, go, swift, and you know the others. The cool kids on the block.\n\nHTML templates were left out there on their own, in the cold, unformatted and unlinted :( The dirty corner in your repository. Something had to change.\n\n**djLint is a community build project to and add consistency to html templates.**\n\n## How?\n\nGrab it with `pip`\n\n```bash\npip install djlint\n```\n\n*Or with the npm experimental install - Note, this requires python and pip to be on your system path.*\n\n```bash\nnp