========
Overview
========
.. start-badges
.. list-table::
:stub-columns: 1
* - docs
- |docs|
* - tests
- | |travis|
| |coveralls| |codecov|
| |codacy|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |docs| image:: https://readthedocs.org/projects/zfit-interface/badge/?style=flat
:target: https://readthedocs.org/projects/zfit-interface
:alt: Documentation Status
.. |travis| image:: https://api.travis-ci.org/zfit/zfit-interface.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/zfit/zfit-interface
.. |coveralls| image:: https://coveralls.io/repos/zfit/zfit-interface/badge.svg?branch=master&service=github
:alt: Coverage Status
:target: https://coveralls.io/r/zfit/zfit-interface
.. |codecov| image:: https://codecov.io/github/zfit/zfit-interface/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/zfit/zfit-interface
.. |codacy| image:: https://img.shields.io/codacy/grade/[Get ID from https://app.codacy.com/app/zfit/zfit-interface/settings].svg
:target: https://www.codacy.com/app/zfit/zfit-interface
:alt: Codacy Code Quality Status
.. |version| image:: https://img.shields.io/pypi/v/zfit-interface.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/zfit-interface
.. |wheel| image:: https://img.shields.io/pypi/wheel/zfit-interface.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/zfit-interface
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/zfit-interface.svg
:alt: Supported versions
:target: https://pypi.org/project/zfit-interface
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/zfit-interface.svg
:alt: Supported implementations
:target: https://pypi.org/project/zfit-interface
.. |commits-since| image:: https://img.shields.io/github/commits-since/zfit/zfit-interface/v0.0.1.svg
:alt: Commits since latest release
:target: https://github.com/zfit/zfit-interface/compare/v0.0.1...master
.. end-badges
zfit model fitting interface for HEP
* Free software: BSD 3-Clause License
Installation
============
::
pip install zfit-interface
You can also install the in-development version with::
pip install https://github.com/zfit/zfit-interface/archive/master.zip
Documentation
=============
https://zfit-interface.readthedocs.io/
Development
===========
To run the all tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Raw data
{
"_id": null,
"home_page": "https://github.com/zfit/zfit-interface",
"name": "zfit-interface",
"maintainer": "zfit",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "zfit@physik.uzh.ch",
"keywords": "TensorFlow,model,fitting,scalable,HEP,zfit",
"author": "Jonas Eschle <Jonas.Eschle@cern.ch>, Albert Puig <apuignav@gmail.com>, Rafael Silva Coutinho <rsilvaco@cern.ch>, Matthieu Marinangeli <matthieu.marinangeli@cern.ch>",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/51/80/38e8f86ade1a7e43911f507732f33777841e7da9613300b6166885ae989b/zfit_interface-0.0.3.tar.gz",
"platform": "",
"description": "========\nOverview\n========\n\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n\n * - docs\n - |docs|\n * - tests\n - | |travis|\n | |coveralls| |codecov|\n | |codacy|\n * - package\n - | |version| |wheel| |supported-versions| |supported-implementations|\n | |commits-since|\n.. |docs| image:: https://readthedocs.org/projects/zfit-interface/badge/?style=flat\n :target: https://readthedocs.org/projects/zfit-interface\n :alt: Documentation Status\n\n.. |travis| image:: https://api.travis-ci.org/zfit/zfit-interface.svg?branch=master\n :alt: Travis-CI Build Status\n :target: https://travis-ci.org/zfit/zfit-interface\n\n.. |coveralls| image:: https://coveralls.io/repos/zfit/zfit-interface/badge.svg?branch=master&service=github\n :alt: Coverage Status\n :target: https://coveralls.io/r/zfit/zfit-interface\n\n.. |codecov| image:: https://codecov.io/github/zfit/zfit-interface/coverage.svg?branch=master\n :alt: Coverage Status\n :target: https://codecov.io/github/zfit/zfit-interface\n\n.. |codacy| image:: https://img.shields.io/codacy/grade/[Get ID from https://app.codacy.com/app/zfit/zfit-interface/settings].svg\n :target: https://www.codacy.com/app/zfit/zfit-interface\n :alt: Codacy Code Quality Status\n\n.. |version| image:: https://img.shields.io/pypi/v/zfit-interface.svg\n :alt: PyPI Package latest release\n :target: https://pypi.org/project/zfit-interface\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/zfit-interface.svg\n :alt: PyPI Wheel\n :target: https://pypi.org/project/zfit-interface\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/zfit-interface.svg\n :alt: Supported versions\n :target: https://pypi.org/project/zfit-interface\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/zfit-interface.svg\n :alt: Supported implementations\n :target: https://pypi.org/project/zfit-interface\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/zfit/zfit-interface/v0.0.1.svg\n :alt: Commits since latest release\n :target: https://github.com/zfit/zfit-interface/compare/v0.0.1...master\n\n\n\n.. end-badges\n\nzfit model fitting interface for HEP\n\n* Free software: BSD 3-Clause License\n\nInstallation\n============\n\n::\n\n pip install zfit-interface\n\nYou can also install the in-development version with::\n\n pip install https://github.com/zfit/zfit-interface/archive/master.zip\n\n\nDocumentation\n=============\n\n\nhttps://zfit-interface.readthedocs.io/\n\n\nDevelopment\n===========\n\nTo run the all tests run::\n\n tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n :widths: 10 90\n :stub-columns: 1\n\n - - Windows\n - ::\n\n set PYTEST_ADDOPTS=--cov-append\n tox\n\n - - Other\n - ::\n\n PYTEST_ADDOPTS=--cov-append tox\n\n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "zfit model fitting interface for HEP",
"version": "0.0.3",
"project_urls": {
"Changelog": "https://zfit-interface.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://zfit-interface.readthedocs.io/",
"Homepage": "https://github.com/zfit/zfit-interface",
"Issue Tracker": "https://github.com/zfit/zfit-interface/issues"
},
"split_keywords": [
"tensorflow",
"model",
"fitting",
"scalable",
"hep",
"zfit"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "61ce07d8fa63a501dc3af9639595e486be0a18de00726b54a7dc88a5ada235d8",
"md5": "ffc5203654ac2e1101660dd2a670ffca",
"sha256": "c41cf79f1da4150b9a60bb1e8cab15df895b6ff4b753e2306494a7abda4150d0"
},
"downloads": -1,
"filename": "zfit_interface-0.0.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ffc5203654ac2e1101660dd2a670ffca",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 11985,
"upload_time": "2021-12-01T10:56:01",
"upload_time_iso_8601": "2021-12-01T10:56:01.063097Z",
"url": "https://files.pythonhosted.org/packages/61/ce/07d8fa63a501dc3af9639595e486be0a18de00726b54a7dc88a5ada235d8/zfit_interface-0.0.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "518038e8f86ade1a7e43911f507732f33777841e7da9613300b6166885ae989b",
"md5": "ece466f9b55cd6892293d5d28a3daff5",
"sha256": "af7e8ed409f136187b2cd4def723504f9d619738668e963af388a79121239f74"
},
"downloads": -1,
"filename": "zfit_interface-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "ece466f9b55cd6892293d5d28a3daff5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 246398,
"upload_time": "2021-12-01T10:56:02",
"upload_time_iso_8601": "2021-12-01T10:56:02.268078Z",
"url": "https://files.pythonhosted.org/packages/51/80/38e8f86ade1a7e43911f507732f33777841e7da9613300b6166885ae989b/zfit_interface-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-12-01 10:56:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zfit",
"github_project": "zfit-interface",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "typing_extensions",
"specs": []
},
{
"name": "uhi",
"specs": []
}
],
"lcname": "zfit-interface"
}