{ "info": { "author": "Mel Collins", "author_email": "mel@raumkraut.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database :: Front-Ends" ], "description": "Phylmaker\n=========\n\nPhylmaker is a modern Python library for interacting with the XML API\nof FileMaker Servers.\n\n\nInstallation\n------------\n\nPhylmaker is available in PyPI; the `Python Package Index`_, so:\n\n $ pip install phylmaker\n\nOr for the very latest development version, you can get it from BitBucket:\n\n $ pip install hg+https://bitbucket.org/Raumkraut/phylmaker#egg=phylmaker\n\nRequirements:\n\n* Python >= 2.6\n* Requests_ >= 1.0\n\n\nUsage\n-----\n\nQuickstart example:\n\n >>> import phylmaker\n >>> srv = phylmaker.FMServer('fm.example.com', 'username', 'passphrase')\n >>> srv.get_dbs()\n [u'foo', u'bar', u'baz']\n >>> srv.get_layouts('foo')\n {u'spam': }\n >>> layout = srv.get_layout(db='bar', layout='eggs')\n >>> layout\n \n >>> results = layout.find(canhas='*burger').execute()\n >>> list(res['canhas'] for res in results)\n [u'Hamburger', u'Cheeseburger', u'Tofuburger']\n\nFor everything else, ``help()`` and ``dir()`` are your friends!\n\n\nLicense\n-------\n\nPhylmaker is licensed under the terms of the `X11/MIT license`_:\n\n Copyright (c) 2016, Mel Collins \n \n Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n \n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n\n.. _`Python Package Index`: https://pypi.python.org/pypi\n.. _`Requests`: http://docs.python-requests.org/en/latest/\n.. _`X11/MIT License`: http://opensource.org/licenses/MIT\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/Raumkraut/phylmaker", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "phylmaker", "package_url": "https://pypi.org/project/phylmaker/", "platform": "OS Independent", "project_url": "https://pypi.org/project/phylmaker/", "project_urls": { "Homepage": "https://bitbucket.org/Raumkraut/phylmaker" }, "release_url": "https://pypi.org/project/phylmaker/1.2/", "requires_dist": [ "requests (>=1.0)" ], "requires_python": null, "summary": "A Pythonic wrapper for the FileMaker Server XML API/interface", "version": "1.2" }, "last_serial": 2257504, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2bcc4fef4c34c58f986d65cd6a356107", "sha256": "acd8fc12c0319b6e9a92451467186408b260672c2b79e046cc868ded0c574cf2" }, "downloads": -1, "filename": "phylmaker-1.0.tar.gz", "has_sig": false, "md5_digest": "2bcc4fef4c34c58f986d65cd6a356107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23035, "upload_time": "2013-10-31T11:50:22", "url": "https://files.pythonhosted.org/packages/5d/b6/4ae6b6d54354b47c332022f1a9df2086d75f51bf5e531784e07f35fe6753/phylmaker-1.0.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "bca79e4a6be7742daf3fb9ab71161268", "sha256": "4c1b534f24a413ba695e696eb71123a6ac3dcce8091a2c6db39b05805a1297cb" }, "downloads": -1, "filename": "phylmaker-1.0b1.tar.gz", "has_sig": false, "md5_digest": "bca79e4a6be7742daf3fb9ab71161268", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21446, "upload_time": "2013-07-02T13:18:44", "url": "https://files.pythonhosted.org/packages/aa/7c/59faffce377231a0582b0e567515b54b19498a2893ba44d759bdd9f6925e/phylmaker-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "8102c9c6c9a66995581b06c321e3b54a", "sha256": "d37418b6e3d84abbef78b8d5ccd36f5b2df48c87342f858483511affa2c3e844" }, "downloads": -1, "filename": "phylmaker-1.0b2.tar.gz", "has_sig": false, "md5_digest": "8102c9c6c9a66995581b06c321e3b54a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21489, "upload_time": "2013-08-21T08:22:37", "url": "https://files.pythonhosted.org/packages/b9/12/d7dee58275a9e077211b1135ea04e953723037fc7dae371c7e4d302c630b/phylmaker-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "6ad3511e635c5e8466027b1e969b75e5", "sha256": "1d93d57a6dec1a8a3b4c0756fd786fe6e3307eb98f35dfff2e1bf348c04dc981" }, "downloads": -1, "filename": "phylmaker-1.0b3.tar.gz", "has_sig": false, "md5_digest": "6ad3511e635c5e8466027b1e969b75e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22973, "upload_time": "2013-10-31T11:43:52", "url": "https://files.pythonhosted.org/packages/08/4b/6956ecca0afca78a4684e99c2654cb6ed880177b1375beee0eadc65c6bfc/phylmaker-1.0b3.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "748064ee2f2c036e87e9c06776c48d30", "sha256": "3d406c2e5eaf9c5b8f2e192296420ed978394836bc78909f35484b03f438a3e1" }, "downloads": -1, "filename": "phylmaker-1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "748064ee2f2c036e87e9c06776c48d30", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 26975, "upload_time": "2014-08-06T09:15:39", "url": "https://files.pythonhosted.org/packages/09/7b/5f9d488f6c58d0955149126a57f4e6c92cb88413994bb04832482cdeac79/phylmaker-1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f335663b336d2af3e528b78400c780c", "sha256": "dc56baa3aff020d7d8d009a177a567ffc077531d1af2deddd7cd6de829f65143" }, "downloads": -1, "filename": "phylmaker-1.1.tar.gz", "has_sig": false, "md5_digest": "2f335663b336d2af3e528b78400c780c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22440, "upload_time": "2014-08-06T09:15:36", "url": "https://files.pythonhosted.org/packages/30/2f/b1d0d6250ebc81eabb11dfc17b3814dcf29e8909641920a923f5676b2132/phylmaker-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "0c7cbec83bd049b794a2712dc4726da7", "sha256": "dfa79fd37c8f0ed87eaf9be6f1ac47b7253ccae7f52ea61d90cbf1c6ee8846d1" }, "downloads": -1, "filename": "phylmaker-1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "0c7cbec83bd049b794a2712dc4726da7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 27596, "upload_time": "2016-08-02T11:40:07", "url": "https://files.pythonhosted.org/packages/43/ad/117a178c3b0b650b60b529cfbd51a4bff912e46cd101d63daefc63c093c3/phylmaker-1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "33901a521c27cf16aa736e824bf68b3d", "sha256": "5c73a532a6e44eeba107b074b0d2f2889649529654b3db32fbc672e4f9931256" }, "downloads": -1, "filename": "phylmaker-1.2.tar.gz", "has_sig": false, "md5_digest": "33901a521c27cf16aa736e824bf68b3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23074, "upload_time": "2016-08-02T11:40:09", "url": "https://files.pythonhosted.org/packages/dc/e3/2e8f27b3653ac4ade8c47d9aaecb15c00dde54e1e3ab404a9cd104a0ab50/phylmaker-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c7cbec83bd049b794a2712dc4726da7", "sha256": "dfa79fd37c8f0ed87eaf9be6f1ac47b7253ccae7f52ea61d90cbf1c6ee8846d1" }, "downloads": -1, "filename": "phylmaker-1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "0c7cbec83bd049b794a2712dc4726da7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 27596, "upload_time": "2016-08-02T11:40:07", "url": "https://files.pythonhosted.org/packages/43/ad/117a178c3b0b650b60b529cfbd51a4bff912e46cd101d63daefc63c093c3/phylmaker-1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "33901a521c27cf16aa736e824bf68b3d", "sha256": "5c73a532a6e44eeba107b074b0d2f2889649529654b3db32fbc672e4f9931256" }, "downloads": -1, "filename": "phylmaker-1.2.tar.gz", "has_sig": false, "md5_digest": "33901a521c27cf16aa736e824bf68b3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23074, "upload_time": "2016-08-02T11:40:09", "url": "https://files.pythonhosted.org/packages/dc/e3/2e8f27b3653ac4ade8c47d9aaecb15c00dde54e1e3ab404a9cd104a0ab50/phylmaker-1.2.tar.gz" } ] }