{ "info": { "author": "Leszek Grzanka, Mateusz Krakowski, Agnieszka Rudnicka", "author_email": "grzanka@agh.edu.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===============================\nbeprof\n===============================\n\n.. image:: https://img.shields.io/pypi/v/beprof.svg\n :target: https://pypi.python.org/pypi/beprof\n\n.. image:: https://img.shields.io/travis/DataMedSci/beprof.svg\n :target: https://travis-ci.org/DataMedSci/beprof\n\n.. image:: https://readthedocs.org/projects/beprof/badge/?version=latest\n :target: https://readthedocs.org/projects/beprof/?badge=latest\n :alt: Documentation Status\n\n========\nOverview\n========\n\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n\n * - docs\n - |docs|\n * - tests\n - |travis| |appveyor| |requires| |codeclimate|\n * - package\n - |version| |downloads| |wheel| |supported-versions| |supported-implementations|\n\n.. |docs| image:: https://readthedocs.org/projects/beprof/badge/?style=flat\n :target: https://readthedocs.org/projects/beprof\n :alt: Documentation Status\n\n.. |travis| image:: https://travis-ci.org/DataMedSci/beprof.svg?branch=master\n :alt: Travis-CI Build Status\n :target: https://travis-ci.org/DataMedSci/beprof\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/y06jw47ir3gvvgta?svg=true\n :alt: Appveyor Build Status\n :target: https://ci.appveyor.com/project/grzanka/beprof\n\n.. |requires| image:: https://requires.io/github/DataMedSci/beprof/requirements.svg?branch=master\n :alt: Requirements Status\n :target: https://requires.io/github/DataMedSci/beprof/requirements/?branch=master\n\n.. |codeclimate| image:: https://codeclimate.com/github/DataMedSci/beprof/badges/issue_count.svg\n :target: https://codeclimate.com/github/DataMedSci/beprof\n :alt: Issue Count\n\n.. |version| image:: https://img.shields.io/pypi/v/beprof.svg?style=flat\n :alt: PyPI Package latest release\n :target: https://pypi.python.org/pypi/beprof\n\n.. |downloads| image:: https://img.shields.io/pypi/dm/beprof.svg?style=flat\n :alt: PyPI Package monthly downloads\n :target: https://pypi.python.org/pypi/beprof\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/beprof.svg?style=flat\n :alt: PyPI Wheel\n :target: https://pypi.python.org/pypi/beprof\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/beprof.svg?style=flat\n :alt: Supported versions\n :target: https://pypi.python.org/pypi/beprof\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/beprof.svg?style=flat\n :alt: Supported implementations\n :target: https://pypi.python.org/pypi/beprof\n\n.. end-badges\n\nOverv.io issue board: https://overv.io/DataMedSci/beprof/\n\nBeam Profile Analysing Tools\n\nLibrary provides methods to work with Beam Profiles which are sets of points\n(2-D with optional metadata) sorted by one of coordinates.\ncd\nbeprof is based on nparray class from numpy, and it provides\nnumerous tools for different computations and data analysis.\n\nInstallation\n============\n\nCurrent version available on testing PyPi server, although once a\nstable version is ready it will be pushed to official PyPi repo.\n\nFor now, installation can be done from this GIT repository, using::\n\n pip install setuptools versioneer\n pip install git+https://github.com/DataMedSci/beprof.git\n\nTo unistall, simply use::\n\n pip uninstall beprof\n\nDocumentation\n=============\n\nhttps://beprof.readthedocs.io/\n\nFeatures\n--------\n\nOnce you install beprof, you should be able to import is as a python module\nUsing ipython the code would be i.e.::\n\n import beprof\n from beprof import curve #imports curve module\n from beprof import profile #imports profile module\n\nOnce you import necessary modules, you can use them to work with i.e. profiles::\n\n from beprof import profile\n dir(profile)\n p = profile.Profile([[0, 1], [1, -1], [2, 3], [4, 0]])\n print(p)\n\nYou can also use another modules as numpy or matplotlib to work with beprof::\n\n #assuming you already defined p as above\n import numpy as np\n import matplotlib.pyplot as plt\n foo = np.asarray(p)\n print(foo.shape())\n plt.plot(foo[:,0], foo[:,1])\n plt.show()\n\n\nNote that beprof is a library and end-users shouldn't \"run it\".\nIt is also strongly discouraged to use *git clone* to download code.\nGit is only for developers, end-users should use pip installation.\nIf you are interested in development - have a look at CONTRIBUTING_ section.\n\n.. _CONTRIBUTING: https://github.com/DataMedSci/beprof/blob/master/CONTRIBUTING.rst\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `grzanka/cookiecutter-pip-docker-versioneer`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`grzanka/cookiecutter-pip-docker-versioneer`: https://github.com/grzanka/cookiecutter-pip-docker-versioneer\n\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/DataMedSci/beprof", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "beprof", "package_url": "https://pypi.org/project/beprof/", "platform": "", "project_url": "https://pypi.org/project/beprof/", "project_urls": { "Homepage": "https://github.com/DataMedSci/beprof" }, "release_url": "https://pypi.org/project/beprof/0.1.4/", "requires_dist": [ "numpy (>=1.8); python_version < \"3.0\" or python_version >= \"3.4\"", "numpy (<1.12,>=1.8); python_version >= \"3.2\" and python_version < \"3.4\"" ], "requires_python": "", "summary": "Beam Profile Analysing Tools", "version": "0.1.4" }, "last_serial": 4498265, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "de9f17753d9311b2ad96bc9b179c65e6", "sha256": "3cd55c85fad682f2fa44f0b73c7063d04d957bf0ceb0fd75b6e646e30a4ff6a0" }, "downloads": -1, "filename": "beprof-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de9f17753d9311b2ad96bc9b179c65e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17137, "upload_time": "2016-12-15T12:34:35", "url": "https://files.pythonhosted.org/packages/12/70/4bc2f0d8d4eef972660f92a4ed0460f540862e14d84f16237bce166af626/beprof-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "71e9eef4d600322cb86de403231a605c", "sha256": "ae37eebc27a4957f4870fa760f7eb9feaa826597f399d680d6cb5c74d0eda477" }, "downloads": -1, "filename": "beprof-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "71e9eef4d600322cb86de403231a605c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17134, "upload_time": "2017-08-18T05:21:05", "url": "https://files.pythonhosted.org/packages/2e/86/6485c849f2e41937c3b588b21d728679e4138de38be4d4fccd14559e56b5/beprof-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "25bca16a217260c1a229ff11084eccf6", "sha256": "bbad8f9048f6ed7da8faf4f5de6c1be91610d4ad9fc94a343e3bee47bfece1b9" }, "downloads": -1, "filename": "beprof-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "25bca16a217260c1a229ff11084eccf6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17312, "upload_time": "2017-08-18T16:20:00", "url": "https://files.pythonhosted.org/packages/ab/9a/348d35ef1d6d55518883b0838c535388c16a4ce1f53ba144e8d119c5210e/beprof-0.1.2-py2.py3-none-any.whl" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d682eab1237ae3b1e4d91206e18db36c", "sha256": "89b596c3d1ff9c373ff65475ef502b810c905e81331e6fd0d1de5b55647b1b48" }, "downloads": -1, "filename": "beprof-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d682eab1237ae3b1e4d91206e18db36c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17429, "upload_time": "2017-08-18T19:15:39", "url": "https://files.pythonhosted.org/packages/ec/09/c90a9673df6bba00a3a27c2056b55155af7653e8deaec12086069f87810f/beprof-0.1.3-py2.py3-none-any.whl" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "c6b7498a8fe5e15b68248eeb093ef062", "sha256": "ee9679c049c8c05584932e6fafd069805a9e0f09bff44e226dd3f5aa210a9cc3" }, "downloads": -1, "filename": "beprof-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6b7498a8fe5e15b68248eeb093ef062", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15400, "upload_time": "2018-11-17T22:15:03", "url": "https://files.pythonhosted.org/packages/99/51/05154adc94002b662710401027f807df543aea97b7a3bcb505d9458498e8/beprof-0.1.4-py2.py3-none-any.whl" } ], "0.post0.dev1701467826050": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6b7498a8fe5e15b68248eeb093ef062", "sha256": "ee9679c049c8c05584932e6fafd069805a9e0f09bff44e226dd3f5aa210a9cc3" }, "downloads": -1, "filename": "beprof-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6b7498a8fe5e15b68248eeb093ef062", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15400, "upload_time": "2018-11-17T22:15:03", "url": "https://files.pythonhosted.org/packages/99/51/05154adc94002b662710401027f807df543aea97b7a3bcb505d9458498e8/beprof-0.1.4-py2.py3-none-any.whl" } ] }