pymigratedb


Namepymigratedb JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/INDICO-INNOVATION/py-migrate-db
SummaryThis is a package to help you to migrate your database. It will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.
upload_time2023-06-06 16:32:08
maintainer
docs_urlNone
authorIndico Innovation
requires_python>=3.6
licenseApache License
keywords migrate migration database db
VCS
bugtrack_url
requirements greenlet psycopg2-binary python-dotenv SQLAlchemy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pymigratedb

This is a python package to help you to migrate your database. 

It will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.

## Installation
Run in terminal on your project directory:
```
pip install pymigratedb
```

## Usage

## License
Please, read [license here](./LICENSE.txt).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/INDICO-INNOVATION/py-migrate-db",
    "name": "pymigratedb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "migrate,migration,database,db",
    "author": "Indico Innovation",
    "author_email": "dev@indicoinnovation.pt",
    "download_url": "https://files.pythonhosted.org/packages/66/df/b5497b34aacd6a3e50a05aeb70fc0b736206ffb1b5bf64cd617b369e6e6c/pymigratedb-1.3.0.tar.gz",
    "platform": null,
    "description": "# pymigratedb\n\nThis is a python package to help you to migrate your database. \n\nIt will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.\n\n## Installation\nRun in terminal on your project directory:\n```\npip install pymigratedb\n```\n\n## Usage\n\n## License\nPlease, read [license here](./LICENSE.txt).\n",
    "bugtrack_url": null,
    "license": "Apache License",
    "summary": "This is a package to help you to migrate your database. It will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/INDICO-INNOVATION/py-migrate-db"
    },
    "split_keywords": [
        "migrate",
        "migration",
        "database",
        "db"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51da7edc21624a51dfea0bca46993fbd1585dad16b1efb504315ea8a1d471082",
                "md5": "5b4c5073750fc46400dfee88d0c6b9fc",
                "sha256": "0bd5569d8a09ef6321f04100f2cdea2f76da24691af05fdaeed15880580860e0"
            },
            "downloads": -1,
            "filename": "pymigratedb-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b4c5073750fc46400dfee88d0c6b9fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9019,
            "upload_time": "2023-06-06T16:32:06",
            "upload_time_iso_8601": "2023-06-06T16:32:06.615014Z",
            "url": "https://files.pythonhosted.org/packages/51/da/7edc21624a51dfea0bca46993fbd1585dad16b1efb504315ea8a1d471082/pymigratedb-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66dfb5497b34aacd6a3e50a05aeb70fc0b736206ffb1b5bf64cd617b369e6e6c",
                "md5": "88d15229064a41fecdf91ba203e3651a",
                "sha256": "7930e0783b614d5dee8a0e34bc3079d5f8e7e4c182af78ee7db60069b05129ef"
            },
            "downloads": -1,
            "filename": "pymigratedb-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "88d15229064a41fecdf91ba203e3651a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8036,
            "upload_time": "2023-06-06T16:32:08",
            "upload_time_iso_8601": "2023-06-06T16:32:08.188847Z",
            "url": "https://files.pythonhosted.org/packages/66/df/b5497b34aacd6a3e50a05aeb70fc0b736206ffb1b5bf64cd617b369e6e6c/pymigratedb-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-06 16:32:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "INDICO-INNOVATION",
    "github_project": "py-migrate-db",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "greenlet",
            "specs": [
                [
                    "==",
                    "1.1.2"
                ]
            ]
        },
        {
            "name": "psycopg2-binary",
            "specs": [
                [
                    "==",
                    "2.9.3"
                ]
            ]
        },
        {
            "name": "python-dotenv",
            "specs": [
                [
                    "==",
                    "0.19.2"
                ]
            ]
        },
        {
            "name": "SQLAlchemy",
            "specs": [
                [
                    "==",
                    "1.4.31"
                ]
            ]
        }
    ],
    "lcname": "pymigratedb"
}
        
Elapsed time: 0.16991s