Skip to content

Latest commit

 

History

History
executable file
·
77 lines (52 loc) · 2.4 KB

README.md

File metadata and controls

executable file
·
77 lines (52 loc) · 2.4 KB

Peeper

A tool to dig deep into telemetry data

Say Thanks!
Table of Contents

Examples

Do something awesome

Using peeper

import antigravity

Install

PyPI version

Different ways, all equals

via pipenv

  • $ pipenv install .
  • $ make install

via pip

  • $ pip3 install raceup-peeper
  • $ make pip-install

fast install

  • make fast-init just copies source files to distribution files ... run it only if you're sure about dependencies

Usage and documentation

Browse the online documentation here or make your own by make docs

Contributing and feedback

Contributions welcome Open Source Love

  1. open an issue
  2. fork this repository
  3. create your feature branch (git checkout -b my-new-feature)
  4. commit your changes (git commit -am 'Added my new feature')
  5. publish the branch (git push origin my-new-feature)
  6. open a PR

Suggestions and improvements are welcome!

Authors

sirfoga
Stefano Fogarollo

License