{ "info": { "author": "Hagen Fritsch, Jan Grewe, Christian Kellner, Achilleas Koutsou, Michael Sonntag, Lyuba Zehl", "author_email": "dev@g-node.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": ".. image:: https://travis-ci.org/G-Node/python-odml.svg?branch=master\n :target: https://travis-ci.org/G-Node/python-odml\n.. image:: https://ci.appveyor.com/api/projects/status/2wfvsu7boe18kwjy?svg=true\n :target: https://ci.appveyor.com/project/mpsonntag/python-odml\n.. image:: https://coveralls.io/repos/github/G-Node/python-odml/badge.svg?branch=master\n :target: https://coveralls.io/github/G-Node/python-odml?branch=master\n\nodML (Open metaData Markup Language) core library\n=================================================\n\nThe open metadata Markup Language is a file based format (XML, JSON, YAML) for storing\nmetadata in an organised human- and machine-readable way. odML is an initiative to define\nand establish an open, flexible, and easy-to-use format to transport metadata.\n\nThe Python-odML library can be easily installed via :code:`pip`. The source code is freely\navailable on `GitHub `_. If you are not familiar\nwith the version control system **git**, but still want to use it, have a look at the\ndocumentation available on the `git-scm website `_.\n\n\nBreaking changes\n----------------\n\nodML Version 1.4 introduced breaking format and API changes compared to the previous\nversions of odML. Files saved in the previous format versions can be converted to a 1.4\ncompatible format using the version converter from the odml/tools package.\n\nBe aware that the value dtype :code:`binary` has been removed. Incorporating actual binary\ndata into odML files is discouraged, provide references to the original files using the\n:code:`URL` dtype instead.\n\nFor details regarding the introduced changes please check the `github release notes\n`_.\n\n\nDependencies\n------------\n\n* Python 2.7 or 3.5\n* Python packages:\n\n * enum (version 0.4.4)\n * lxml (version 3.7.2)\n * yaml (version 3.12)\n * rdflib (version >=4.2.2)\n\n* These packages will be downloaded and installed automatically if the :code:`pip`\n method is used to install odML. Alternatively, they can be installed from the OS\n package manager. On Ubuntu, they are available as:\n\n * python-enum\n * python-lxml\n * python-yaml\n * python-rdflib\n\n* If you prefer installing using the Python package manager, the following packages are\n required to build the lxml Python package on Ubuntu 14.04:\n\n * libxml2-dev\n * libxslt1-dev\n * lib32z1-dev\n\n\nInstallation\n------------\n\nThe simplest way to install Python-odML is from PyPI using the pip tool::\n\n $ pip install odml\n\nOn Ubuntu, the pip package manager is available in the repositories as :code:`python-pip`.\n\nIf this method is used, the appropriate Python dependencies are downloaded and installed\nautomatically.\n\n\nBuilding from source\n--------------------\n\nTo download the Python-odML library please either use git and clone the\nrepository from GitHub::\n\n $ git clone https://github.com/G-Node/python-odml.git\n\nIf you don't want to use git download the ZIP file also provided on\nGitHub to your computer (e.g. as above on your home directory under a \"toolbox\"\nfolder).\n\nTo install the Python-odML library, enter the corresponding directory and run::\n\n $ cd python-odml\n $ python setup.py install\n\n**Note** The master branch is our current development branch, not all features might be\nworking as expected. Use the release tags instead.\n\nodML Project page\n-----------------\n\nMore information about the project including related projects as well as tutorials and\nexamples can be found at our odML `project page `_.\n\nBugs & Questions\n----------------\n\nShould you find a behaviour that is likely a bug, please file a bug report at\n`the github bug tracker `_.\n\nIf you have questions regarding the use of the library, feel free to join the\n`#gnode `_ IRC channel on freenode.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/G-Node/python-odml", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "odML", "package_url": "https://pypi.org/project/odML/", "platform": "", "project_url": "https://pypi.org/project/odML/", "project_urls": { "Homepage": "https://github.com/G-Node/python-odml" }, "release_url": "https://pypi.org/project/odML/1.4.2/", "requires_dist": null, "requires_python": "", "summary": "open metadata Markup Language", "version": "1.4.2" }, "last_serial": 4530037, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5b89e75f429e7b6a3577591354313867", "sha256": "50e367b3691de427e40eea73962cd768a2487dd752881c66e9242bffe8cc476c" }, "downloads": -1, "filename": "odML-1.0.tar.gz", "has_sig": false, "md5_digest": "5b89e75f429e7b6a3577591354313867", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91471, "upload_time": "2013-10-31T12:23:14", "url": "https://files.pythonhosted.org/packages/e8/6a/788c16ba1ea92c5fa8f4d612941d1b5f7ce15421ebaa53ed11a45b6d921a/odML-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "8f95e9015a7f4cab5f7cb188b539e531", "sha256": "0100e3d6b91069cc41742280766e52ba62c390fae852b8d954203f034640b5ef" }, "downloads": -1, "filename": "odML-1.1.tar.gz", "has_sig": false, "md5_digest": "8f95e9015a7f4cab5f7cb188b539e531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71214, "upload_time": "2015-06-17T08:26:42", "url": "https://files.pythonhosted.org/packages/19/dd/2b0053631a85d049c57d07ce3b1901a4b2ea4ddaa99fd67f2358a2a277e0/odML-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "8855931420c8c7a4107fd64b2aa131a0", "sha256": "bbfe8c3df9fb80e83d9642e7c2dff631618d4100b6b0974be93a1dd90850b85f" }, "downloads": -1, "filename": "odML-1.2.tar.gz", "has_sig": false, "md5_digest": "8855931420c8c7a4107fd64b2aa131a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92619, "upload_time": "2017-01-13T11:27:41", "url": "https://files.pythonhosted.org/packages/57/38/0ae5abc880c91ffdc10d8d79a96430e93690cbd831a6c21b29fdbe81168e/odML-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "d15ea70cc55231928b67a728f0575933", "sha256": "dae683dc21998ae69c669e61d5871e722187bc9410980462ec7b08c7e6ae4ffd" }, "downloads": -1, "filename": "odML-1.2.1.tar.gz", "has_sig": false, "md5_digest": "d15ea70cc55231928b67a728f0575933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95379, "upload_time": "2017-01-16T11:13:34", "url": "https://files.pythonhosted.org/packages/2f/c7/f81ccb2d6dc52833ab53f86e4c1abce9b1d5a050639ee076dd98a4d87503/odML-1.2.1.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "1d3d8c056b7cb047f4ac3ecbf2e7d5b3", "sha256": "da01afbb787d97d59555109b65909b1b436414e5ef00100d90ba37f8333291fd" }, "downloads": -1, "filename": "odML-1.3.0.tar.gz", "has_sig": false, "md5_digest": "1d3d8c056b7cb047f4ac3ecbf2e7d5b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73184, "upload_time": "2017-08-14T12:20:43", "url": "https://files.pythonhosted.org/packages/26/65/ff833d6d01cbdcda9f08421679b69f90578cfafeb3c155d98b4b9569ac12/odML-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "4baa6e8d2a0261cce448a9e33c0f7169", "sha256": "95b6e349fc4f7241e815776aa88341e1af63b2d9a30b8b6d4ecb4ed776ae5b3d" }, "downloads": -1, "filename": "odML-1.3.1.tar.gz", "has_sig": false, "md5_digest": "4baa6e8d2a0261cce448a9e33c0f7169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72987, "upload_time": "2017-08-14T12:56:00", "url": "https://files.pythonhosted.org/packages/8e/47/d56e7961c3cb21e551d430a58cfc604f9d70f46236ca47d5c53a7e877e66/odML-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "4c7746635c90f7ce4567d5e7b8271ce3", "sha256": "6ea608869a96050a85d33bcaa31b66ce6b37aacd4ac2914cdc815af43376af6a" }, "downloads": -1, "filename": "odML-1.3.2.tar.gz", "has_sig": false, "md5_digest": "4c7746635c90f7ce4567d5e7b8271ce3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73589, "upload_time": "2017-08-18T13:47:05", "url": "https://files.pythonhosted.org/packages/94/a1/410640273ac021648ca71186271c64a08f9731076ea9e187a293f063fd0d/odML-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "4955adc0f489e8324e41c2e49ed925fd", "sha256": "c5b948ac9cda49a0afdf88b70b5944dda8ec870fa677e2794c2cadb5bb11f18f" }, "downloads": -1, "filename": "odML-1.3.3.tar.gz", "has_sig": false, "md5_digest": "4955adc0f489e8324e41c2e49ed925fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53941, "upload_time": "2018-01-23T17:21:18", "url": "https://files.pythonhosted.org/packages/86/fb/e7a8c176464776aaaa8a53fe7a1e8feaf452465a4651a7ac8a14e9372b3b/odML-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "ec710d4a99bfe30f9ab3a250f9e9fa9b", "sha256": "5bfbdf83cf697393dbc72ccf76a79c0d295eca3d5d11a97be49d1bee3c90cb93" }, "downloads": -1, "filename": "odML-1.3.4.1.tar.gz", "has_sig": false, "md5_digest": "ec710d4a99bfe30f9ab3a250f9e9fa9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54580, "upload_time": "2018-04-25T12:53:03", "url": "https://files.pythonhosted.org/packages/6a/ec/49c2837654f747988811fce0ba9fb5ea3a1c66aa5b32eaadb5223a7a1992/odML-1.3.4.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "c845d78a640ba5662a25505b16a87f6d", "sha256": "641402a8609cef9e3ab2d8fbdecb99ac5c2abd6797779a221b275fe0c567005c" }, "downloads": -1, "filename": "odML-1.4.0.3.tar.gz", "has_sig": false, "md5_digest": "c845d78a640ba5662a25505b16a87f6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70960, "upload_time": "2018-05-23T12:10:29", "url": "https://files.pythonhosted.org/packages/7c/02/b030ce27be11042e4df5454ca61a92981c855952df2edeff17eabc364c14/odML-1.4.0.3.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "e4c2c5420eab31f74165a1a4a2819445", "sha256": "e19cd7df63cf1c0ac770a416b36034d9c8b77316deac3ebd2d0be02fdb441865" }, "downloads": -1, "filename": "odML-1.4.1.1.tar.gz", "has_sig": false, "md5_digest": "e4c2c5420eab31f74165a1a4a2819445", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78323, "upload_time": "2018-08-23T11:59:02", "url": "https://files.pythonhosted.org/packages/c3/18/c4cacef4faf9b075c8fd904d0070101db5d4f7f98922eaa8a43e239994e1/odML-1.4.1.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "a8584d56fa07a2c0d45d9138522f3953", "sha256": "089e09aed7b87e84a5fc9a20cb5578cecf6c2c2cb11cf25788f204b7f8a86fc8" }, "downloads": -1, "filename": "odML-1.4.2.1.tar.gz", "has_sig": false, "md5_digest": "a8584d56fa07a2c0d45d9138522f3953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82036, "upload_time": "2018-11-26T15:33:30", "url": "https://files.pythonhosted.org/packages/a8/2f/6c2df860afb940af8dbc9f1a96f5fac3baf8d60b3676ab32d968736b27c2/odML-1.4.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8584d56fa07a2c0d45d9138522f3953", "sha256": "089e09aed7b87e84a5fc9a20cb5578cecf6c2c2cb11cf25788f204b7f8a86fc8" }, "downloads": -1, "filename": "odML-1.4.2.1.tar.gz", "has_sig": false, "md5_digest": "a8584d56fa07a2c0d45d9138522f3953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82036, "upload_time": "2018-11-26T15:33:30", "url": "https://files.pythonhosted.org/packages/a8/2f/6c2df860afb940af8dbc9f1a96f5fac3baf8d60b3676ab32d968736b27c2/odML-1.4.2.1.tar.gz" } ] }