{ "info": { "author": "Flore , Neraste ", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# Dakara Base\n\n\n[![Travis CI Build Status](https://travis-ci.org/DakaraProject/dakara-base.svg?branch=develop)](https://travis-ci.org/DakaraProject/dakara-base)\n[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/50fay6bhsgxispcw/branch/develop?svg=true)](https://ci.appveyor.com/project/neraste/dakara-base/branch/develop)\n[![Codecov coverage analysis](https://codecov.io/gh/DakaraProject/dakara-base/branch/develop/graph/badge.svg)](https://codecov.io/gh/DakaraProject/dakara-base)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nThis project is a collection of tools and helper modules for the Dakara Project.\n\n## Modules available\n\n* `config`: a configuration helper that can load an YAML file and manage loggers;\n* `exceptions`: a base class for exceptions;\n* `http_client`: an HTTP client dedicated to be used with an API;\n* `progress_bar`: a collection of progress bars;\n* `resources_manager`: a helper for retreiving static files with module-like naming;\n* `safe_workers`: a library to facilitate the manipulation of threads;\n* `utils`: other various helpers;\n* `websocket_client`: a Websocket client.\n\n## Install\n\nInstall the package with:\n\n```sh\npip install dakarabase\n```\n\nIf you have downloaded the repo, you can install the package directly with:\n\n```sh\npython setup.py install\n```\n\n## Developpment\n\n### Install dependencies\n\nPlease ensure you have a recent enough version of `setuptools`:\n\n```sh\npip install --upgrade \"setuptools>=40.0\"\n```\n\nInstall the dependencies with:\n\n```sh\npip install -e \".[tests]\"\n```\n\nThis installs the normal dependencies of the package plus the dependencies for tests.\n\n### Run tests\n\nRun tests simply with:\n\n```sh\npython setup.py test\n```\n\nTo check coverage, use the `coverage` command:\n\n```sh\ncoverage run setup.py test\ncoverage report -m\n```\n\nMIT License\n\nCopyright (c) 2019 Dakara Project\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DakaraProject/dakara-base", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dakarabase", "package_url": "https://pypi.org/project/dakarabase/", "platform": "", "project_url": "https://pypi.org/project/dakarabase/", "project_urls": { "Bug tracker": "https://github.com/DakaraProject/dakara-base/issues", "Homepage": "https://github.com/DakaraProject/dakara-base" }, "release_url": "https://pypi.org/project/dakarabase/1.1.0/", "requires_dist": [ "PyYAML (<5.2,>=5.1)", "coloredlogs (<10.1,>=10.0)", "furl (<2.1,>=2.0)", "path.py (<12.1,>=12.0)", "progressbar2 (<3.44,>=3.43)", "requests (<2.23,>=2.22)", "websocket-client (<0.57,>=0.56)", "flake8 ; extra == 'tests'", "coverage ; extra == 'tests'", "codecov ; extra == 'tests'", "black ; (python_version >= \"3.6\") and extra == 'tests'" ], "requires_python": "", "summary": "Collecion of helper modules for the Dakara Project", "version": "1.1.0" }, "last_serial": 5836165, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b1c9cbb356398a6ba5b3db34441bf296", "sha256": "35c3e3bbfb8a9d29aab9051ba79c9adddaab00e2b67157ff50b34c581d97b4c6" }, "downloads": -1, "filename": "dakarabase-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b1c9cbb356398a6ba5b3db34441bf296", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20398, "upload_time": "2019-07-20T02:56:09", "url": "https://files.pythonhosted.org/packages/31/26/b53e83bc620377bb7b652baff0e6720d13c4e3de3c3b9c9aa2e909a5851f/dakarabase-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e33fb499881527e8ba116addf7dc40a", "sha256": "eea4324126545be7aa450e767d8fd928e03bbb9dd618d0ab4871fb4d7b1a1103" }, "downloads": -1, "filename": "dakarabase-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8e33fb499881527e8ba116addf7dc40a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28061, "upload_time": "2019-07-20T02:56:11", "url": "https://files.pythonhosted.org/packages/45/24/171b45c75063490d9ec8a2b83f997ffbda4f848d96d6bcd455c72b0a4756/dakarabase-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "87016a1f4e461edddee44a81eaa4c5fa", "sha256": "ac102370bada3cdeadbed3dcbca1f672533b3c4139a32fc353ec86698d8574eb" }, "downloads": -1, "filename": "dakarabase-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "87016a1f4e461edddee44a81eaa4c5fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20411, "upload_time": "2019-09-08T08:53:09", "url": "https://files.pythonhosted.org/packages/5a/3d/69175a8bf0e55c08c306c5b6338d5fa742d3e68b831267d980b9158484e4/dakarabase-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d213e7d628dcde40d7d22359a23b33ce", "sha256": "32b9da59bc4fcccde113a981516f32cef2497621447aa86229240fafd8a5301e" }, "downloads": -1, "filename": "dakarabase-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d213e7d628dcde40d7d22359a23b33ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28141, "upload_time": "2019-09-08T08:53:11", "url": "https://files.pythonhosted.org/packages/14/19/0e4179c501cd361cd1564def854971e54a1dc7e0bf4a77d210e9382f2926/dakarabase-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "59abd17053550fbc847da519eece8d09", "sha256": "77f4e3359bfe37ba6b48190f71727a1f76af27e66c0a8f149e335a2b6df07286" }, "downloads": -1, "filename": "dakarabase-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "59abd17053550fbc847da519eece8d09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22019, "upload_time": "2019-09-16T13:13:16", "url": "https://files.pythonhosted.org/packages/80/4f/d1340e4a194e678bea133e6b095a4f55b2be5ebb1ac9e72ab1ac03431ca1/dakarabase-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "940d879420e630059480096cc7c35f09", "sha256": "731bb0cb9ac38521990bc9d64a25d65ad09368eacb5eb04a7aa33a07049dfe75" }, "downloads": -1, "filename": "dakarabase-1.1.0.tar.gz", "has_sig": false, "md5_digest": "940d879420e630059480096cc7c35f09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30359, "upload_time": "2019-09-16T13:13:17", "url": "https://files.pythonhosted.org/packages/2b/10/ba2d416b793a66e4d5eae81f60b29145a8a888755cc46ac51707160cd3df/dakarabase-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59abd17053550fbc847da519eece8d09", "sha256": "77f4e3359bfe37ba6b48190f71727a1f76af27e66c0a8f149e335a2b6df07286" }, "downloads": -1, "filename": "dakarabase-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "59abd17053550fbc847da519eece8d09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22019, "upload_time": "2019-09-16T13:13:16", "url": "https://files.pythonhosted.org/packages/80/4f/d1340e4a194e678bea133e6b095a4f55b2be5ebb1ac9e72ab1ac03431ca1/dakarabase-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "940d879420e630059480096cc7c35f09", "sha256": "731bb0cb9ac38521990bc9d64a25d65ad09368eacb5eb04a7aa33a07049dfe75" }, "downloads": -1, "filename": "dakarabase-1.1.0.tar.gz", "has_sig": false, "md5_digest": "940d879420e630059480096cc7c35f09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30359, "upload_time": "2019-09-16T13:13:17", "url": "https://files.pythonhosted.org/packages/2b/10/ba2d416b793a66e4d5eae81f60b29145a8a888755cc46ac51707160cd3df/dakarabase-1.1.0.tar.gz" } ] }