Skip to main content

Serialize elapsed time of functions, loops and code blocks.

Project description

timeti

Serialize elapsed time of functions, loops and code blocks.

test license: MIT code style: black

Development

Install

pip install -e ".[dev]"

Run linters

  • Run black - code formatter

    python -m black .
    
  • Run mypy - static type checker

    python -m mypy .
    
  • Run isort - library to sort imports alphabetically

    python -m isort .
    

Run tests

  • Run tests

    python -m unittest discover -s tests  
    
  • Run doctests for clock face

    python -m doctest -v timeti/clockface.py  
    

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

timeti-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

timeti-0.1.1-py3-none-any.whl (5.4 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