{ "info": { "author": "Pal", "author_email": "ipal0can@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Google Cloud FireStore Database Utilities for following functions:\n\n\tTo Backup Collections \n\n\tTo Restore Collection\n\n\tTo Convert or Import a CSV File to Collection\n\n\tTo List All Collections\n\n\nInstallation:\n\n\tsudo pip3 install firedb\n\nUsage Examples:\n\n\nInitialize the FireStore Database\n\n\timport firedb\n\n\tdb = firedb.db()\n\n\nBackup:\n\n\tdb.backup('collection_name') \n\n\tThis will create a collection_name.json file as backup\n\n\tdb.backup('col1', 'col2', 'col3')\n\n\tThis will create multiple jsons files - col1.json to col3.json as backup\n\n\tdb.backup(All=True) \n\n\tThis will create json backup files for all collections in the database.\n\n\nRestore:\n\n\tdb.restore('collection_name.json')\n\n\tThis will create a collection with name \"collection_name\"\n\n\nConvert or Import from CSV:\n\n\tdb.csv2collection(CSV_FileName)\n\n\tThis will convert a CSV File to Collection.\n\n\tOptional keyword argument name can be supplied to assign document name. \n\n\n\nTo List all Collections:\n\n\tdb.list()\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ipal0/firedb", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "firedb", "package_url": "https://pypi.org/project/firedb/", "platform": "", "project_url": "https://pypi.org/project/firedb/", "project_urls": { "Homepage": "https://github.com/ipal0/firedb" }, "release_url": "https://pypi.org/project/firedb/0.2/", "requires_dist": null, "requires_python": "", "summary": "Google Cloud FireStore Database Utilities - Backup, Restore, Import, List", "version": "0.2" }, "last_serial": 5376352, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "43e43b45eecb6387ac993c02afa8281b", "sha256": "8a30c867bcca7bb5a22af8e092abb9675670cd2d870b1b617fbae62ce7a5802a" }, "downloads": -1, "filename": "firedb-0.1.tar.gz", "has_sig": false, "md5_digest": "43e43b45eecb6387ac993c02afa8281b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1882, "upload_time": "2019-04-15T22:56:22", "url": "https://files.pythonhosted.org/packages/c8/c5/239f68961f74c8cfa23165bdb523b2986a05c3ca8680e0db74073b4d4df2/firedb-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "049a34f9efea7ffd5b6e28f87107a7d3", "sha256": "dc55fe66b709c7e7819e4d7376775a5abab7c50d8427fd7167111e827da3a691" }, "downloads": -1, "filename": "firedb-0.2-py3.7.egg", "has_sig": false, "md5_digest": "049a34f9efea7ffd5b6e28f87107a7d3", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 3522, "upload_time": "2019-06-08T22:16:54", "url": "https://files.pythonhosted.org/packages/c3/df/85a033616ecbbb9f737a1323ab5702545868364965a864b7587489ee8c8a/firedb-0.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "9d6675681557df990577fa0409e1f3fd", "sha256": "90c5247b61ae2298ae9f941e28ce2f9e97a00cf6249610fe359e3558511ca12b" }, "downloads": -1, "filename": "firedb-0.2.tar.gz", "has_sig": false, "md5_digest": "9d6675681557df990577fa0409e1f3fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1932, "upload_time": "2019-06-08T22:16:56", "url": "https://files.pythonhosted.org/packages/3c/3d/e68965175450693931c140d7eaa217601ae88a217343cb402d589f17c319/firedb-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "049a34f9efea7ffd5b6e28f87107a7d3", "sha256": "dc55fe66b709c7e7819e4d7376775a5abab7c50d8427fd7167111e827da3a691" }, "downloads": -1, "filename": "firedb-0.2-py3.7.egg", "has_sig": false, "md5_digest": "049a34f9efea7ffd5b6e28f87107a7d3", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 3522, "upload_time": "2019-06-08T22:16:54", "url": "https://files.pythonhosted.org/packages/c3/df/85a033616ecbbb9f737a1323ab5702545868364965a864b7587489ee8c8a/firedb-0.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "9d6675681557df990577fa0409e1f3fd", "sha256": "90c5247b61ae2298ae9f941e28ce2f9e97a00cf6249610fe359e3558511ca12b" }, "downloads": -1, "filename": "firedb-0.2.tar.gz", "has_sig": false, "md5_digest": "9d6675681557df990577fa0409e1f3fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1932, "upload_time": "2019-06-08T22:16:56", "url": "https://files.pythonhosted.org/packages/3c/3d/e68965175450693931c140d7eaa217601ae88a217343cb402d589f17c319/firedb-0.2.tar.gz" } ] }