{ "info": { "author": "Shay Palachy", "author_email": "shay.palachy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "barn |barn_icon|\n################\n|PyPI-Status| |PyPI-Versions| |Build-Status| |Codecov| |LICENCE|\n\n.. |barn_icon| image:: https://github.com/shaypal5/barn/blob/95ff3db47659733cd4f4fce6fa6ce7b7a69fd3a2/barn_small.png\n\nSimple local/remote dataset store for Python.\n\n.. code-block:: python\n\n from barn import Dataset\n twitter_usa = Dataset(name='twitter_usa', task='NER')\n # download from an azure block blob storage and load into a dataframe\n twitter_usa.download(tags=['preprocessed'], version='20180305')\n df = twitter_usa.df(tags=['preprocessed'], version='20180305')\n\n.. contents::\n\n.. section-numbering::\n\n\nInstallation\n============\n\n.. code-block:: bash\n\n pip install barn\n\n\nFeatures\n========\n\n* Pure python.\n* Supports Python 3.5+.\n\n\nUse\n===\n\nTBA\n\n\nContributing\n============\n\nPackage author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.\n\nInstalling for development\n----------------------------\n\nClone:\n\n.. code-block:: bash\n\n git clone git@github.com:shaypal5/barn.git\n\n\nInstall in development mode, including test dependencies:\n\n.. code-block:: bash\n\n cd barn\n pip install -e '.[test]'\n\n\nRunning the tests\n-----------------\n\nTo run the tests use:\n\n.. code-block:: bash\n\n cd barn\n pytest\n\n\nAdding documentation\n--------------------\n\nThe project is documented using the `numpy docstring conventions`_, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings. When documenting code you add to this project, follow `these conventions`_.\n\n.. _`numpy docstring conventions`: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt\n.. _`these conventions`: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt\n\nAdditionally, if you update this ``README.rst`` file, use ``python setup.py checkdocs`` to validate it compiles.\n\n\nCredits\n=======\n\nCreated by `Shay Palachy `_ (shay.palachy@gmail.com).\n\n\n.. |PyPI-Status| image:: https://img.shields.io/pypi/v/barn.svg\n :target: https://pypi.python.org/pypi/barn\n\n.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/barn.svg\n :target: https://pypi.python.org/pypi/barn\n\n.. |Build-Status| image:: https://travis-ci.org/shaypal5/barn.svg?branch=master\n :target: https://travis-ci.org/shaypal5/barn\n\n.. |LICENCE| image:: https://img.shields.io/github/license/shaypal5/barn.svg\n :target: https://github.com/shaypal5/barn/blob/master/LICENSE\n\n.. |Codecov| image:: https://codecov.io/github/shaypal5/barn/coverage.svg?branch=master\n :target: https://codecov.io/github/shaypal5/barn?branch=master\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shaypal5/barn", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "barn", "package_url": "https://pypi.org/project/barn/", "platform": "", "project_url": "https://pypi.org/project/barn/", "project_urls": { "Homepage": "https://github.com/shaypal5/barn" }, "release_url": "https://pypi.org/project/barn/0.0.5/", "requires_dist": [ "birch (>=0.0.9)", "pdutil (>=0.0.8)", "azure-storage (>=0.36.0)", "decore (>=0.0.1)", "pytest; extra == 'test'", "coverage; extra == 'test'", "pytest-cov; extra == 'test'", "azure-storage; extra == 'test'", "collective.checkdocs; extra == 'test'", "pygments; extra == 'test'", "birch (>=0.0.9); extra == 'test'", "pdutil (>=0.0.8); extra == 'test'", "azure-storage (>=0.36.0); extra == 'test'", "decore (>=0.0.1); extra == 'test'" ], "requires_python": ">=3.5", "summary": "Simple Python-based local/remote dataset store.", "version": "0.0.5" }, "last_serial": 3957690, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "3be600d6873a303f06e564b49568f343", "sha256": "369ddfd40ded041d97b117d2192010930229bb888062419abc685605a58ce730" }, "downloads": -1, "filename": "barn-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3be600d6873a303f06e564b49568f343", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 6629, "upload_time": "2018-03-13T16:01:47", "url": "https://files.pythonhosted.org/packages/3e/e9/b6fe6a779e2ac88720cc6daddf32cf4a11347052e4130f85d46a93383528/barn-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7ff19ebebfefc70fbe9299866ca2bfb", "sha256": "753dbdcf5e839f635e1c917eca46c1820692d65eba9fbac9c0b874587bf00d6a" }, "downloads": -1, "filename": "barn-0.0.0.tar.gz", "has_sig": false, "md5_digest": "f7ff19ebebfefc70fbe9299866ca2bfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19248, "upload_time": "2018-03-13T16:01:46", "url": "https://files.pythonhosted.org/packages/8f/9f/7682340eb2cba82eea98c6fae68ceddeb1421b1501abb745504d476ef24d/barn-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "9e96de7541983834fbe717cddd09b3c6", "sha256": "1aaf2d5fb19884c9f7e335f91e88216065568e148307ae56fe56914f7559a90f" }, "downloads": -1, "filename": "barn-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e96de7541983834fbe717cddd09b3c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 7381, "upload_time": "2018-04-25T09:11:21", "url": "https://files.pythonhosted.org/packages/fc/fb/7745c3dbfac6bbd897b634e6779ac70583a473ff2543aad13ff89f282beb/barn-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a8b45e9562d5f18f42fb12353f42edd4", "sha256": "0a20b196268dbdee210f3dc189e01fb5739be7ae403bf4f061e2d35249fb2c0a" }, "downloads": -1, "filename": "barn-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8b45e9562d5f18f42fb12353f42edd4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 7892, "upload_time": "2018-04-25T15:36:47", "url": "https://files.pythonhosted.org/packages/32/a7/e337023fb27638597c170d564f7e9936454b7c405f11cabe66ae7fd34227/barn-0.0.2-py2.py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0758429ee226f583cfbe89a7e6f53bc3", "sha256": "b2f7ca79f575ea3e4fb029f30584b7219402d29fa10020897cd6c1d1bbc7413c" }, "downloads": -1, "filename": "barn-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0758429ee226f583cfbe89a7e6f53bc3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 7962, "upload_time": "2018-04-26T09:48:38", "url": "https://files.pythonhosted.org/packages/95/88/41fc7853c344911fc986137956e6d1a0e9cab5b94552045e84a3aa8f3987/barn-0.0.3-py2.py3-none-any.whl" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "689c7cb55ebf62ba6006df2daa4e1d13", "sha256": "367711cbf065aba44a26998f5d867bffe9bfb3409f9cade342b415acf7c90b29" }, "downloads": -1, "filename": "barn-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "689c7cb55ebf62ba6006df2daa4e1d13", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 7962, "upload_time": "2018-05-10T11:47:43", "url": "https://files.pythonhosted.org/packages/1a/b9/962e2b1506c0e5f58dc2c3fa08c7f34a2426e665408560ba0f3f81acefb0/barn-0.0.4-py2.py3-none-any.whl" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "04faa5df34d6eb01f2cc47403c75e8f4", "sha256": "d0b226248abee7464d4fb08aa367908e1777d717e09271c50f885d6ecc460136" }, "downloads": -1, "filename": "barn-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "04faa5df34d6eb01f2cc47403c75e8f4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 9624, "upload_time": "2018-06-13T13:33:19", "url": "https://files.pythonhosted.org/packages/a2/bb/e705e81fca7315a196cba78c61c9629fdc6cbe738b0d6b1025ad0577b6e4/barn-0.0.5-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04faa5df34d6eb01f2cc47403c75e8f4", "sha256": "d0b226248abee7464d4fb08aa367908e1777d717e09271c50f885d6ecc460136" }, "downloads": -1, "filename": "barn-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "04faa5df34d6eb01f2cc47403c75e8f4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 9624, "upload_time": "2018-06-13T13:33:19", "url": "https://files.pythonhosted.org/packages/a2/bb/e705e81fca7315a196cba78c61c9629fdc6cbe738b0d6b1025ad0577b6e4/barn-0.0.5-py2.py3-none-any.whl" } ] }