{ "info": { "author": "Dhruva Venkat, Scott Orr", "author_email": "sorr@incadencecorp.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "Copyright 2018-9, InCadence Strategic Solutions\r\n\r\n\r\nThe package pyCoalesce is a wrapper for the Coalesce database abstraction layer,\r\nwhich provides a common API for interacting with multiple databases.\r\n\r\nA standalone version of pyCoalesce can be found at:\r\nhttps://pypi.org/project/pyCoalesce/\r\n\r\nTo install pyCoalesce via pip, simply \"pip install pyCoalesce\".\r\n\r\nThe \"lxml\" package is recommended for manipulating XSD-based classes, but\r\nit's not absolutely required.\r\n\r\n\r\nThe full Coalesce project can be found at:\r\nhttps://github.com/InCadence/coalesce\r\n\r\nThe pyCoalesce version number corresponds to the Coalesce version number, but \r\nis modified to meet PEP 440 and PyPi rules: release version numbers are \r\nidentical, but for snapshot versions, \"snapshot\" is replaced with \"devX\", where\r\n\"X\" is a sequential number incremented whenever a pyCoalesce snapshot is\r\ndistributed.\r\n\r\nThe pyCoalesce package is found in the \"pyCoalesce\" directory of the Coalesce\r\nrepository. In addition to the pyCoalesce source files, this directory and its\r\nsub-directories contain documentation (and source for creating documentation), a\r\nscript for generating classes from the the Coalesce entity XSD, tests, and \r\ndistribution tools.\r\n\r\nThe \"unit tests\" are not true unit tests: later tests rely on the entities\r\ncreated in earlier tests, thereby avoiding either repeated creation and \r\ndeletion of entities, or testing against a mocked-up API. (The latter would\r\nbe unnecessarily time-consuming to create, and wouldn't catch bugs in the API\r\nitself, which was still a consideration when this wrapper was created.)\r\nApprentlyly, a recent change to Coalesce has caused one search est to fail,\r\ndue to the creation of multiple entities with each \"create\" call. The test has\r\nbeen retained while the issue is under investigation.\r\n\r\nTo recreate the distribution files, run the following command from this \r\ndirectory (typical options have been included):\r\n\r\npython setup.py sdist bdist_wheel\r\n\r\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/InCadence/coalesce/wiki", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "pyCoalesce", "package_url": "https://pypi.org/project/pyCoalesce/", "platform": "", "project_url": "https://pypi.org/project/pyCoalesce/", "project_urls": { "Homepage": "https://github.com/InCadence/coalesce/wiki" }, "release_url": "https://pypi.org/project/pyCoalesce/0.0.41.dev7/", "requires_dist": [ "simplejson", "xmltodict", "requests", "urllib3" ], "requires_python": "", "summary": "A python wrapper for coalesce objects", "version": "0.0.41.dev7" }, "last_serial": 5874541, "releases": { "0.0.39.dev1": [ { "comment_text": "", "digests": { "md5": "a9ae5ae3fb68479158dcb0133f2f27e2", "sha256": "46291ba7ea6d5c13e57a2b43ae6876464af59cc06d9e8de1edae2bd4b542ac78" }, "downloads": -1, "filename": "pyCoalesce-0.0.39.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "a9ae5ae3fb68479158dcb0133f2f27e2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 60053, "upload_time": "2019-07-01T18:55:55", "url": "https://files.pythonhosted.org/packages/7b/4b/832f78c5c8333b129869f1d0314627a350db784afaf7fd2950a1864d855e/pyCoalesce-0.0.39.dev1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e63b36b1c39caac4964108d2aea69cc", "sha256": "41795a1b204091b8612935d53952e6c64820d4f8ec878049c446a808f3d507bc" }, "downloads": -1, "filename": "pyCoalesce-0.0.39.dev1.tar.gz", "has_sig": false, "md5_digest": "2e63b36b1c39caac4964108d2aea69cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52174, "upload_time": "2019-07-01T18:55:59", "url": "https://files.pythonhosted.org/packages/12/ba/01ca48fb2e22dedc16edbf9c4ae48b58a2ef57fa7da763abbafbdfc02883/pyCoalesce-0.0.39.dev1.tar.gz" } ], "0.0.41.dev2": [ { "comment_text": "", "digests": { "md5": "d537911a0248c7707d3fe4e620e0374b", "sha256": "146baee50f941b8843eded059d93c9d048fbd44b5d846a8ce20732ef9ad6fde6" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "d537911a0248c7707d3fe4e620e0374b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61810, "upload_time": "2019-09-06T00:57:12", "url": "https://files.pythonhosted.org/packages/ce/8a/a5d2d849856f3733c61ec7ce451facab6a5723a4036838e2f07d59528b7d/pyCoalesce-0.0.41.dev2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2af2f772ac5386dfe864c15740b722a6", "sha256": "8a7950afc259b5688c39889e853a3304d4eed9098c26bab69bef570715eb2651" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev2.tar.gz", "has_sig": false, "md5_digest": "2af2f772ac5386dfe864c15740b722a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54154, "upload_time": "2019-09-06T00:57:14", "url": "https://files.pythonhosted.org/packages/76/c2/744883097ca7f25ce57e2d3fb793037120a2ba549fc40e98ea759d2cabf2/pyCoalesce-0.0.41.dev2.tar.gz" } ], "0.0.41.dev3": [ { "comment_text": "", "digests": { "md5": "6cc1919b2abd375d15b0955b4c69b4ee", "sha256": "fca9303e1b47d3e679b7f008843e0b76a2828e2430ae34c3832fc877a4dce30b" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "6cc1919b2abd375d15b0955b4c69b4ee", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61809, "upload_time": "2019-09-06T01:03:57", "url": "https://files.pythonhosted.org/packages/62/ca/d7d14e6b01145c6b9290d46ce7a3924c25a473c4e66e1b9c51422b7bc5a4/pyCoalesce-0.0.41.dev3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a629cfb4ebfbd3bf8e48a31783a384c2", "sha256": "317357d72f023a215708ced7bb72afca54955f3a50e72cffc6d2bcc787f095f7" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev3.tar.gz", "has_sig": false, "md5_digest": "a629cfb4ebfbd3bf8e48a31783a384c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54149, "upload_time": "2019-09-06T01:03:59", "url": "https://files.pythonhosted.org/packages/6b/81/f9390e3d0d159ef096d0ff7f2e6481f4351a695f17564ec102ab7f8b3e1b/pyCoalesce-0.0.41.dev3.tar.gz" } ], "0.0.41.dev4": [ { "comment_text": "", "digests": { "md5": "5b46208e2f637796a977040298d774db", "sha256": "689ce10ebde75d2171e0ff1e6be3b64157678229b2a2fd311af0919d71cd922b" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev4-py2-none-any.whl", "has_sig": false, "md5_digest": "5b46208e2f637796a977040298d774db", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61808, "upload_time": "2019-09-06T01:07:35", "url": "https://files.pythonhosted.org/packages/59/d2/e50bfb86d2092af30ec6cc21eda2c91a6fc40e55835b45158c5937cda290/pyCoalesce-0.0.41.dev4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0105d37067252f0bff1cfc29c530577e", "sha256": "73b3e351651ca22b838955789f91569d4bc4dc5eba2fdf0f62826de28cfefd82" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev4.tar.gz", "has_sig": false, "md5_digest": "0105d37067252f0bff1cfc29c530577e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54157, "upload_time": "2019-09-06T01:07:37", "url": "https://files.pythonhosted.org/packages/e9/8f/a1c7af8a28a0fc9f941d8be344f7f2ec075501f1284bbcc6f6dcd5085efb/pyCoalesce-0.0.41.dev4.tar.gz" } ], "0.0.41.dev5": [ { "comment_text": "", "digests": { "md5": "7360ad6f5ba149c2eb179befcb0a8a2a", "sha256": "7ac8209842f2c83be169a8929ca1304ab0885c149490dcb8a45ac715ef084b44" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "7360ad6f5ba149c2eb179befcb0a8a2a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61811, "upload_time": "2019-09-06T01:15:54", "url": "https://files.pythonhosted.org/packages/ff/85/683e19dc00242382da520722d6fc9eff6f1cd4eab0b6522ecc7c4c7a6e1a/pyCoalesce-0.0.41.dev5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bad894712f8811695901bddd0ad92f10", "sha256": "67634b71a122ee41a425d5bc5a9e44b06eb76f3b467d0fb3d9fa5b92bf010a7c" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev5.tar.gz", "has_sig": false, "md5_digest": "bad894712f8811695901bddd0ad92f10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54144, "upload_time": "2019-09-06T01:15:56", "url": "https://files.pythonhosted.org/packages/86/32/dd928a7ef5d328a8d44b477bd97d154e089c6f0a03a4ffc3c248cad15bb9/pyCoalesce-0.0.41.dev5.tar.gz" } ], "0.0.41.dev6": [ { "comment_text": "", "digests": { "md5": "dc3308f7ae1029b416dcb3e6b4da7627", "sha256": "003ac5abd6ffd352954920df6ec29ee47fdc2fe736413985ba2c89309d5b3ec4" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev6-py2-none-any.whl", "has_sig": false, "md5_digest": "dc3308f7ae1029b416dcb3e6b4da7627", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61810, "upload_time": "2019-09-06T16:59:26", "url": "https://files.pythonhosted.org/packages/b2/82/f0213b0042296d7eeed59f8aad2dc667a6781279a80df1d95cf6bf50cd6b/pyCoalesce-0.0.41.dev6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f47bf7148559024d0e1e3e11a623544", "sha256": "dca76656d70dc11407ed649d91633a05e61e91a13cb664688874175d205cea14" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev6.tar.gz", "has_sig": false, "md5_digest": "6f47bf7148559024d0e1e3e11a623544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54290, "upload_time": "2019-09-06T16:59:27", "url": "https://files.pythonhosted.org/packages/3d/5b/68d867890dde71137381ba6d9b1537a521ad7a8e86467159f98c52ecb7fe/pyCoalesce-0.0.41.dev6.tar.gz" } ], "0.0.41.dev7": [ { "comment_text": "", "digests": { "md5": "a90fdfbd7dc25958cebe3cb5ee24c8ea", "sha256": "c540f62040581e6b35977f22be976a587b63f1efb099d3b283640d674040436d" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev7-py2-none-any.whl", "has_sig": false, "md5_digest": "a90fdfbd7dc25958cebe3cb5ee24c8ea", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61841, "upload_time": "2019-09-23T16:01:19", "url": "https://files.pythonhosted.org/packages/06/22/1146fc70db1ee1be18a02faca61f795023f4f49d3e49ca28ec39a0722662/pyCoalesce-0.0.41.dev7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6171b680b30aa3b2669630b75d5ab033", "sha256": "7fc26f4bf8970d5c8d536abfd21a0aee2ea5f2fb0ade5d6d5c4f17ea38c90621" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev7.tar.gz", "has_sig": false, "md5_digest": "6171b680b30aa3b2669630b75d5ab033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54306, "upload_time": "2019-09-23T16:01:21", "url": "https://files.pythonhosted.org/packages/b2/6c/a6566127d2d6a81a91aa8b3f6e57eb31e7464dc233759bd11328a22975c8/pyCoalesce-0.0.41.dev7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a90fdfbd7dc25958cebe3cb5ee24c8ea", "sha256": "c540f62040581e6b35977f22be976a587b63f1efb099d3b283640d674040436d" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev7-py2-none-any.whl", "has_sig": false, "md5_digest": "a90fdfbd7dc25958cebe3cb5ee24c8ea", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61841, "upload_time": "2019-09-23T16:01:19", "url": "https://files.pythonhosted.org/packages/06/22/1146fc70db1ee1be18a02faca61f795023f4f49d3e49ca28ec39a0722662/pyCoalesce-0.0.41.dev7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6171b680b30aa3b2669630b75d5ab033", "sha256": "7fc26f4bf8970d5c8d536abfd21a0aee2ea5f2fb0ade5d6d5c4f17ea38c90621" }, "downloads": -1, "filename": "pyCoalesce-0.0.41.dev7.tar.gz", "has_sig": false, "md5_digest": "6171b680b30aa3b2669630b75d5ab033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54306, "upload_time": "2019-09-23T16:01:21", "url": "https://files.pythonhosted.org/packages/b2/6c/a6566127d2d6a81a91aa8b3f6e57eb31e7464dc233759bd11328a22975c8/pyCoalesce-0.0.41.dev7.tar.gz" } ] }