{ "info": { "author": "Sascha Peilicke", "author_email": "sascha@peilicke.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Pre-processors" ], "description": "# Migrantpy\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\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", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/saschpe/migrantpy", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "migrantpy", "package_url": "https://pypi.org/project/migrantpy/", "platform": "", "project_url": "https://pypi.org/project/migrantpy/", "project_urls": { "Homepage": "http://github.com/saschpe/migrantpy" }, "release_url": "https://pypi.org/project/migrantpy/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Simple SQLite database migrations", "version": "1.0.0" }, "last_serial": 3501420, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "29441fb66e008d85a3499940266e6c3b", "sha256": "487710df917951a1ed29ff842bee0c15dd585999d92ac65eebf45c964c2ddf27" }, "downloads": -1, "filename": "migrantpy-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29441fb66e008d85a3499940266e6c3b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 11302, "upload_time": "2018-01-18T16:37:12", "url": "https://files.pythonhosted.org/packages/81/c9/6fa11dea55475ed68fcc59efb46818d99e2a092bb5a6fc52df53aa72e4c9/migrantpy-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03eb13a9256a680618b72750f3f8c600", "sha256": "355f745ab30228ddef48baf5a8d247b29268a6c9eb6f40625e2cd6ba40f9d348" }, "downloads": -1, "filename": "migrantpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "03eb13a9256a680618b72750f3f8c600", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7295, "upload_time": "2018-01-18T16:37:10", "url": "https://files.pythonhosted.org/packages/1c/8d/51b4c4d9d04f33ee84536b51badc23b96c99315d2ff7615b446250996430/migrantpy-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29441fb66e008d85a3499940266e6c3b", "sha256": "487710df917951a1ed29ff842bee0c15dd585999d92ac65eebf45c964c2ddf27" }, "downloads": -1, "filename": "migrantpy-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29441fb66e008d85a3499940266e6c3b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 11302, "upload_time": "2018-01-18T16:37:12", "url": "https://files.pythonhosted.org/packages/81/c9/6fa11dea55475ed68fcc59efb46818d99e2a092bb5a6fc52df53aa72e4c9/migrantpy-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03eb13a9256a680618b72750f3f8c600", "sha256": "355f745ab30228ddef48baf5a8d247b29268a6c9eb6f40625e2cd6ba40f9d348" }, "downloads": -1, "filename": "migrantpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "03eb13a9256a680618b72750f3f8c600", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7295, "upload_time": "2018-01-18T16:37:10", "url": "https://files.pythonhosted.org/packages/1c/8d/51b4c4d9d04f33ee84536b51badc23b96c99315d2ff7615b446250996430/migrantpy-1.0.0.tar.gz" } ] }