HEX
Server: Apache/2.4.18 (Ubuntu)
System: Linux ubuntu 7.0.5-x86_64-linode173 #1 SMP PREEMPT_DYNAMIC Fri May 8 10:12:05 EDT 2026 x86_64
User: root (0)
PHP: 7.2.28-1+ubuntu16.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //usr/lib/python2.7/dist-packages/patsy-0.4.1.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: patsy
Version: 0.4.1
Summary: A Python package for describing statistical models and for building design matrices.
Home-page: https://github.com/pydata/patsy
Author: Nathaniel J. Smith
Author-email: njs@pobox.com
License: 2-clause BSD
Description: 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.
        
        .. image:: https://travis-ci.org/pydata/patsy.png?branch=master
           :target: https://travis-ci.org/pydata/patsy
        .. image:: https://coveralls.io/repos/pydata/patsy/badge.png?branch=master
           :target: https://coveralls.io/r/pydata/patsy?branch=master
        
        Documentation:
          http://patsy.readthedocs.org/
        
        Downloads:
          http://pypi.python.org/pypi/patsy/
        
        Dependencies:
          * Python (2.6, 2.7, or 3.3+)
          * six
          * numpy
        
        Optional dependencies:
          * nose: needed to run tests
          * scipy: needed for spline-related functions like ``bs``
        
        Install:
          ``pip install patsy`` (or, for traditionalists: ``python setup.py install``)
        
        Code and bug tracker:
          https://github.com/pydata/patsy
        
        Mailing list:
          * pydata@googlegroups.com
          * http://groups.google.com/group/pydata
          * http://news.gmane.org/gmane.comp.python.pydata
        
        License:
          2-clause BSD, see LICENSE.txt for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering