{
"info": {
"author": "Jim Pivarski (DIANA-HEP)",
"author_email": "pivarski@fnal.gov",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development",
"Topic :: Utilities"
],
"description": ".. image:: https://raw.githubusercontent.com/scikit-hep/histbook/master/docs/source/logo-500px.png\n :alt: histbook\n :target: https://github.com/scikit-hep/histbook\n\n|\n\n.. inclusion-marker-1-5-do-not-remove\n\nhistbook computes histograms from Numpy arrays. It differs from most other histogramming tools in that its histograms are primarily tables of numbers, rather than display graphics. Histograms can be filled and refilled iteratively through a large dataset, or in parallel and later combined with addition\\*. Histograms have arbitrarily many dimensions with convenient methods for selecting, rebinning, and projecting into lower-dimensional spaces.\n\nAxis dimensions are managed by algebraic expressions, rather than string labels or index positions, so they are computable: an axis named ``x + y`` requires two Numpy arrays, ``x`` and ``y``, which will be added before filling the histogram. Expressions in different axes or different histograms in the same \"book\" (a collection of named histograms) are computed in an optimized way, reusing subexpressions wherever possible for quicker filling without giving up clarity.\n\nHistogram data may be exported to a variety of formats, such as `Pandas `__, `ROOT `__, and `HEPData `__. It can also be plotted with `Vega-Lite `__, which makes short work of projecting many dimensions of data as overlays and trellises.\n\n(\\*In this respect, histbook is like histogramming packages developed for particle physics, from `CERN HBOOK `__ in the 1970's (name similarity intended) to modern-day `ROOT `__.)\n\n.. inclusion-marker-2-do-not-remove\n\nInstallation\n============\n\nInstall histbook like any other Python package:\n\n.. code-block:: bash\n\n pip install histbook --user\n\nor similar (use ``sudo``, ``--user``, ``virtualenv``, or pip-in-conda if you wish).\n\nStrict dependencies:\n====================\n\n- `Python `__ (2.7+, 3.4+)\n- `Numpy `__ (1.8.0+)\n\nRecommended dependencies:\n=========================\n\n- `Pandas `__ for more convenient programmatic access to bin contents\n- `Jupyter Notebook `__ for interlaced histogramming and plotting\n- `JupyterLab `__ for a complete IDE-like environment\n- `ipyvega `__ to view plots in a Jupyter Notebook (not needed for JupyterLab)\n- `Altair `__ to mix histograms with Altair graphics (usable in both Jupyter Notebook and JupyterLab)\n- `VegaScope `__ to view plots in a web browser *without* Jupyter\n- `ROOT `__ to analyze histograms in a complete statistical toolkit\n- `uproot `__ to access ROOT files without the full ROOT framework\n\n.. TODO NumExpr http://numexpr.readthedocs.io/en/latest/user_guide.html to accelerate the calculation of complex expressions\n\nTutorial\n========\n\nSee the `project homepage `__ for a `tutorial `__.\n\nInteractive tutorial\n====================\n\nRun `this tutorial `__ on Binder.\n\nReference documentation\n=======================\n\n* `Histograms `__\n* `Books of histograms `__\n* `Axis descriptors `__",
"description_content_type": "",
"docs_url": null,
"download_url": "https://github.com/scikit-hep/histbook/releases",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/scikit-hep/histbook",
"keywords": "",
"license": "BSD 3-clause",
"maintainer": "Jim Pivarski (DIANA-HEP)",
"maintainer_email": "pivarski@fnal.gov",
"name": "histbook",
"package_url": "https://pypi.org/project/histbook/",
"platform": "Any",
"project_url": "https://pypi.org/project/histbook/",
"project_urls": {
"Download": "https://github.com/scikit-hep/histbook/releases",
"Homepage": "https://github.com/scikit-hep/histbook"
},
"release_url": "https://pypi.org/project/histbook/1.2.5/",
"requires_dist": null,
"requires_python": "",
"summary": "Versatile, high-performance histogram toolkit for Numpy.",
"version": "1.2.5"
},
"last_serial": 4457827,
"releases": {
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "fb20cb2a1b38664d3b80bde80b3d6fb3",
"sha256": "dd28eb14b27d044258318f133123f3fb8c7dd4b3a7266b5f130c7ae497a669e1"
},
"downloads": -1,
"filename": "histbook-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "fb20cb2a1b38664d3b80bde80b3d6fb3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 42888,
"upload_time": "2018-05-21T17:18:47",
"url": "https://files.pythonhosted.org/packages/c8/4f/bfb71e47b100548db15895a4fbb6478679c99a5d18a5834f1a9054f8d9a2/histbook-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "ef232fc57259bc967aab56ecce087845",
"sha256": "a3dd1c3d587b48c524568773f9328767467cc61868b330fd85285703f68cd688"
},
"downloads": -1,
"filename": "histbook-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "ef232fc57259bc967aab56ecce087845",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 322484,
"upload_time": "2018-05-22T22:32:17",
"url": "https://files.pythonhosted.org/packages/06/fc/97329ab7a6b7c609c8a8ba3bbd1ed29f861c16a7fe2ff71dfaee1123be9a/histbook-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "4eb7bfe7f6e971bad83806847f3334c2",
"sha256": "c7f73d49e803802b13265c57e5988e10b6937b2a4276b0aa36cbf94b270f2aca"
},
"downloads": -1,
"filename": "histbook-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "4eb7bfe7f6e971bad83806847f3334c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 316396,
"upload_time": "2018-05-23T13:47:47",
"url": "https://files.pythonhosted.org/packages/8d/62/92575b935dc27e8cd4aa6415189966b79aa271d0dcbad7c324f7c80b94da/histbook-0.0.4.tar.gz"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "5bf8ceb9328e1a8806f96fca1535df43",
"sha256": "859ec366866c9ee6f0c39cfed52ed0a25b5b0b518f925194075381cc04feee69"
},
"downloads": -1,
"filename": "histbook-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "5bf8ceb9328e1a8806f96fca1535df43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 317231,
"upload_time": "2018-05-29T23:07:23",
"url": "https://files.pythonhosted.org/packages/7d/78/fcb46a8cc181851a49c87ecf0ece2eec026c907c1cfabe86b07edaba644d/histbook-0.0.5.tar.gz"
}
],
"0.0.6": [
{
"comment_text": "",
"digests": {
"md5": "6606f93903d61d8570a1154d6135f6a0",
"sha256": "21432594ff3e28ba8c13cbfa1c3ede6ece7ebd8cf5bc0e8e025a532a554cdf29"
},
"downloads": -1,
"filename": "histbook-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "6606f93903d61d8570a1154d6135f6a0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 317407,
"upload_time": "2018-05-30T19:52:33",
"url": "https://files.pythonhosted.org/packages/90/cd/162d5a7ab22e571a7a7bc952770e195dc6fa449f170c82827c12db84605b/histbook-0.0.6.tar.gz"
}
],
"0.0.7": [
{
"comment_text": "",
"digests": {
"md5": "d1941e11f85984f177d460a7a6533faf",
"sha256": "f8e5c87f9995f72a7739c154ad1f583c1149678b3ae3182831a3fbe5ec85d29e"
},
"downloads": -1,
"filename": "histbook-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "d1941e11f85984f177d460a7a6533faf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 324625,
"upload_time": "2018-06-05T22:37:03",
"url": "https://files.pythonhosted.org/packages/75/16/7a28bb1d40fbe2c76197916d9e403c60d8498c8b94c35adad0971eda9b7f/histbook-0.0.7.tar.gz"
}
],
"0.0.8": [
{
"comment_text": "",
"digests": {
"md5": "a516cfc6bcac8da9c3dbff439830780b",
"sha256": "698b1047ead78f4dab2c07c086f0ce513088f1272d7f6a2c0de4d9b45a96babc"
},
"downloads": -1,
"filename": "histbook-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "a516cfc6bcac8da9c3dbff439830780b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 331870,
"upload_time": "2018-06-06T14:33:39",
"url": "https://files.pythonhosted.org/packages/9e/81/b59541cdee66238b6bad10105fe7e50b3a48d0d885ce8d1aaa58deb200c9/histbook-0.0.8.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "bad48d582a13c0f89161b844beaf4fcc",
"sha256": "f216273d5cb771db15958d11787129c3c3d94368ab42d5ac5ba2c3361cfa0305"
},
"downloads": -1,
"filename": "histbook-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "bad48d582a13c0f89161b844beaf4fcc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 331865,
"upload_time": "2018-06-06T14:42:02",
"url": "https://files.pythonhosted.org/packages/3f/a7/ea389b487bcb1d267c536d65fc444acecaa595e2f57296315305d3d8e7c8/histbook-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "3d7ef7dd31cc4ab0fd3315392bd7a566",
"sha256": "5fba3759de881e18bdda946de79401a67541dcae7a91a8078e622f091146b884"
},
"downloads": -1,
"filename": "histbook-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "3d7ef7dd31cc4ab0fd3315392bd7a566",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 363236,
"upload_time": "2018-06-06T15:54:02",
"url": "https://files.pythonhosted.org/packages/ab/55/0bd013c93596049abbba822bd0cbb732ccb41c0fb76c989e3fb9f3936f37/histbook-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "f9ed09bcf05c238e25e66f26a5451fff",
"sha256": "87ab6669476594b56237cdbe2bd10af31c3b066cbee02f0ec671e45e012a398b"
},
"downloads": -1,
"filename": "histbook-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "f9ed09bcf05c238e25e66f26a5451fff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 363357,
"upload_time": "2018-06-06T16:38:18",
"url": "https://files.pythonhosted.org/packages/f7/b2/0273876177ac157d8ede2306e760e5fd71b892ad99d340171d1188c95610/histbook-1.0.2.tar.gz"
}
],
"1.0.3": [
{
"comment_text": "",
"digests": {
"md5": "1e489704bf167dc419694b6b2efb967d",
"sha256": "d0263235d1cb8375549a66fa6a158dd9abb6f447b849d516a5b512214757d8d3"
},
"downloads": -1,
"filename": "histbook-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "1e489704bf167dc419694b6b2efb967d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 643287,
"upload_time": "2018-06-06T19:23:06",
"url": "https://files.pythonhosted.org/packages/eb/ab/dcad3b86a226d679c2e6dcd59ee8e40c3199222330ed34d08e57c187a26a/histbook-1.0.3.tar.gz"
}
],
"1.0.4": [
{
"comment_text": "",
"digests": {
"md5": "19a31b298e14fb30b73c450d6299f58f",
"sha256": "f240a2333a259ee3c3cf5db79eb7364fd0883320e086915f348b77386988078c"
},
"downloads": -1,
"filename": "histbook-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "19a31b298e14fb30b73c450d6299f58f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 644016,
"upload_time": "2018-06-07T03:37:11",
"url": "https://files.pythonhosted.org/packages/69/f9/fb38a441baeae872720cb122cdda1974ca9dc07e14840b437ee0833b6355/histbook-1.0.4.tar.gz"
}
],
"1.0.5": [
{
"comment_text": "",
"digests": {
"md5": "8f9c6c7a4327a8b43d5701d4df07ce72",
"sha256": "3171f4acffedb124d29e1a986745bded4141f79e399507767d4d2aec281e5bf1"
},
"downloads": -1,
"filename": "histbook-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "8f9c6c7a4327a8b43d5701d4df07ce72",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 644515,
"upload_time": "2018-06-08T13:53:16",
"url": "https://files.pythonhosted.org/packages/92/83/376ecec1e23abcabfc6d35eb8839f152b014d29c5f72d260ae0d690edc1f/histbook-1.0.5.tar.gz"
}
],
"1.0.6": [
{
"comment_text": "",
"digests": {
"md5": "b364ad1dc98b9810429cf5ef85284c37",
"sha256": "2819035be5e6b7298b02c50f75b8a61fb10ddd11c197e34b00b0bfe825c222cc"
},
"downloads": -1,
"filename": "histbook-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "b364ad1dc98b9810429cf5ef85284c37",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 647251,
"upload_time": "2018-06-10T14:29:33",
"url": "https://files.pythonhosted.org/packages/65/01/6d9a8833a52c387add97c68bab7273f6e76a59f3843fe0c6b17e69f9add8/histbook-1.0.6.tar.gz"
}
],
"1.0.7": [
{
"comment_text": "",
"digests": {
"md5": "d865debb6ba4fcf2128fe615d810b231",
"sha256": "2c8a3de4496143141b0d19f2fe8d96ef8647d2ec59ebc329db77a55e1ee674e3"
},
"downloads": -1,
"filename": "histbook-1.0.7.tar.gz",
"has_sig": false,
"md5_digest": "d865debb6ba4fcf2128fe615d810b231",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 647242,
"upload_time": "2018-06-11T14:11:07",
"url": "https://files.pythonhosted.org/packages/6d/b7/4b61d07178c31b9e4456e5cc384acd46af74ed795d1e5d82beb1497e502b/histbook-1.0.7.tar.gz"
}
],
"1.0.8": [
{
"comment_text": "",
"digests": {
"md5": "6a4ba23b7a9ae622a1b4ddc8fed4da7b",
"sha256": "dd6e2b1ed9f3782d44cb5f6f059ee19994a7073e93384b876ddcfb38698cfb55"
},
"downloads": -1,
"filename": "histbook-1.0.8.tar.gz",
"has_sig": false,
"md5_digest": "6a4ba23b7a9ae622a1b4ddc8fed4da7b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 647335,
"upload_time": "2018-06-11T16:39:42",
"url": "https://files.pythonhosted.org/packages/fe/8d/864e9c83797954fda14ae05765b461e85fb2a17ada57b7cfa2b1d107c1eb/histbook-1.0.8.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "7feacf8aae984d7193d4e5a8d99a4ad1",
"sha256": "93b2c47a8a6818cc062b9563067ed22f25ae28d4c85a3661bcc4b436a7e09f4e"
},
"downloads": -1,
"filename": "histbook-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7feacf8aae984d7193d4e5a8d99a4ad1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 658403,
"upload_time": "2018-06-18T14:25:46",
"url": "https://files.pythonhosted.org/packages/16/db/e4e0eb4e7c0e0d78a9252f1b058eb732b8b37085e31bdfe241e718f4d4cf/histbook-1.1.0.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "43484d202c95bbcc44849a507127a3f3",
"sha256": "5490207ad43af068f7d274955109a8097823c325d68f926e8628393277187f6b"
},
"downloads": -1,
"filename": "histbook-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "43484d202c95bbcc44849a507127a3f3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 666395,
"upload_time": "2018-06-19T17:44:26",
"url": "https://files.pythonhosted.org/packages/30/28/9e1653669af6dfae1bcd575d1ec0551feff46e07159c87d683be48d2be03/histbook-1.2.0.tar.gz"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "f9651282c8e27202c668b8ed922bf301",
"sha256": "e49b3e584aaa9ff6d9ff2df71d354e2b684a8d63b05e80e5b6c8215bcb67fb90"
},
"downloads": -1,
"filename": "histbook-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "f9651282c8e27202c668b8ed922bf301",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 666513,
"upload_time": "2018-06-22T19:53:08",
"url": "https://files.pythonhosted.org/packages/a4/10/b47376a56ef5151147f12d723dd50cac0aa469389649486c447d8e74a97f/histbook-1.2.1.tar.gz"
}
],
"1.2.3": [
{
"comment_text": "",
"digests": {
"md5": "7b4b544757280e7cab93f85bac471b5d",
"sha256": "a493abac16f848682f62a0d9c4419554e28364282e3af661618af75b18a1a589"
},
"downloads": -1,
"filename": "histbook-1.2.3.tar.gz",
"has_sig": false,
"md5_digest": "7b4b544757280e7cab93f85bac471b5d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 667075,
"upload_time": "2018-07-26T13:07:29",
"url": "https://files.pythonhosted.org/packages/5b/92/aa06b6838bc52a5b90de38a05eebc9d8c8f5636a8051e194706753a8491d/histbook-1.2.3.tar.gz"
}
],
"1.2.4": [
{
"comment_text": "",
"digests": {
"md5": "f404719829362b9e1847114c63fe56b8",
"sha256": "864b2943005d6be0c889504c6e1090fea2036c9557837e06ca83d06590037c49"
},
"downloads": -1,
"filename": "histbook-1.2.4.tar.gz",
"has_sig": false,
"md5_digest": "f404719829362b9e1847114c63fe56b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 667758,
"upload_time": "2018-10-26T18:59:04",
"url": "https://files.pythonhosted.org/packages/d2/0d/d85589732c1a47cc3f314343772d5d91d3b8d17ca4216eb6ff8e0c1cc1e9/histbook-1.2.4.tar.gz"
}
],
"1.2.5": [
{
"comment_text": "",
"digests": {
"md5": "d662ba8051057bd12b530ad18786e217",
"sha256": "76d1f143f8abccf5539029fbef8133db84f377fc7752ac9e7e6d19ac9a277967"
},
"downloads": -1,
"filename": "histbook-1.2.5.tar.gz",
"has_sig": false,
"md5_digest": "d662ba8051057bd12b530ad18786e217",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 667784,
"upload_time": "2018-11-06T15:23:46",
"url": "https://files.pythonhosted.org/packages/3d/bb/6036779d2571c231ec257b994cb65cce83a103741a0c65403853043b7172/histbook-1.2.5.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d662ba8051057bd12b530ad18786e217",
"sha256": "76d1f143f8abccf5539029fbef8133db84f377fc7752ac9e7e6d19ac9a277967"
},
"downloads": -1,
"filename": "histbook-1.2.5.tar.gz",
"has_sig": false,
"md5_digest": "d662ba8051057bd12b530ad18786e217",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 667784,
"upload_time": "2018-11-06T15:23:46",
"url": "https://files.pythonhosted.org/packages/3d/bb/6036779d2571c231ec257b994cb65cce83a103741a0c65403853043b7172/histbook-1.2.5.tar.gz"
}
]
}