{"id":17552338,"url":"https://github.com/saschpe/migrantpy","last_synced_at":"2026-05-11T06:02:14.692Z","repository":{"id":57441620,"uuid":"118007606","full_name":"saschpe/migrantpy","owner":"saschpe","description":"Simple SQLite database migrations library for Python.","archived":false,"fork":false,"pushed_at":"2018-10-30T00:00:12.000Z","size":21,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T22:54:22.210Z","etag":null,"topics":["migration-tool","python","python3","schema-migrations","sqlite"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saschpe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-18T16:23:29.000Z","updated_at":"2018-01-18T16:36:44.000Z","dependencies_parsed_at":"2022-09-06T02:30:11.699Z","dependency_job_id":null,"html_url":"https://github.com/saschpe/migrantpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmigrantpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmigrantpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmigrantpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschpe%2Fmigrantpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschpe","download_url":"https://codeload.github.com/saschpe/migrantpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156029,"owners_count":20732359,"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":["migration-tool","python","python3","schema-migrations","sqlite"],"created_at":"2024-10-21T05:04:01.519Z","updated_at":"2026-05-11T06:02:11.896Z","avatar_url":"https://github.com/saschpe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Migrantpy\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n[![Build Status](https://travis-ci.org/saschpe/migrantpy.svg?branch=master)](https://travis-ci.org/saschpe/migrantpy)\n\nSimple SQLite database migrations library for Python.\n\n## Usage\n\nThe library can be used either as a command line utility:\n\n```bash\nmigrantpy migrate database.sqlite migrations_folder/\n```\n\nOr as a *Python* library:\n\n```python\nimport migrantpy\nmigrantpy.migrate('database.sqlite', 'migrations_folder/')\n```\n\n## Hacking\nYou can create a full test database this way:\n```bash\n./migrant.py migrate test.sqlite test_migrations\n```\n\nRunning the unit tests:\n```bash\npython3 -m unittest discover --locals\n```\n\nOr install locally:\n```bash\npython setup.py install --user\nmigrate -h\n```\n\n## Download\nInstall the library from the Python Package Index:\n```bash\npip install migrantpy\n```\n\n## License\n\n    Copyright 2016 Sascha Peilicke\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fmigrantpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschpe%2Fmigrantpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschpe%2Fmigrantpy/lists"}