tdda 2.2.4__tar.gz → 2.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tdda-2.2.4/tdda.egg-info → tdda-2.2.6}/PKG-INFO +13 -2
- {tdda-2.2.4 → tdda-2.2.6}/pyproject.toml +3 -2
- {tdda-2.2.4 → tdda-2.2.6}/setup.py +9 -1
- {tdda-2.2.4 → tdda-2.2.6}/tdda/CHANGES.py +11 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/base.py +1 -1
- tdda-2.2.6/tdda/constraints/params.py +3 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/README.md +2 -2
- tdda-2.2.6/tdda/params.py +13 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/checkpandas.py +2 -2
- tdda-2.2.6/tdda/referencetest/examples/alice/alice.txt +3384 -0
- tdda-2.2.6/tdda/referencetest/examples/alice/stopwords.txt +1298 -0
- tdda-2.2.6/tdda/referencetest/examples/alice/top10.sh +9 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/gentest.py +2 -2
- tdda-2.2.6/tdda/referencetest/params.py +52 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/referencetest.py +2 -2
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/teststrings.py +1 -1
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/rexpy.py +10 -10
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/testrexpy.py +24 -24
- tdda-2.2.6/tdda/serial/io.py +32 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/version.py +1 -1
- {tdda-2.2.4 → tdda-2.2.6}/tdda/writabletestcase.py +1 -1
- {tdda-2.2.4 → tdda-2.2.6/tdda.egg-info}/PKG-INFO +13 -2
- {tdda-2.2.4 → tdda-2.2.6}/tdda.egg-info/SOURCES.txt +7 -0
- tdda-2.2.6/tdda.egg-info/requires.txt +7 -0
- tdda-2.2.4/tdda.egg-info/requires.txt +0 -2
- {tdda-2.2.4 → tdda-2.2.6}/LICENSE.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/MANIFEST.in +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/README.md +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/setup.cfg +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/baseconstraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/console.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/constraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/detect.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/discover.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/drivers.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/extension.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/testdbconstraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/db/verify.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/README.md +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts.zip +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_detect_25k_against_1k.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_discover_1k.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_verify_1k.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_verify_25k.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_verify_25k_against_1k.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_verify_25k_against_1k_parquet.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/accounts_verify_25k_to_frame.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/elements_detect_118_against_92.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/elements_discover_92.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/elements_verify_118.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/elements_verify_118_against_92.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/elements_verify_118_against_92_parquet.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/elements_verify_92.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/files_extension.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/simple_discovery.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/simple_verification.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/simple_verify_fail.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/simple_verify_pass.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/accounts.zip +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/accounts1k.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/accounts25k.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/ddd.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/ddd.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements118.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements118.feather +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements118.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements118.pmm +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements118.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements92.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements92.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples/testdata/elements92.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/examples.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/extension.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/flags.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/constraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/detect.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/discover.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/extension.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/testpdconstraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pd/verify.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pdconstraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pddiscover.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/pdverify.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/tdda_json_file_format.md +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testbase.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testconstraints.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/accounts1k.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/accounts25k.feather +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/accounts25k.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/accounts25k.pmm +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/accounts25kfailures.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/accounts25kfailures.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/ddd.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/ddd.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/detect-els-cmdline-interleaved.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/detect-els-cmdline.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/detect-els-cmdline2.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/detect_dups.df +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118.df +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118.feather +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118.pmm +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118_detect_from_csv.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118_detect_from_feather.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118_detect_from_feather.feather +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118oldrex-3.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118oldrex.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118rex-3.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118rex.df +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118rex.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118rex_detect.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118rex_detect.df +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements118rex_detect_perc.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements92.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements92.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements92.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements92_pandas.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements92oldrex.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/elements92rex.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/example.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/example.db +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/example.sql +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/ref-accounts1k.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/ref-accounts25k.tdda +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/ref-detect25k-failures.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/ref-detect25k-failures.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/constraints/testdata/sqlite.conn +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/deprecated/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/deprecated/examples/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/deprecated/examples/generators.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/deprecated/examples/test_using_writabletestcase.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/deprecated/featherfiles.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/examples.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/README.md +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/example2.sh +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/0-set-variables.R +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/00-install.R +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/1-compute-weighted-average-tolerance-values.R +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/2-compute-cumulative-percentiles.R +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/3-parametric-regression.R +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/4-non-parametric-regression.R +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/env.data.or.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/env.data.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/site.species.or.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/gentest/examples/r-examples/site.species.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/pd/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/pd/utils.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/basecomparison.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/captureoutput.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/checkfiles.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/ddiff.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/diffrex.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/README.md +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/dataframes.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise1/conftest.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise1/expected.html +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise1/generators.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise1/test_all.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise2/conftest.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise2/expected.html +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise2/generators.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-pytest/exercise2/test_all.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-unittest/exercise1/expected.html +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-unittest/exercise1/generators.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-unittest/exercise1/test_all.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-unittest/exercise2/expected.html +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-unittest/exercise2/generators.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/exercises-unittest/exercise2/test_all.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/generators.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/pytest/conftest.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/pytest/test_using_referencepytest.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/reference/dataframe_result.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/reference/dataframe_result.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/reference/dataframe_result2.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/reference/dataframe_result2.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/reference/file_result.html +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/reference/string_result.html +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/show.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples/unittest/test_using_referencetestcase.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/examples_utils.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/gentest_boilerplate.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/pddates.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/pytestconfig.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/referencepytest.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/referencetestcase.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/alltests.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testbase.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/colours.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/ddiff-1-details.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/ddiff-1-rich-table.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/ddiff-col-order.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/ddiff-col-types-int-float.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/ddiff-col-types-int-str.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/diff-col-order.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/diff-col-types-int-float.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/diff-col-types-int-str.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/double.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/empty.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/four-squares.csv +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/four-squares.parquet +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/frames_fail1.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/frames_fail2.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/frames_fail3.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/left.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/one-diff-in-mem.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/ref.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/removals.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/single.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdata/single2.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testdfcomparisons.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testfiles.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testpandas.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/tests/testregeneration.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/referencetest/utils.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/examples/agents9.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/examples/headed-ids.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/examples/ids.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/examples/pandas_ids.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/examples.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/relib.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/seq.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/testhypo.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/rexpy/testseq.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/__init__.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/base.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/cli.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/csvw.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/pandasio.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/reader.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/testserialmetadata.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/serial/utils.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/testconfig.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/testtdda.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda/utils.py +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda.egg-info/dependency_links.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda.egg-info/entry_points.txt +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda.egg-info/not-zip-safe +0 -0
- {tdda-2.2.4 → tdda-2.2.6}/tdda.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: tdda
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.6
|
|
4
4
|
Home-page: http://www.stochasticsolutions.com
|
|
5
5
|
Download-URL: https://github.com/tdda/tdda
|
|
6
6
|
Author: Simon Brown
|
|
@@ -11,6 +11,17 @@ Requires-Python: >=3.8
|
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
12
|
Requires-Dist: numpy>=1.20.3
|
|
13
13
|
Requires-Dist: pandas>=1.5.2
|
|
14
|
+
Requires-Dist: pyarrow>=15.0
|
|
15
|
+
Requires-Dist: pyyaml>=6.0
|
|
16
|
+
Requires-Dist: pytest
|
|
17
|
+
Requires-Dist: chardet>=5.2
|
|
18
|
+
Requires-Dist: rich>=13.3
|
|
19
|
+
Dynamic: description
|
|
20
|
+
Dynamic: download-url
|
|
21
|
+
Dynamic: home-page
|
|
22
|
+
Dynamic: keywords
|
|
23
|
+
Dynamic: license
|
|
24
|
+
Dynamic: requires-dist
|
|
14
25
|
|
|
15
26
|
Test-Driven Data Analysis (Python TDDA library)
|
|
16
27
|
===============================================
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
requires = [
|
|
3
|
-
"setuptools >= 40.6.0",
|
|
3
|
+
"setuptools >= 40.6.0",
|
|
4
|
+
"wheel",
|
|
4
5
|
"numpy >= 1.23.5",
|
|
5
6
|
"pytest",
|
|
6
7
|
"pandas >= 2.0",
|
|
7
8
|
"pyarrow >= 15.0",
|
|
8
9
|
"pyyaml >= 6.0",
|
|
9
10
|
"chardet >= 5.2",
|
|
10
|
-
"rich>= 13.3",
|
|
11
|
+
"rich >= 13.3",
|
|
11
12
|
]
|
|
12
13
|
build-backend = "setuptools.build_meta"
|
|
13
14
|
|
|
@@ -57,6 +57,14 @@ setup(
|
|
|
57
57
|
],
|
|
58
58
|
},
|
|
59
59
|
zip_safe=False,
|
|
60
|
-
install_requires=[
|
|
60
|
+
install_requires=[
|
|
61
|
+
'numpy>=1.20.3',
|
|
62
|
+
'pandas>=1.5.2',
|
|
63
|
+
'pyarrow >= 15.0',
|
|
64
|
+
'pyyaml >= 6.0',
|
|
65
|
+
'pytest',
|
|
66
|
+
'chardet >= 5.2',
|
|
67
|
+
'rich >= 13.3',
|
|
68
|
+
],
|
|
61
69
|
)
|
|
62
70
|
|
|
@@ -857,4 +857,15 @@ Also remove hey from gentest examples.
|
|
|
857
857
|
|
|
858
858
|
11.06.2024 2.2.04
|
|
859
859
|
Removed @tag from referencetest example files
|
|
860
|
+
|
|
861
|
+
13.06.2024 2.2.05
|
|
862
|
+
Add more packages to setup.py dependencies
|
|
863
|
+
|
|
864
|
+
19.01.2025 2.2.06
|
|
865
|
+
Fix missing parenthesis in writabletestcase.py
|
|
866
|
+
|
|
867
|
+
(Thanks Hellseher.)
|
|
868
|
+
|
|
869
|
+
Also fixed some raw strings Python 3.12 doesn't like,
|
|
870
|
+
and upgraded a utcnow to a non-naive version.
|
|
860
871
|
"""
|
|
@@ -204,7 +204,7 @@ class DatasetConstraints(object):
|
|
|
204
204
|
|
|
205
205
|
def set_dates_user_host_creator(self, as_at=None):
|
|
206
206
|
now = datetime.datetime.now()
|
|
207
|
-
utcnow = datetime.datetime.
|
|
207
|
+
utcnow = datetime.datetime.now(datetime.UTC)
|
|
208
208
|
self.as_at = as_at
|
|
209
209
|
self.local_time = now.isoformat(timespec='seconds')
|
|
210
210
|
self.utc_time = utcnow.isoformat(timespec='seconds')
|
|
@@ -17,7 +17,7 @@ The scripts have been:
|
|
|
17
17
|
* renamed with numbers to indicate the order in which to run them
|
|
18
18
|
* modified to run the setup scripts `0-set-variables.R`, required
|
|
19
19
|
for them to work
|
|
20
|
-
* Scripts 3 and 4 have been
|
|
20
|
+
* Scripts 3 and 4 have been modified to write the plots they produce
|
|
21
21
|
to PostScript files.
|
|
22
22
|
|
|
23
23
|
|
|
@@ -68,7 +68,7 @@ R EXAMPLE 2: A PDF Plot
|
|
|
68
68
|
|
|
69
69
|
The second script from the EPA generates a triptych of graphs.
|
|
70
70
|
The code on the website displays the graphs as a pop-up, but we've
|
|
71
|
-
|
|
71
|
+
modified the code to write the graphs out as a PDF, which is rather
|
|
72
72
|
easier to test.
|
|
73
73
|
|
|
74
74
|
To run the second example, you can either follow a similar receipe to
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from tdda.referencetest.params import ReferenceTestParams
|
|
2
|
+
#from tdda.constraints.params import ConstraintsParams
|
|
3
|
+
|
|
4
|
+
class ConstraintsParams:
|
|
5
|
+
def __init__(self):
|
|
6
|
+
pass
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class TDDAParams:
|
|
10
|
+
def __init__(self):
|
|
11
|
+
self.referencetest = ReferenceTestParams()
|
|
12
|
+
self.constraints = ConstraintsParams()
|
|
13
|
+
|
|
@@ -398,7 +398,7 @@ class PandasComparison(BaseComparison):
|
|
|
398
398
|
msgs=None,
|
|
399
399
|
**kwargs,
|
|
400
400
|
):
|
|
401
|
-
"""
|
|
401
|
+
r"""
|
|
402
402
|
Checks two data frames on disk files are the same,
|
|
403
403
|
by comparing them as dataframes.
|
|
404
404
|
|
|
@@ -481,7 +481,7 @@ class PandasComparison(BaseComparison):
|
|
|
481
481
|
msgs=None,
|
|
482
482
|
**kwargs,
|
|
483
483
|
):
|
|
484
|
-
"""
|
|
484
|
+
r"""
|
|
485
485
|
Wrapper around the check_serialized_dataframes() method,
|
|
486
486
|
used to compare collections of serialized data frames on disk
|
|
487
487
|
against reference counterparts
|