Skip to main content

No project description provided

Project description

t8s

PyPI - Stable Version PyPI - Python Version Downloads Build Status Documentation Status


Table of Contents

Installation

pip install t8s
# Edit your code using t8s.ts.TimeSerie and others related classes

Check Linter rules using PyRight (https://microsoft.github.io/pyright)

pyright --level warning .

Testing

# Para configurar o ambiente de testes, define a variável de ambiente
# T8S_WORKSPACE_DIR, por exemplo:
export T8S_WORKSPACE_DIR=/Volumes/dev/t8s

BDD

Veja também BDD

# Para inspecionar a configuração do ambiente de testes:
hatch config show
hatch clean
hatch build
# Edit your main.py code
hatch run python3 main.py
./test-all.sh
# Usando BDD com behave (https://behave.readthedocs.io/en/latest/)
rm logs/timeseries.log
hatch run python -m behave --logging-level INFO --no-capture --no-capture-stderr --no-skipped features
cat logs/timeseries.log

Publishing

hatch publish

License

t8s is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

t8s-0.1.17.tar.gz (431.3 kB view hashes)

Uploaded Source

Built Distribution

t8s-0.1.17-py3-none-any.whl (21.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page