{ "info": { "author": "Andrii Degtiarov", "author_email": "andrew.degtiariov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries" ], "description": "pyraml-parser - Python parser to RAML, the RESTful API Modeling Language.\n\n\nIntroduction\n============\n\nImplementation of a RAML parser for Python based on PyYAML. It is compliant with RAML 0.8 http://raml.org/spec.html\n\n\nInstallation\n============\n\nThe pyraml package can be installed with ``pip`` or ``easy_install`` from GIT repository or from tarball.\n\n $ pip install https://github.com/an2deg/pyraml-parser/archive/master.zip\n\nFor Python 2.6 packages ``ordereddict`` and 'lxml' should be installed:\n\n $ pip install ordereddict lxml\n\n\nDeveloping pyraml-paser\n-----------------------\n\nYou may need to install ``nose``, ``tox`` and ``mock`` packages to run pyraml-parser tests.\n\nTypical installation process for developing purposes:\n\n $ git clone git@github.com:an2deg/pyraml-parser.git\n $ cd pyraml-parser\n $ pip install mock\n $ python setup.py develop\n\nTo run tests on all supported python versions:\n\n $ pip install tox\n $ tox\n\nOr to run tests with ``nose``:\n\n $ pip install nose\n $ python -m nose\n\nOr to run tests using ``unittest``:\n\n $ python setup.py test\n\nUsing pyraml-parser\n===================\n\nAn instance of the ``RamlRoot`` object can be obtained by calling the ``pyraml.parser.load``\nfunction:\n\n import pyraml.parser\n\n p = pyraml.parser.load('schema.raml')\n\n print p\n\n\nMIT LICENSE\n---\n\nCopyright (c) 2011-2015 Jason Huck, Simon Georget\nhttp://opensource.org/licenses/MIT\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n0.1.9 (2019-10-01)\n==================\n\nBugfixes\n--------\n\n- Switch to PyYAML >= 5.1 (@mzagozen)\n\n0.1.8 (2019-05-30)\n==================\n\nBugfixes\n--------\n\n- Pin PyYAML to 3.13 as the last working version (@mzagozen)\n- Use !include content as a string (@mzagozen)\n- Fix unit tests (@mzagozen)\n\n0.1.3 (2015-05-11)\n==================\n\nFeatures\n--------\n\n- Added Python3 support (https://github.com/an2deg/pyraml-parser/pull/18)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/an2deg/pyraml-parser", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyraml-parser", "package_url": "https://pypi.org/project/pyraml-parser/", "platform": "", "project_url": "https://pypi.org/project/pyraml-parser/", "project_urls": { "Homepage": "https://github.com/an2deg/pyraml-parser" }, "release_url": "https://pypi.org/project/pyraml-parser/0.1.9/", "requires_dist": null, "requires_python": "", "summary": "Python parser for RAML.", "version": "0.1.9" }, "last_serial": 5914128, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "deb46445d3ea5c819eb6cdb9bef6f7fa", "sha256": "83244208dabf33acc51b5a9fdd0e3bb6eba87418fa27539f67ac5d9f51196444" }, "downloads": -1, "filename": "pyraml-parser-0.0.5.tar.gz", "has_sig": false, "md5_digest": "deb46445d3ea5c819eb6cdb9bef6f7fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11987, "upload_time": "2014-12-11T18:12:33", "url": "https://files.pythonhosted.org/packages/18/4b/d0811d9f10c00944dd0659d152dd431089ca4036ce65338cf9c42be0bc01/pyraml-parser-0.0.5.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4265d1c91793457c8d5339f13bd43abe", "sha256": "c6b196daa190fb6dcd739f46ff429e2bc5e633d1dec5810b0081f32220e59741" }, "downloads": -1, "filename": "pyraml-parser-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4265d1c91793457c8d5339f13bd43abe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13658, "upload_time": "2015-03-17T19:47:20", "url": "https://files.pythonhosted.org/packages/aa/4d/6085b86fa6622634304ca7862d4973031e248ce1d435947171510a697c17/pyraml-parser-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ed6b08ddb18bab1ff590232217ab1177", "sha256": "84323d23d9eeba5eb40aeba36cc1dc39b71c8049ce9282b6bb6d344d80ffe793" }, "downloads": -1, "filename": "pyraml-parser-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ed6b08ddb18bab1ff590232217ab1177", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14076, "upload_time": "2015-04-28T15:59:26", "url": "https://files.pythonhosted.org/packages/5e/8b/085d737f3c6b437a20bc2902b92d372d60d335f3c36d910a957c19b5f3e1/pyraml-parser-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "109c15bd43d47889bcbd433033b92134", "sha256": "5dfe87dce3860858c65ce31e6c3f72f4653bb2d636f79c0c728a387967064216" }, "downloads": -1, "filename": "pyraml-parser-0.1.3.tar.gz", "has_sig": false, "md5_digest": "109c15bd43d47889bcbd433033b92134", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14121, "upload_time": "2015-05-20T16:13:15", "url": "https://files.pythonhosted.org/packages/45/d5/e2304bb772ec6d4d302cac878c123f66afce2c28e37c64e6ff886fbe9d14/pyraml-parser-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "87f192ce7133a570157efb593dc1579f", "sha256": "9cd0b49fcd4fb8260e41ee68ec856642008598f7c25bc47cc82dfdc9841e1577" }, "downloads": -1, "filename": "pyraml-parser-0.1.4.tar.gz", "has_sig": false, "md5_digest": "87f192ce7133a570157efb593dc1579f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14136, "upload_time": "2015-05-20T18:14:35", "url": "https://files.pythonhosted.org/packages/57/a5/088f31bfeaa52c8f66cee5074539e5f84f1990e3bbe905f6f19bef610bef/pyraml-parser-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "906d8e4f3b7d4c9910e5f4c33a494b89", "sha256": "0eb73997428a10e03848aef2ff6712cce794445d4383fece7122fb0322ef48b2" }, "downloads": -1, "filename": "pyraml-parser-0.1.5.tar.gz", "has_sig": false, "md5_digest": "906d8e4f3b7d4c9910e5f4c33a494b89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14432, "upload_time": "2015-05-31T10:34:36", "url": "https://files.pythonhosted.org/packages/28/9a/9877ddcef266813be572dcbe00b783b705f7b7daf2fc7867e3ca2faf67bb/pyraml-parser-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e5be39f63d57d03659f7db8558459649", "sha256": "cd46762a020c665c100bbecfd100f91380594776b69b6678b8c3f9d1c8a90cd8" }, "downloads": -1, "filename": "pyraml-parser-0.1.6.tar.gz", "has_sig": false, "md5_digest": "e5be39f63d57d03659f7db8558459649", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14585, "upload_time": "2016-08-26T07:58:59", "url": "https://files.pythonhosted.org/packages/20/2b/4621f9bf88cdf083fd6ea96b19a6c02095313c466db87f34c454a873b664/pyraml-parser-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "cf0529f3aeafcc37ae8695d5b84e0b82", "sha256": "a7c8e440171bf6b3bb3090c999f68c94d2198cce42f317c4dafcb1bd293b41d5" }, "downloads": -1, "filename": "pyraml-parser-0.1.7.tar.gz", "has_sig": false, "md5_digest": "cf0529f3aeafcc37ae8695d5b84e0b82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14665, "upload_time": "2017-06-19T07:22:44", "url": "https://files.pythonhosted.org/packages/9b/82/58f8e545845fa56cd05c6a28f604151252276d45d0ab6df3ba5527e61cfe/pyraml-parser-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "70becf444fbb371bd460906a0acd69b2", "sha256": "64186d720e7bd4a949d495361675f4953e14b09c16c403cf10bad75c5a979acc" }, "downloads": -1, "filename": "pyraml-parser-0.1.8.tar.gz", "has_sig": false, "md5_digest": "70becf444fbb371bd460906a0acd69b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15142, "upload_time": "2019-04-30T08:08:26", "url": "https://files.pythonhosted.org/packages/7f/30/c02139e9c677fe99db79f6cfb378a120f160d661d74afc69c967f58e2b02/pyraml-parser-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "cc936d49e7da5249ca06327ce03fd12d", "sha256": "97ab78cea9e38e3d1ad647329ee3ca541b6342ff10682f86a5b6492d185ece8f" }, "downloads": -1, "filename": "pyraml-parser-0.1.9.tar.gz", "has_sig": false, "md5_digest": "cc936d49e7da5249ca06327ce03fd12d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15290, "upload_time": "2019-10-01T18:28:28", "url": "https://files.pythonhosted.org/packages/80/64/f9f3ce4a2ae82e9c77269ba74cc7b9cd56d0391fc7a71b285b4bd70179d7/pyraml-parser-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc936d49e7da5249ca06327ce03fd12d", "sha256": "97ab78cea9e38e3d1ad647329ee3ca541b6342ff10682f86a5b6492d185ece8f" }, "downloads": -1, "filename": "pyraml-parser-0.1.9.tar.gz", "has_sig": false, "md5_digest": "cc936d49e7da5249ca06327ce03fd12d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15290, "upload_time": "2019-10-01T18:28:28", "url": "https://files.pythonhosted.org/packages/80/64/f9f3ce4a2ae82e9c77269ba74cc7b9cd56d0391fc7a71b285b4bd70179d7/pyraml-parser-0.1.9.tar.gz" } ] }