Skip to main content

A package that provides a verbose print function

Project description

Vrint Package

A Python package that provides a verbose print function.

Installation

You can install the package using pip:

pip install vrint

Usage

Import the vrint function and the verbose variable from the package:

from vrint import vrint, verbose

verbose = False
vrint("This message will not be printed.")

verbose = True
vrint("This message will be printed.")

# You can also use the verbose flag directly in functions:
def hello_world(verbose=True):
    vrint("Hello, world!", verbose=verbose)

hello_world() # This will print
hello_world(verbose=False) # This will not print


## Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

## License

This project is licensed under the MIT License. See the LICENSE file for details.

## Author

This package was created by Huayra1.

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

vrint-0.2.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vrint-0.2.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file vrint-0.2.0.tar.gz.

File metadata

  • Download URL: vrint-0.2.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for vrint-0.2.0.tar.gz
Algorithm Hash digest
SHA256 5e73fe1898f10ef6f8bc8ad7704440971e83bcaf65938cb0383b60a713f1de8e
MD5 b4d3e4f58bbda9196a6a9501fb47b5fa
BLAKE2b-256 0a05b932d909dc6a4a1c7bc9d6f695545017a4acc7d1870b12c442ebc68368dd

See more details on using hashes here.

File details

Details for the file vrint-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: vrint-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for vrint-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 754b410f7433968900df46409273b36b50ad9222f7f89618b2039b5e495edefb
MD5 ed662f3a253b92fd68debc1c5c2f7387
BLAKE2b-256 d6a8b643a462a0c76f89a8f83502040d1eaf598b6f10f1ebe7be7a1bf307c2b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page