Skip to main content

BVR: Log like a Beaver

Project description

bvr

BVR: Log like a Beaver

made-with-python PyPI version GitHub

Install

pip install bvr

@bvr_start | log when a method starts

Example:

from bvr import bvr_start

@bvr_start
def example_one():
    print("hello")
    return 3

example_one()

Output:

STARTED | FUNCTION: example_one | ARGS: () | KWARGS: {}

hello

TODO:

  • Docs Badge passing
  • test passing
  • build passing
  • requirements up to date and passing
  • package info pypi
  • test pypi
  • supported python versions
  • cocverage info
  • travis ci info
  • pylint score 10/10
  • apply to the class level
  • Smoke test that pip installs the latest version
  • smoke test then runs tests against that version to make sure no issues
  • todo: emd of deploy script deletes dist and egg files to clean itself up
  • todo: rem,ove initial arg which is not really needed

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

bvr-0.0.5.tar.gz (5.5 kB view hashes)

Uploaded Source

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