# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-tstables version 0.0.15 revision 0 categories-append science platforms {darwin any} supported_archs noarch license MIT python.versions 311 maintainers {stromnov @stromnov} openmaintainer description Handles large time series using PyTables and Pandas long_description TsTables is a Python package to store time series data \ in HDF5 files using PyTables. It stores time series data \ into daily partitions and provides functions to query \ for subsets of data across partitions. homepage https://github.com/afiedler/tstables checksums rmd160 352437fd72fd020069d634ec0712a8a264e75f8c \ sha256 3ebd49f53cfaf0c415593067ef1f75f8e3b46bad9404885a5f4fbc58abd41b9b \ size 11840 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-tables \ port:py${python.version}-pandas \ port:py${python.version}-numpy \ port:py${python.version}-tz }