itfit


Nameitfit JSON
Version 0.0.19 PyPI version JSON
download
home_page
SummarySimple, intuitive and interactive application to help fitting common functions to your data
upload_time2023-02-11 22:34:15
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache License 2.0
keywords fit data visual analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- Copyright 2023 Unai Lería Fortea & Pablo Vizcaíno García

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->

[![PyPI Downloads](https://img.shields.io/pypi/dm/itfit.svg?label=downloads)](https://pypi.org/project/itfit/)
[![PyPI Version](https://img.shields.io/pypi/v/itfit?)](https://pypi.org/project/itfit/)

![Commit activity](https://img.shields.io/github/commit-activity/m/QuanticPony/itfit)
[![License](https://img.shields.io/pypi/l/itfit)](LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/QuanticPony/itfit/ci-master.yml)](https://github.com/QuanticPony/itfit/actions)

[![Python Version](https://img.shields.io/pypi/pyversions/itfit)](https://pypi.org/project/itfit/)
[![Wheel](https://img.shields.io/pypi/wheel/itfit)](https://pypi.org/project/itfit/)

<br></br>
<h1 align="center">
Itfit
</h1>
<h2 align="center">
Interactive Fitter
</h2><br></br>
<h3 align="center">
Simple, intuitive and interactive application to help fitting common functions to your data.
</h3><br></br>



<div align="center">

<a href="https://quanticpony.github.io/itfit/">
<img src=https://img.shields.io/github/deployments/QuanticPony/itfit/github-pages?label=documentation>
</a>
<br></br>

</div>
<br></br>


```py
import matplotlib.pyplot as plt
import itfit

fitter = itfit.Fitter(xdata, ydata)
fitter()
plt.show()
```
<h3 align="center">
<img src="https://raw.githubusercontent.com/QuanticPony/itfit/master/docs/images/sample.gif" width="400" height="320" />
</h3>

```py

plot = fitter.default_plot_last_fit("x value", r"$\phi$ [s$^{-1}$]", "Itfit default plot")
plot.save_fig("figure.png")

```


<h3 align="center">
<img src="https://raw.githubusercontent.com/QuanticPony/itfit/master/docs/images/readme_figure.png" width="400" height="320" />
</h3>

# Instalation
Itfit releases are available as wheel packages on [PyPI](https://pypi.org/project/itfit/). You can install the last version using `pip`:
```
pip install itfit
```


# Documentation
Documentations is automatically generated from code on master push and hosted in github-pages [here](https://quanticpony.github.io/itfit/).

# Help
Just open an issue with the `question` tag ([or clic here](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=question&template=question.md&title=)) and we would love to help!

# Contributing
You can contribute with:

* Examples
* Documentation
* [Bug report/fix](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=bug&template=bug_report.md&title=)
* New fit functions
* [Features](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=new-feature&template=feature_request.md&title=)
* Code

Even only feedback is greatly apreciated. 

Just create an issue and let us know you want to help! 


# Licensing
**Itfit** is released under the **Apache License Version 2.0**.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itfit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Unai Ler\u00eda Fortea <unaileria@gmail.com>, Pablo Vizca\u00edno Garc\u00eda <pablovizcainogarcia@gmail.com>",
    "keywords": "fit,data,visual,analysis",
    "author": "",
    "author_email": "Unai Ler\u00eda Fortea <unaileria@gmail.com>, Pablo Vizca\u00edno Garc\u00eda <pablovizcainogarcia@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c8/12/960050de769bc4140478362e529c1b40b2270fee2e7fef137209addc930a/itfit-0.0.19.tar.gz",
    "platform": null,
    "description": "<!-- Copyright 2023 Unai Ler\u00eda Fortea & Pablo Vizca\u00edno Garc\u00eda\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License. -->\n\n[![PyPI Downloads](https://img.shields.io/pypi/dm/itfit.svg?label=downloads)](https://pypi.org/project/itfit/)\n[![PyPI Version](https://img.shields.io/pypi/v/itfit?)](https://pypi.org/project/itfit/)\n\n![Commit activity](https://img.shields.io/github/commit-activity/m/QuanticPony/itfit)\n[![License](https://img.shields.io/pypi/l/itfit)](LICENSE)\n[![Build](https://img.shields.io/github/actions/workflow/status/QuanticPony/itfit/ci-master.yml)](https://github.com/QuanticPony/itfit/actions)\n\n[![Python Version](https://img.shields.io/pypi/pyversions/itfit)](https://pypi.org/project/itfit/)\n[![Wheel](https://img.shields.io/pypi/wheel/itfit)](https://pypi.org/project/itfit/)\n\n<br></br>\n<h1 align=\"center\">\nItfit\n</h1>\n<h2 align=\"center\">\nInteractive Fitter\n</h2><br></br>\n<h3 align=\"center\">\nSimple, intuitive and interactive application to help fitting common functions to your data.\n</h3><br></br>\n\n\n\n<div align=\"center\">\n\n<a href=\"https://quanticpony.github.io/itfit/\">\n<img src=https://img.shields.io/github/deployments/QuanticPony/itfit/github-pages?label=documentation>\n</a>\n<br></br>\n\n</div>\n<br></br>\n\n\n```py\nimport matplotlib.pyplot as plt\nimport itfit\n\nfitter = itfit.Fitter(xdata, ydata)\nfitter()\nplt.show()\n```\n<h3 align=\"center\">\n<img src=\"https://raw.githubusercontent.com/QuanticPony/itfit/master/docs/images/sample.gif\" width=\"400\" height=\"320\" />\n</h3>\n\n```py\n\nplot = fitter.default_plot_last_fit(\"x value\", r\"$\\phi$ [s$^{-1}$]\", \"Itfit default plot\")\nplot.save_fig(\"figure.png\")\n\n```\n\n\n<h3 align=\"center\">\n<img src=\"https://raw.githubusercontent.com/QuanticPony/itfit/master/docs/images/readme_figure.png\" width=\"400\" height=\"320\" />\n</h3>\n\n# Instalation\nItfit releases are available as wheel packages on [PyPI](https://pypi.org/project/itfit/). You can install the last version using `pip`:\n```\npip install itfit\n```\n\n\n# Documentation\nDocumentations is automatically generated from code on master push and hosted in github-pages [here](https://quanticpony.github.io/itfit/).\n\n# Help\nJust open an issue with the `question` tag ([or clic here](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=question&template=question.md&title=)) and we would love to help!\n\n# Contributing\nYou can contribute with:\n\n* Examples\n* Documentation\n* [Bug report/fix](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=bug&template=bug_report.md&title=)\n* New fit functions\n* [Features](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=new-feature&template=feature_request.md&title=)\n* Code\n\nEven only feedback is greatly apreciated. \n\nJust create an issue and let us know you want to help! \n\n\n# Licensing\n**Itfit** is released under the **Apache License Version 2.0**.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Simple, intuitive and interactive application to help fitting common functions to your data",
    "version": "0.0.19",
    "split_keywords": [
        "fit",
        "data",
        "visual",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e404f0f661924bc3b29edca51f0164914f6ed7f4eeb120064323393dac8142f7",
                "md5": "7211d9bfeb748b7693f38a037f35cc35",
                "sha256": "55321fff060f9b82d8752d02d8dbf570c0af5104ca7c39e2aa90cf642b9c0e3b"
            },
            "downloads": -1,
            "filename": "itfit-0.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7211d9bfeb748b7693f38a037f35cc35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 55634,
            "upload_time": "2023-02-11T22:34:13",
            "upload_time_iso_8601": "2023-02-11T22:34:13.575612Z",
            "url": "https://files.pythonhosted.org/packages/e4/04/f0f661924bc3b29edca51f0164914f6ed7f4eeb120064323393dac8142f7/itfit-0.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c812960050de769bc4140478362e529c1b40b2270fee2e7fef137209addc930a",
                "md5": "976bc0272c8a1ff1535b67116b01c808",
                "sha256": "b261da56105497c4eb092cd4c2bdf3be827a3e74177d3eba7c532f6cada88bdd"
            },
            "downloads": -1,
            "filename": "itfit-0.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "976bc0272c8a1ff1535b67116b01c808",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 27894,
            "upload_time": "2023-02-11T22:34:15",
            "upload_time_iso_8601": "2023-02-11T22:34:15.399616Z",
            "url": "https://files.pythonhosted.org/packages/c8/12/960050de769bc4140478362e529c1b40b2270fee2e7fef137209addc930a/itfit-0.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 22:34:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "itfit"
}
        
Elapsed time: 0.04469s