Add py-datatest 0.9.3
Datatest provides testing tools for data validation and analysis. It supports both pytest and unittest style testing. You can use datatest for validation, test driven data-wrangling, auditing, logging discrepancies, and checklists for measuring progress. It encourages a structured approach for checking and tidying data. WWW: https://github.com/shawnbrown/datatest
This commit is contained in:
@@ -4514,6 +4514,7 @@
|
||||
SUBDIR += py-dal
|
||||
SUBDIR += py-darcsver
|
||||
SUBDIR += py-darts.util.lru
|
||||
SUBDIR += py-datatest
|
||||
SUBDIR += py-dateutil
|
||||
SUBDIR += py-dateutils
|
||||
SUBDIR += py-datrie
|
||||
|
||||
20
devel/py-datatest/Makefile
Normal file
20
devel/py-datatest/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= datatest
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Testing tools for data validation and analysis
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/py-datatest/distinfo
Normal file
3
devel/py-datatest/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1549045876
|
||||
SHA256 (datatest-0.9.3.tar.gz) = a45c7a0c40e82daf80933d029eec99416b9f51c80e65e606f6f85f7fdebe2392
|
||||
SIZE (datatest-0.9.3.tar.gz) = 88260
|
||||
8
devel/py-datatest/pkg-descr
Normal file
8
devel/py-datatest/pkg-descr
Normal file
@@ -0,0 +1,8 @@
|
||||
Datatest provides testing tools for data validation and analysis. It supports
|
||||
both pytest and unittest style testing.
|
||||
|
||||
You can use datatest for validation, test driven data-wrangling, auditing,
|
||||
logging discrepancies, and checklists for measuring progress. It encourages a
|
||||
structured approach for checking and tidying data.
|
||||
|
||||
WWW: https://github.com/shawnbrown/datatest
|
||||
Reference in New Issue
Block a user