{"id":21988418,"url":"https://github.com/fuzeman/flake8-import-order-fuzeman","last_synced_at":"2025-03-23T02:42:29.472Z","repository":{"id":57429991,"uuid":"82638106","full_name":"fuzeman/flake8-import-order-fuzeman","owner":"fuzeman","description":"@fuzeman's import order style for flake8-import-order","archived":false,"fork":false,"pushed_at":"2023-04-12T00:25:29.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T05:44:05.110Z","etag":null,"topics":["flake8","flake8-import-order","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuzeman.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-21T05:02:01.000Z","updated_at":"2023-04-11T23:53:20.000Z","dependencies_parsed_at":"2025-01-28T05:43:41.102Z","dependency_job_id":"bad24314-72c3-49af-bcae-fac4d6697631","html_url":"https://github.com/fuzeman/flake8-import-order-fuzeman","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzeman%2Fflake8-import-order-fuzeman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzeman%2Fflake8-import-order-fuzeman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzeman%2Fflake8-import-order-fuzeman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzeman%2Fflake8-import-order-fuzeman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuzeman","download_url":"https://codeload.github.com/fuzeman/flake8-import-order-fuzeman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048281,"owners_count":20552483,"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":["flake8","flake8-import-order","python"],"created_at":"2024-11-29T19:18:03.945Z","updated_at":"2025-03-23T02:42:29.438Z","avatar_url":"https://github.com/fuzeman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"flake8-import-order-fuzeman\n===========================\n\n.. image:: https://img.shields.io/pypi/v/flake8-import-order-fuzeman.svg\n   :target: https://pypi.python.org/pypi/flake8-import-order-fuzeman\n\n.. image:: https://github.com/github/docs/actions/workflows/test.yml/badge.svg\n   :target: https://github.com/fuzeman/flake8-import-order-fuzeman/actions/workflows/test.yml\n\nImport ordering style for flake8-import-order_, fork of flake8-import-order-spoqa_ which\nhas been updated to implement `@fuzeman`__'s preferred import ordering convention.\n\n.. _flake8-import-order: https://github.com/PyCQA/flake8-import-order\n.. _flake8-import-order-spoqa: https://github.com/spoqa/flake8-import-order-spoqa\n\n__ https://github.com/fuzeman\n\n\nExample\n-------\n\n.. code-block:: python\n\n    from myapp import something\n    from myapp.helpers import get_view\n    from myapp.views import *\n    from ...deepest import a\n    from ..deeper import b\n    from .a import this, that\n    from .z import This, That\n\n    from pkg_resources import (SOURCE_DIST, EntryPoint, Requirement, get_provider)\n    from typing import Optional\n    import datetime\n    import sys\n\n\nUsage\n-----\n\nInstall the ``flake8-import-order-fuzeman`` package with pip_, and then enable the\nimport order style with either:\n\n- Command-line option:\n\n  .. code-block:: shell\n\n    --import-order-style=fuzeman\n\n- `flake8 configuration file:`__\n\n  .. code-block:: ini\n\n     [flake8]\n     import-order-style = fuzeman\n\n.. _pip: https://pip.pypa.io\n\n__ http://flake8.pycqa.org/en/latest/user/configuration.html\n\n\nDistribution\n------------\n\nWritten by `Dean Gardiner`__, forked from flake8-import-order-spoqa_ written by `Hong Minhee`__, and\ndistributed under the GPLv3_ license or later.\n\n.. _GPLv3: https://www.gnu.org/licenses/gpl-3.0.html\n\n__ https://github.com/fuzeman\n__ https://hongminhee.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuzeman%2Fflake8-import-order-fuzeman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuzeman%2Fflake8-import-order-fuzeman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuzeman%2Fflake8-import-order-fuzeman/lists"}