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.41.tar.gz
(16.9 kB
view hashes)
Built Distribution
pydebugger-0.41-py3-none-any.whl
(18.7 kB
view hashes)
Close
Hashes for pydebugger-0.41-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 847df1d31034847ce86b5c96512d3b2c0abf05e757558847f4154aea2a44848d |
|
MD5 | 1623632b8c6170044acaef18d75777a1 |
|
BLAKE2b-256 | 8e7eef69cd8362e55f40b74f4046109af41ada168e1107fd926b157e737e5b95 |