- Fix LICENSE - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Move PORTDOCS and PORTEXAMPLES to PLIST - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/pydata/patsy/blob/master/doc/changes.rst
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
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 "formulas" to Python.
|
|
|
|
WWW: https://pypi.python.org/pypi/patsy
|
|
WWW: https://github.com/pydata/patsy
|