HISTORY.md
LICENSE
MANIFEST.in
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/series_tiempo_ar.rst
docs/series_tiempo_ar.validations.rst
series_tiempo_ar/__init__.py
series_tiempo_ar/core.py
series_tiempo_ar/custom_exceptions.py
series_tiempo_ar/helpers.py
series_tiempo_ar/paths.py
series_tiempo_ar/search.py
series_tiempo_ar/time_series_validator.py
series_tiempo_ar.egg-info/PKG-INFO
series_tiempo_ar.egg-info/SOURCES.txt
series_tiempo_ar.egg-info/dependency_links.txt
series_tiempo_ar.egg-info/not-zip-safe
series_tiempo_ar.egg-info/requires.txt
series_tiempo_ar.egg-info/top_level.txt
series_tiempo_ar/readers/csv_reader.py
series_tiempo_ar/readers/readers.py
series_tiempo_ar/readers/text_file_reader.py
series_tiempo_ar/schemas/accrualPeriodicity.json
series_tiempo_ar/schemas/catalog.json
series_tiempo_ar/schemas/dataset.json
series_tiempo_ar/schemas/distribution.json
series_tiempo_ar/schemas/field.json
series_tiempo_ar/schemas/mixed-types.json
series_tiempo_ar/schemas/required_fields_schema.json
series_tiempo_ar/schemas/superThemeTaxonomy.json
series_tiempo_ar/schemas/theme.json
series_tiempo_ar/utils/url_validator.py
series_tiempo_ar/validations/__init__.py
series_tiempo_ar/validations/csv_validations.py
series_tiempo_ar/validations/validators.py
series_tiempo_ar/validations/xlsx_validations.py
tests/__init__.py
tests/helpers.py
tests/test_errors.py
tests/test_series_tiempo_ar.py
tests/test_validate_time_series_catalog.py
tests/test_validations.py
tests/samples/catalog.xlsx
tests/samples/daily_periodicity_latin1.csv
tests/samples/daily_periodicity_latin1.json
tests/samples/data.json
tests/samples/data_business_days.csv
tests/samples/data_business_days.json
tests/samples/distribution_missing_column_in_data.json
tests/samples/missing_column.csv
tests/samples/missing_dataset_title.json
tests/samples/missing_field_description.json
tests/samples/missing_field_identifier.json
tests/samples/repeated_field_id.json
tests/samples/repeated_field_id_and_description.json
tests/samples/sample_data.csv
tests/samples/test_data.csv
tests/samples/valid_catalog.json
tests/samples/year_only_distribution.csv
tests/samples/year_only_distribution.json
tests/test_readers/__init__.py
tests/test_readers/test_csv_reader.py
tests/test_validations/test_field_description_validation.py
tests/test_validations/test_values_are_numeric.py