Skip to main content

The Python Package Index Project

Project description

About

The Python Package Index Project (pypipr)

Setup

Install with pip

python -m pip install pypipr

Test with

from pypipr.pypipr import Pypipr
Pypipr.test_print()

Feature

Pypipr Class

test_print() memastikan module sudah terinstal dan dapat dijalankan

from pypipr.pypipr import Pypipr
Pypipr.test_print()

console

@Log() / Log decorator akan melakukan print ke console. Mempermudah pembuatan log karena tidak perlu mengubah fungsi yg sudah ada. Berguna untuk memberikan informasi proses program yg sedang berjalan.

from pypipr.console import log

@log("Calling some function")
def some_function():
    ...
    return

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pypipr-0.1.5.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

pypipr-0.1.5-py3-none-any.whl (2.0 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