Metadata-Version: 2.1
Name: vtelem
Version: 0.1.1
Summary: A real-time telemetry library.
Home-page: https://github.com/vkottler/vtelem
Author: Vaughn Kottler
Author-email: vaughnkottler@gmail.com
License: UNKNOWN
Description: <!--
            =====================================
            generator=datazen
            version=1.3.1
            hash=4fa69cd95fedd9e9522b23708a5dcf64
            =====================================
        -->
        
        # vtelem ([0.1.1](https://pypi.org/project/vtelem/))
        
        ![Python package](https://github.com/vkottler/vtelem/workflows/Python%20package/badge.svg)
        
        *A real-time telemetry library.*
        
        # Command-line Options
        
        ```
        $ ./venv3.8/bin/vtelem -h
        
        usage: vtelem [-h] [--version] [-v] [-C DIR] [-i {lo,enp0s25,wlo1}] [-p PORT]
                      [-t TICK] [--telem-rate TELEM_RATE]
                      [--metrics-rate METRICS_RATE] [--time-scale TIME_SCALE]
                      [-a APP_ID] [-u UPTIME]
        
        A real-time telemetry library.
        
        optional arguments:
          -h, --help            show this help message and exit
          --version             show program's version number and exit
          -v, --verbose         set to increase logging verbosity
          -C DIR, --dir DIR     execute from a specific directory
          -i {lo,enp0s25,wlo1}, --interface {lo,enp0s25,wlo1}
                                interface to bind to
          -p PORT, --port PORT  http api port
          -t TICK, --tick TICK  lenth of a time tick
          --telem-rate TELEM_RATE
                                rate of the telemetry-servicing loop
          --metrics-rate METRICS_RATE
                                default rate of internal metrics data
          --time-scale TIME_SCALE
                                scalar to apply to the progression of time
          -a APP_ID, --app-id APP_ID
                                a value that forms the basis for the application
                                identifier
          -u UPTIME, --uptime UPTIME
                                specify a finite duration to run the server
        
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
