print objects with colored with more info
Project description
pydebugger
print objects with colored with less info
Installing
Install and update using pip
_:
.. code-block:: text
$ pip install pydebugger
pydebugger supports Python 2 and newer, Python 3 and newer, and PyPy.
.. _pip: https://pip.pypa.io/en/stable/quickstart/
Example
What does it look like? Here is an example of a simple pydebugger program:
.. code-block:: python
from pydebugger.debug import debug
debug(variable1="data1", debug=True)
And what it looks like when run:
.. code-block:: text
$ python hello.py
2019:04:18~13:20:19:286000 <module> -> variable1: data1 -> TYPE:<type 'str'> -> LEN:5 -> [<FILE DIRECTORY>/test.py] [3] PID:10496
You can set OS Environment DEBUG=1 or DEBUG=True to avoid parameter "debug=True"
.. code-block:: python
from pydebugger.debug import debug
debug(variable1="data1")
or you just run "debug.py" to provider debug server with Client support OS Environment
DEBUG_SERVER=1
DEBUGGER_SERVER=0.0.0.0:50001
Support
- Python 2.7 +, Python 3.x
- Windows, Linux
Links
- License:
BSD <https://bitbucket.org/licface/pydebugger/src/default/LICENSE.rst>
_ - Code: https://bitbucket.org/licface/pydebugger
- Issue tracker: https://bitbucket.org/licface/pydebugger/issues
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
pydebugger-0.50.tar.gz
(17.5 kB
view hashes)
Built Distribution
pydebugger-0.50-py3-none-any.whl
(19.1 kB
view hashes)
Close
Hashes for pydebugger-0.50-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da6edadc186cc13243e53794ae062a0e07305ad8822053f70b9af2793197003c |
|
MD5 | aaf4e9b6d188f8f488473234e88c1d35 |
|
BLAKE2b-256 | 96b4c16de4b98b33d6128b546c94430b138115f4e5f31f44945b07bd7c203503 |