{ "info": { "author": "Alexey Strokach", "author_email": "alex.strokach@utoronto.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "odbo\n====\n\n|anaconda| |docs| |travis| |codecov|\n\nodbo is a tool to simplify the distribution of pandas DataFrames as CSV\nand database files.\n\nIt analyses a text file and spits out SQL that creates a database table\nand loads data into that table.\n\nIt is similar to to the blaze `odo `__\nproject, and hence carries a similar name. It was previously called\n\"datapkg\", but it seems that this name is [already taken].\n\nExamples\n--------\n\n.. code:: bash\n\n mysql_install_db --no-defaults --basedir=$HOME/anaconda --datadir=$HOME/tmp/mysql_db\n mysqld --no-defaults --basedir=$HOME/anaconda --datadir=$HOME/tmp/mysql_db\n\nTODO\n----\n\n- [ ] Lower flake8 max-complexity to 10.\n- [ ] PostgreSQL support.\n- [ ] HDF5 support.\n- [ ] MariaDB CollumnStore support.\n\nContributing\n------------\n\n- Make sure all tests pass before merging into master.\n- Follow the PEP8 / PyFlake / Flake8 / etc. guidelines.\n- Add tests for new code.\n- Try to document things.\n- Break any / all of the above if you have a good reason.\n\n.. |anaconda| image:: https://anaconda.org/kimlab/odbo/badges/version.svg?style=flat-square\n :target: https://anaconda.org/kimlab/odbo\n.. |docs| image:: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square&?version=latest\n :target: http://kimlaborg.github.io/odbo\n.. |travis| image:: https://img.shields.io/travis/kimlaborg/odbo.svg?style=flat-square\n :target: https://travis-ci.org/kimlaborg/odbo\n.. |codecov| image:: https://img.shields.io/codecov/c/github/kimlaborg/odbo.svg?style=flat-square\n :target: https://codecov.io/gh/kimlaborg/odbo\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kimlaborg/odbo", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "odbo", "package_url": "https://pypi.org/project/odbo/", "platform": "", "project_url": "https://pypi.org/project/odbo/", "project_urls": { "Homepage": "https://github.com/kimlaborg/odbo" }, "release_url": "https://pypi.org/project/odbo/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "odbo is a tool to simplify the distribution of pandas DataFrames as CSV and database files.", "version": "0.0.6" }, "last_serial": 2572975, "releases": { "0.0.6": [ { "comment_text": "", "digests": { "md5": "08b6dc04d33f75bbbbba70ae481244f7", "sha256": "0694c4269457296d4df76eec865a120bdb0396eb863b66548a34d8016554ef2c" }, "downloads": -1, "filename": "odbo-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "08b6dc04d33f75bbbbba70ae481244f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3653, "upload_time": "2017-01-13T21:49:09", "url": "https://files.pythonhosted.org/packages/e3/6c/856ba8e5469254705492f66a2b4d1aa34af3095cc4f2ce4f7763eda7a356/odbo-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c8969f6ed633dc23f78cd013964b859", "sha256": "3db8f04328f98b4f5dc977b8726d06a0b3649d6bd409d0eee830e4bde33e8c36" }, "downloads": -1, "filename": "odbo-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3c8969f6ed633dc23f78cd013964b859", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15449194, "upload_time": "2017-01-13T21:49:13", "url": "https://files.pythonhosted.org/packages/26/2f/1eb7b78776d7f01146ffcd2e38a77fcb36645a1f18660e2f487f42730bc1/odbo-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08b6dc04d33f75bbbbba70ae481244f7", "sha256": "0694c4269457296d4df76eec865a120bdb0396eb863b66548a34d8016554ef2c" }, "downloads": -1, "filename": "odbo-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "08b6dc04d33f75bbbbba70ae481244f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3653, "upload_time": "2017-01-13T21:49:09", "url": "https://files.pythonhosted.org/packages/e3/6c/856ba8e5469254705492f66a2b4d1aa34af3095cc4f2ce4f7763eda7a356/odbo-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c8969f6ed633dc23f78cd013964b859", "sha256": "3db8f04328f98b4f5dc977b8726d06a0b3649d6bd409d0eee830e4bde33e8c36" }, "downloads": -1, "filename": "odbo-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3c8969f6ed633dc23f78cd013964b859", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15449194, "upload_time": "2017-01-13T21:49:13", "url": "https://files.pythonhosted.org/packages/26/2f/1eb7b78776d7f01146ffcd2e38a77fcb36645a1f18660e2f487f42730bc1/odbo-0.0.6.tar.gz" } ] }