{ "info": { "author": "Continuum Analytics, Inc.", "author_email": "support@continuum.io", "bugtrack_url": null, "classifiers": [], "description": "data\\_profiler\n==============\n\nThe data\\_profiler module extends the standard CPython profiler by\nrecording the functions' signatures. For NumPy array types this includes\nthe ``dtype`` attribute and the array's shape.\n\nIt also adds functionality to visualise the augmented profile table in\nsnakeviz.\n\nThis module is a direct port of ``Accelerate.profiler`` available in\n`Anaconda\nAccelerate `__.\n\nDocumentation is located `here `__\n\nInstalling\n----------\n\nThe easiest way to install data\\_profiler and get updates is by using\nthe `Anaconda Distribution `__\n\n::\n\n #> conda install data_profiler\n\nTo compile, test and run from source, it is recommended to create a\nconda environment containing the following:\n\n- numpy\n- numba >=0.26.0\n- snakeviz\n- jupyter\n- pytest\n\nfor instructions on how to do this see the\n`conda `__ documentation, specifically the\nsection on `managing\nenvironments `__.\n\nOnce a suitable environment is activated, installation achieved simply\nby running:\n\n::\n\n #> python setup.py install\n\nand the installation can be tested with:\n\n::\n\n #> pytest\n\nDocumentation\n-------------\n\nDocumentation is located `here `__.\n\nBuilding Documentation\n~~~~~~~~~~~~~~~~~~~~~~\n\nIt is also possible to build a local copy of the documentation from\nsource. This requires GNU Make and sphinx (available via conda).\n\nDocumentation is stored in the ``doc`` folder, and should be built with:\n\n::\n\n #> make SPHINXOPTS=-Wn clean html\n\nThis ensures that the documentation renders without errors. If errors\noccur, they can all be seen at once by building with:\n\n::\n\n #> make SPHINXOPTS=-n clean html\n\nHowever, these errors should all be fixed so that building with ``-Wn``\nis possible prior to merging any documentation changes or updates.\n\nContinuous Integration\n----------------------\n\nContinuous integration is provided by `Travis\nCI `__, the current build state is available\n`here `__.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://continuum.io", "keywords": "", "license": "proprietary", "maintainer": "", "maintainer_email": "", "name": "data-profiler", "package_url": "https://pypi.org/project/data-profiler/", "platform": "", "project_url": "https://pypi.org/project/data-profiler/", "project_urls": { "Homepage": "http://continuum.io" }, "release_url": "https://pypi.org/project/data-profiler/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Data Profiler", "version": "1.0.1" }, "last_serial": 3050482, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "8b1a545eb532a1d35f080a308d966e1a", "sha256": "af4f92ca8ce2ae413ae7ccf81fa7e2124b2d20f82577f40dbe3f32cd07237ef5" }, "downloads": -1, "filename": "data_profiler-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8b1a545eb532a1d35f080a308d966e1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45666, "upload_time": "2017-07-26T16:55:54", "url": "https://files.pythonhosted.org/packages/3e/c7/a2c3582909d7096e8da5087146d7156ac189493e4736fb421cb288f3c1eb/data_profiler-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b1a545eb532a1d35f080a308d966e1a", "sha256": "af4f92ca8ce2ae413ae7ccf81fa7e2124b2d20f82577f40dbe3f32cd07237ef5" }, "downloads": -1, "filename": "data_profiler-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8b1a545eb532a1d35f080a308d966e1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45666, "upload_time": "2017-07-26T16:55:54", "url": "https://files.pythonhosted.org/packages/3e/c7/a2c3582909d7096e8da5087146d7156ac189493e4736fb421cb288f3c1eb/data_profiler-1.0.1.tar.gz" } ] }