{ "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", "Programming Language :: Python", "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": "shleem\n########\n|PyPI-Status| |PyPI-Versions| |Build-Status| |Codecov| |LICENCE|\n\nAutomate and version datasets generation from data sources.\n\n.. code-block:: python\n\n import shleem\n # mystery code\n\n.. contents::\n\n.. section-numbering::\n\n\nInstallation\n============\n\n.. code-block:: bash\n\n pip install shleem\n\n\nSetting up shleem\n===================\n\nshleem uses a couple of simple conventions to handle credentials and refer to MongoDB servers:\n\nCredentials file\n----------------\n\nYou must set up a credentials file for shleem to use. Create a ``.shleem/shleem_credentials.yml`` file in your home folder, populating it with your MongoDB credentials, using an identical structure to the inner structure of the ``envs`` configuration parameters:\n\n.. code-block:: python\n\n environment_name:\n server_name:\n reading:\n username: reading_username\n password: password1\n writing:\n username: writing_username\n password: password2\n\nYou can extend this to include any number of environments and servers.\n\n\nBasic Use\n=========\n\nPass.\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/shleem.git\n\n\nInstall in development mode:\n\n.. code-block:: bash\n\n cd shleem\n pip install -e .\n\n\nRunning the tests\n-----------------\n\nTo run the tests use:\n\n.. code-block:: bash\n\n pip install pytest pytest-cov coverage\n cd shleem\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\n\nCredits\n=======\n\nCreated by Shay Palachy (shay.palachy@gmail.com).\n\n\n.. |PyPI-Status| image:: https://img.shields.io/pypi/v/shleem.svg\n :target: https://pypi.python.org/pypi/shleem\n\n.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/shleem.svg\n :target: https://pypi.python.org/pypi/shleem\n\n.. |Build-Status| image:: https://travis-ci.org/shaypal5/shleem.svg?branch=master\n :target: https://travis-ci.org/shaypal5/shleem\n\n.. |LICENCE| image:: https://img.shields.io/pypi/l/shleem.svg\n :target: https://pypi.python.org/pypi/shleem\n\n.. |Codecov| image:: https://codecov.io/github/shaypal5/shleem/coverage.svg?branch=master\n :target: https://codecov.io/github/shaypal5/shleem?branch=master", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shaypal5/shleem", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "shleem", "package_url": "https://pypi.org/project/shleem/", "platform": "", "project_url": "https://pypi.org/project/shleem/", "project_urls": { "Homepage": "https://github.com/shaypal5/shleem" }, "release_url": "https://pypi.org/project/shleem/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Automate and version datasets generation from data sources.", "version": "0.0.2" }, "last_serial": 3481343, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2f001282addcbecbb2e0a7b75ea69dc7", "sha256": "c639f4962bfab0062a7dc7481f59ee1b3f62e40c17d8a860444170996b354c28" }, "downloads": -1, "filename": "shleem-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f001282addcbecbb2e0a7b75ea69dc7", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 13715, "upload_time": "2017-12-20T13:50:42", "url": "https://files.pythonhosted.org/packages/6e/ef/e4f14f5c8fe93df6ba9ab975095f15ef6dc8268d7ab3e38ce67f59e2b06c/shleem-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c33748d3cc5987dcffdf49ac8a0dd0f", "sha256": "ab432e5e5b58b3ea3c9317affc5e3d782ba1192ad184d0eb39c4ccaf2ec1a272" }, "downloads": -1, "filename": "shleem-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9c33748d3cc5987dcffdf49ac8a0dd0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25892, "upload_time": "2017-12-20T13:50:40", "url": "https://files.pythonhosted.org/packages/9f/15/d64d1a29293e3081ca4ceb2ccfc05b67c02adde5d479016682dca934b652/shleem-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "418134303ceef8fec9aa3e30a39e6a2b", "sha256": "eeba3a98f36c98b0a3ee6b54dcd65fc7083855aff15aacb9fd1bdd61925e30d9" }, "downloads": -1, "filename": "shleem-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "418134303ceef8fec9aa3e30a39e6a2b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 13658, "upload_time": "2018-01-11T16:02:46", "url": "https://files.pythonhosted.org/packages/23/b0/f2f8bb2d91af0b75b0bcde1063bbcc68042da1872e6385abe39d706a43ba/shleem-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da2805887c1cd438013d5cf9a719b079", "sha256": "6ab32d393e2750000e2aadd2ece10b2bb8d1bb107c0f9c1c73b5360d128a0d52" }, "downloads": -1, "filename": "shleem-0.0.2.tar.gz", "has_sig": false, "md5_digest": "da2805887c1cd438013d5cf9a719b079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25856, "upload_time": "2018-01-11T16:02:43", "url": "https://files.pythonhosted.org/packages/94/d1/50e60dfc5bf85d692320c8332a9c1a9d2838aa9550a2feea0e5830dd5db2/shleem-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "418134303ceef8fec9aa3e30a39e6a2b", "sha256": "eeba3a98f36c98b0a3ee6b54dcd65fc7083855aff15aacb9fd1bdd61925e30d9" }, "downloads": -1, "filename": "shleem-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "418134303ceef8fec9aa3e30a39e6a2b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 13658, "upload_time": "2018-01-11T16:02:46", "url": "https://files.pythonhosted.org/packages/23/b0/f2f8bb2d91af0b75b0bcde1063bbcc68042da1872e6385abe39d706a43ba/shleem-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da2805887c1cd438013d5cf9a719b079", "sha256": "6ab32d393e2750000e2aadd2ece10b2bb8d1bb107c0f9c1c73b5360d128a0d52" }, "downloads": -1, "filename": "shleem-0.0.2.tar.gz", "has_sig": false, "md5_digest": "da2805887c1cd438013d5cf9a719b079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25856, "upload_time": "2018-01-11T16:02:43", "url": "https://files.pythonhosted.org/packages/94/d1/50e60dfc5bf85d692320c8332a9c1a9d2838aa9550a2feea0e5830dd5db2/shleem-0.0.2.tar.gz" } ] }