patsy


Namepatsy JSON
Version 0.5.5 PyPI version JSON
download
home_pagehttps://github.com/pydata/patsy
SummaryA Python package for describing statistical models and for building design matrices.
upload_time2023-12-25 06:04:58
maintainer
docs_urlNone
authorNathaniel J. Smith
requires_python
license2-clause BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Patsy

**Notice:** `patsy` is no longer under active development. As of August 2021,
Matthew Wardrop (@matthewwardrop) and Tomás Capretto (@tomicapretto) have taken
on responsibility from Nathaniel Smith (@njsmith) for keeping the lights on, but
no new feature development is planned. The spiritual successor of this project
is [Formulaic](https://github.com/matthewwardrop/formulaic), and we
recommend that users [migrate](https://matthewwardrop.github.io/formulaic/migration/)
when possible. For the time being, until major software packages have successfully
transitioned, we will attempt to keep `patsy` working in its current state with
current releases in the Python ecosystem.

---

Patsy is a Python library for describing statistical models
(especially linear models, or models that have a linear component) and
building design matrices. Patsy brings the convenience of [R](http://www.r-project.org/) "formulas" to Python.

[![PyPI - Version](https://img.shields.io/pypi/v/patsy.svg)](https://pypi.org/project/spec-classes/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/patsy.svg)
![https://patsy.readthedocs.io/](https://img.shields.io/badge/docs-read%20now-blue.svg)
![PyPI - Status](https://img.shields.io/pypi/status/patsy.svg)
![https://travis-ci.org/pydata/patsy](https://travis-ci.org/pydata/patsy.png?branch=master)
![https://coveralls.io/r/pydata/patsy?branch=master](https://coveralls.io/repos/pydata/patsy/badge.png?branch=master)
![https://doi.org/10.5281/zenodo.592075](https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg)

- **Documentation:** <https://patsy.readthedocs.io/>
- **Downloads:** <http://pypi.python.org/pypi/patsy/>
- **Code and issues:** <https://github.com/pydata/patsy>
- **Mailing list:** <pydata@googlegroups.com> (<http://groups.google.com/group/pydata>)


## Dependencies

  * Python (2.6, 2.7, or 3.3+)
  * six
  * numpy
  * Optional:
    * pytest/pytest-cov: needed to run tests
    * scipy: needed for spline-related functions like ``bs``

## Installation
  ``pip install patsy`` (or, for traditionalists: ``python setup.py install``)

## License

2-clause BSD, see LICENSE.txt for details.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pydata/patsy",
    "name": "patsy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nathaniel J. Smith",
    "author_email": "njs@pobox.com",
    "download_url": "https://files.pythonhosted.org/packages/34/b0/f5c1aad0401dbf7349416d0e9a233341343b9c034360285f7a7a66102262/patsy-0.5.5.tar.gz",
    "platform": null,
    "description": "# Patsy\n\n**Notice:** `patsy` is no longer under active development. As of August 2021,\nMatthew Wardrop (@matthewwardrop) and Tom\u00e1s Capretto (@tomicapretto) have taken\non responsibility from Nathaniel Smith (@njsmith) for keeping the lights on, but\nno new feature development is planned. The spiritual successor of this project\nis [Formulaic](https://github.com/matthewwardrop/formulaic), and we\nrecommend that users [migrate](https://matthewwardrop.github.io/formulaic/migration/)\nwhen possible. For the time being, until major software packages have successfully\ntransitioned, we will attempt to keep `patsy` working in its current state with\ncurrent releases in the Python ecosystem.\n\n---\n\nPatsy is a Python library for describing statistical models\n(especially linear models, or models that have a linear component) and\nbuilding design matrices. Patsy brings the convenience of [R](http://www.r-project.org/) \"formulas\" to Python.\n\n[![PyPI - Version](https://img.shields.io/pypi/v/patsy.svg)](https://pypi.org/project/spec-classes/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/patsy.svg)\n![https://patsy.readthedocs.io/](https://img.shields.io/badge/docs-read%20now-blue.svg)\n![PyPI - Status](https://img.shields.io/pypi/status/patsy.svg)\n![https://travis-ci.org/pydata/patsy](https://travis-ci.org/pydata/patsy.png?branch=master)\n![https://coveralls.io/r/pydata/patsy?branch=master](https://coveralls.io/repos/pydata/patsy/badge.png?branch=master)\n![https://doi.org/10.5281/zenodo.592075](https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg)\n\n- **Documentation:** <https://patsy.readthedocs.io/>\n- **Downloads:** <http://pypi.python.org/pypi/patsy/>\n- **Code and issues:** <https://github.com/pydata/patsy>\n- **Mailing list:** <pydata@googlegroups.com> (<http://groups.google.com/group/pydata>)\n\n\n## Dependencies\n\n  * Python (2.6, 2.7, or 3.3+)\n  * six\n  * numpy\n  * Optional:\n    * pytest/pytest-cov: needed to run tests\n    * scipy: needed for spline-related functions like ``bs``\n\n## Installation\n  ``pip install patsy`` (or, for traditionalists: ``python setup.py install``)\n\n## License\n\n2-clause BSD, see LICENSE.txt for details.\n\n\n",
    "bugtrack_url": null,
    "license": "2-clause BSD",
    "summary": "A Python package for describing statistical models and for building design matrices.",
    "version": "0.5.5",
    "project_urls": {
        "Homepage": "https://github.com/pydata/patsy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "320e0039df17094e8d9d26b69bd8e976e179b1f6cc772f9ffb597640d5016772",
                "md5": "dc0722c77fd2c4049d39eaa6f27e4adf",
                "sha256": "6067516e97c1d5da5d24603853834e3555e943ffb419ea32020f7ba561fa6d0d"
            },
            "downloads": -1,
            "filename": "patsy-0.5.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc0722c77fd2c4049d39eaa6f27e4adf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 234060,
            "upload_time": "2023-12-25T06:04:56",
            "upload_time_iso_8601": "2023-12-25T06:04:56.414898Z",
            "url": "https://files.pythonhosted.org/packages/32/0e/0039df17094e8d9d26b69bd8e976e179b1f6cc772f9ffb597640d5016772/patsy-0.5.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34b0f5c1aad0401dbf7349416d0e9a233341343b9c034360285f7a7a66102262",
                "md5": "34093cf25d393a214da7e462f3835fdf",
                "sha256": "7fbdebd44f1ceb1db2d45d03c19ccb0c424f71dc8e66f0f3eebf87b0ff3a071a"
            },
            "downloads": -1,
            "filename": "patsy-0.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "34093cf25d393a214da7e462f3835fdf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 398073,
            "upload_time": "2023-12-25T06:04:58",
            "upload_time_iso_8601": "2023-12-25T06:04:58.938094Z",
            "url": "https://files.pythonhosted.org/packages/34/b0/f5c1aad0401dbf7349416d0e9a233341343b9c034360285f7a7a66102262/patsy-0.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-25 06:04:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pydata",
    "github_project": "patsy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "patsy"
}
        
Elapsed time: 0.19835s