{ "info": { "author": "Tobias Lorenz", "author_email": "tobias.lorenz@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "flake8-snippets\n===============\n\nA flake8 extension to find any code snippets you don't like.\n\nFlake8 is a tool to combine different apps (like pep8) and therefore to\nguarantee clean Python code.\n\nRead more: http://flake8.readthedocs.org/en/latest/\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n $ pip install flake8-snippets\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n $ pip install -e git+git://github.com/bitmazk/flake8-snippets.git#egg=flake8_snippets\n\n\nUsage\n-----\n\nSimply enhance the ``flake8`` command with the ``--snippet`` setting and add\na comma-separated list\n\n.. code-block:: bash\n\n flake8 --statistics --snippets='# TODO' .\n\nor\n\n.. code-block:: bash\n\n flake8 --statistics --snippets='import ipdb,ipdb.set_trace()' .\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 flake8-snippets\n $ python setup.py install\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n $ git add . && git commit\n $ git push -u origin feature_branch\n # Send us a pull request for your feature branch\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/flake8-snippets", "keywords": "django", "license": "The MIT License", "maintainer": "", "maintainer_email": "", "name": "flake8-snippets", "package_url": "https://pypi.org/project/flake8-snippets/", "platform": "OS Independent", "project_url": "https://pypi.org/project/flake8-snippets/", "project_urls": { "Homepage": "https://github.com/bitmazk/flake8-snippets" }, "release_url": "https://pypi.org/project/flake8-snippets/0.2/", "requires_dist": null, "requires_python": "", "summary": "A flake8 extension to find any code snippets you don't like", "version": "0.2" }, "last_serial": 2745685, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c1724b6d6442f8c91f92bad33741d687", "sha256": "80fc92ea1ffa10b53c13fa8eb79dbe1993439cec777ea2737f9b2908c2c1e9e0" }, "downloads": -1, "filename": "flake8-snippets-0.1.tar.gz", "has_sig": false, "md5_digest": "c1724b6d6442f8c91f92bad33741d687", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3969, "upload_time": "2014-06-03T09:09:12", "url": "https://files.pythonhosted.org/packages/cd/aa/f2c09ad31c4e1707b8b305bed1489e07139a749de9fccf936b5a3ac5e43b/flake8-snippets-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2b2c1fbfd35a8e69d3aef4bd83805af5", "sha256": "6b9c3e041045b0c22f65fbeb92b9dff31d523797279eada6183cdc9928de6b3f" }, "downloads": -1, "filename": "flake8-snippets-0.2.tar.gz", "has_sig": false, "md5_digest": "2b2c1fbfd35a8e69d3aef4bd83805af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4045, "upload_time": "2017-04-01T08:17:07", "url": "https://files.pythonhosted.org/packages/c1/0c/bc119ffe4bce7d98fc9ff6e716f29af862235cf3450c345fc51127199eef/flake8-snippets-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b2c1fbfd35a8e69d3aef4bd83805af5", "sha256": "6b9c3e041045b0c22f65fbeb92b9dff31d523797279eada6183cdc9928de6b3f" }, "downloads": -1, "filename": "flake8-snippets-0.2.tar.gz", "has_sig": false, "md5_digest": "2b2c1fbfd35a8e69d3aef4bd83805af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4045, "upload_time": "2017-04-01T08:17:07", "url": "https://files.pythonhosted.org/packages/c1/0c/bc119ffe4bce7d98fc9ff6e716f29af862235cf3450c345fc51127199eef/flake8-snippets-0.2.tar.gz" } ] }