{"id":15678914,"url":"https://github.com/idlesign/gitfilesplit","last_synced_at":"2025-05-07T09:05:55.087Z","repository":{"id":57434489,"uuid":"236264920","full_name":"idlesign/gitfilesplit","owner":"idlesign","description":"Command line helper to Git split one file into several preserving history","archived":false,"fork":false,"pushed_at":"2020-04-25T02:33:54.000Z","size":13,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T09:05:42.508Z","etag":null,"topics":["command-line","git","python","python3","splitter"],"latest_commit_sha":null,"homepage":"https://github.com/idlesign/gitfilesplit","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idlesign.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-26T04:06:00.000Z","updated_at":"2024-08-27T12:53:43.000Z","dependencies_parsed_at":"2022-09-04T15:30:58.955Z","dependency_job_id":null,"html_url":"https://github.com/idlesign/gitfilesplit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgitfilesplit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgitfilesplit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgitfilesplit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgitfilesplit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idlesign","download_url":"https://codeload.github.com/idlesign/gitfilesplit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252847488,"owners_count":21813453,"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":["command-line","git","python","python3","splitter"],"created_at":"2024-10-03T16:25:23.543Z","updated_at":"2025-05-07T09:05:55.069Z","avatar_url":"https://github.com/idlesign.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"gitfilesplit\n============\nhttps://github.com/idlesign/gitfilesplit\n\n|release| |lic| |ci| |coverage|\n\n.. |release| image:: https://img.shields.io/pypi/v/gitfilesplit.svg\n    :target: https://pypi.python.org/pypi/gitfilesplit\n\n.. |lic| image:: https://img.shields.io/pypi/l/gitfilesplit.svg\n    :target: https://pypi.python.org/pypi/gitfilesplit\n\n.. |ci| image:: https://img.shields.io/travis/idlesign/gitfilesplit/master.svg\n    :target: https://travis-ci.org/idlesign/gitfilesplit\n\n.. |coverage| image:: https://img.shields.io/coveralls/idlesign/gitfilesplit/master.svg\n    :target: https://coveralls.io/r/idlesign/gitfilesplit\n\n\nDescription\n-----------\n\n*Command line helper to Git split one file into several preserving history*\n\n\nSplit `myhugefile.py` into three: `smaller.py`, `another.py` and `some.py` using command line:\n\n.. code-block::\n\n    $ gitfilesplit myhugefile.py smaller.py another.py some.py\n\n\nThe same in Python:\n\n.. code-block::\n\n    from gitfilesplit.toolbox import split\n\n    split(\n        source='myhugefile.py',\n        # And with subdirectories:\n        targets=['smaller.py', 'sub1/another.py', 'sub2/some.py']\n    )\n\n\nUnder the hood it will create several branches in which source file is moved to target locations.\nAfter that octopus merge of these branches will be performed and temporary branches removed.\n\n\nRequirements\n------------\n\n* Git\n* Python 3.6+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidlesign%2Fgitfilesplit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidlesign%2Fgitfilesplit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidlesign%2Fgitfilesplit/lists"}