{ "info": { "author": "Bastian Venthur", "author_email": "mail@venthur.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance" ], "description": "# Why Noir?\n\nNoir is a drop-in replacement for Black with a default line length set to 79\ncharacters.\n\nTo replace black you only need to replace `black` with `noir` in the\nrequirements.txt and/or setup.py.\n\nNoir provides the binary `black` so you don't have to change anything else in\nyour build pipeline.\n\n\n\n