wip/py-pandera: import py-pandera-0.4.5

This commit is contained in:
K.I.A.Derouiche 2020-10-26 11:53:20 +01:00
parent a1e8648af8
commit 849fb65025
4 changed files with 105 additions and 0 deletions

14
py-pandera/DESCR Normal file
View File

@ -0,0 +1,14 @@
pandas data structures contain information that pandera
explicitly validates at runtime. This is useful in
production-critical or reproducible research settings.
With pandera, you can:
Check the types and properties of columns in a DataFrame
or values in a Series.
Perform more complex statistical validation like hypothesis testing.
Seamlessly integrate with existing data analysis/processing
pipelines via function decorators.
pandera provides a flexible and expressive API for performing
data validation on tidy (long-form) and wide data to make
data processing pipelines more readable and robust

33
py-pandera/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $NetBSD$
DISTNAME= pandera-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandera/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/pandera-dev/pandera
COMMENT= Flexible validation package for pandas data structures
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-autopep8>=1.5.4:../../devel/py-autopep8
DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.12.1:../../devel/py-wrapt
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-black>=2.8:../../textproc/py-black
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-typing-inspect>=0.6.0:../../wip/py-typing-inspect
.endif
USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+= ${PYPKGPREFIX}-numpy>=1.9.0
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

52
py-pandera/PLIST Normal file
View File

@ -0,0 +1,52 @@
@comment $NetBSD$
LICENSE.txt
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pandera/__init__.py
${PYSITELIB}/pandera/__init__.pyc
${PYSITELIB}/pandera/__init__.pyo
${PYSITELIB}/pandera/checks.py
${PYSITELIB}/pandera/checks.pyc
${PYSITELIB}/pandera/checks.pyo
${PYSITELIB}/pandera/constants.py
${PYSITELIB}/pandera/constants.pyc
${PYSITELIB}/pandera/constants.pyo
${PYSITELIB}/pandera/decorators.py
${PYSITELIB}/pandera/decorators.pyc
${PYSITELIB}/pandera/decorators.pyo
${PYSITELIB}/pandera/dtypes.py
${PYSITELIB}/pandera/dtypes.pyc
${PYSITELIB}/pandera/dtypes.pyo
${PYSITELIB}/pandera/error_formatters.py
${PYSITELIB}/pandera/error_formatters.pyc
${PYSITELIB}/pandera/error_formatters.pyo
${PYSITELIB}/pandera/error_handlers.py
${PYSITELIB}/pandera/error_handlers.pyc
${PYSITELIB}/pandera/error_handlers.pyo
${PYSITELIB}/pandera/errors.py
${PYSITELIB}/pandera/errors.pyc
${PYSITELIB}/pandera/errors.pyo
${PYSITELIB}/pandera/hypotheses.py
${PYSITELIB}/pandera/hypotheses.pyc
${PYSITELIB}/pandera/hypotheses.pyo
${PYSITELIB}/pandera/io.py
${PYSITELIB}/pandera/io.pyc
${PYSITELIB}/pandera/io.pyo
${PYSITELIB}/pandera/schema_components.py
${PYSITELIB}/pandera/schema_components.pyc
${PYSITELIB}/pandera/schema_components.pyo
${PYSITELIB}/pandera/schema_inference.py
${PYSITELIB}/pandera/schema_inference.pyc
${PYSITELIB}/pandera/schema_inference.pyo
${PYSITELIB}/pandera/schema_statistics.py
${PYSITELIB}/pandera/schema_statistics.pyc
${PYSITELIB}/pandera/schema_statistics.pyo
${PYSITELIB}/pandera/schemas.py
${PYSITELIB}/pandera/schemas.pyc
${PYSITELIB}/pandera/schemas.pyo
${PYSITELIB}/pandera/version.py
${PYSITELIB}/pandera/version.pyc
${PYSITELIB}/pandera/version.pyo

6
py-pandera/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (pandera-0.4.5.tar.gz) = fe6fa59c55c852763d3d141ac7ec3b4097bc4389
RMD160 (pandera-0.4.5.tar.gz) = d113d10581c51567eb963f764f8b5b37a4b36ab0
SHA512 (pandera-0.4.5.tar.gz) = c800c1344623e04c97eebf0ce7e833d86c799f70e1b231cfa23764446ae778bfe28357474c7c911f46a149f805f9433d69208ad4afe2418acd56307b9114f1a7
Size (pandera-0.4.5.tar.gz) = 44354 bytes