pydebugger


Namepydebugger JSON
Version 0.63 PyPI version JSON
download
home_pagehttps://github.com/cumulus13/pydebugger
Summaryprint objects with colored with more info
upload_time2023-12-20 09:19:38
maintainercumulus13 Team
docs_urlNone
authorHadi Cahyadi LD
requires_python>=2.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pydebugger
==================

print objects stack info with colored.


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

.. code-block:: bash
    
	DEBUG_SERVER=1
	DEBUGGER_SERVER=0.0.0.0:50001


Support
--------

*   Python 2.7 +, Python 3.x
*   Windows, Linux

Links
------

*   License: `BSD <https://github.com/cumulus13/pydebugger/src/default/LICENSE.rst>`_
*   Code: https://github.com/cumulus13/pydebugger
*   Issue tracker: https://github.com/cumulus13/pydebugger/issues

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cumulus13/pydebugger",
    "name": "pydebugger",
    "maintainer": "cumulus13 Team",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "cumulus13@gmail.com",
    "keywords": "",
    "author": "Hadi Cahyadi LD",
    "author_email": "cumulus13@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/76/b6/79978788988d88cf8aa203617fa3bafc48b3a2245bb3fb5f585ff39ad175/pydebugger-0.63.tar.gz",
    "platform": null,
    "description": "pydebugger\r\n==================\r\n\r\nprint objects stack info with colored.\r\n\r\n\r\nInstalling\r\n-----------\r\n\r\nInstall and update using `pip`_:\r\n\r\n.. code-block:: text\r\n\r\n    $ pip install pydebugger\r\n\r\npydebugger supports Python 2 and newer, Python 3 and newer, and PyPy.\r\n\r\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\r\n\r\n\r\nExample\r\n----------------\r\n\r\nWhat does it look like? Here is an example of a simple pydebugger program:\r\n\r\n.. code-block:: python\r\n\r\n    from pydebugger.debug import debug\r\n    \r\n    debug(variable1=\"data1\", debug=True)\r\n\r\n\r\nAnd what it looks like when run:\r\n\r\n.. code-block:: text\r\n\r\n    $ python hello.py \r\n    2019:04:18~13:20:19:286000 <module> -> variable1: data1 -> TYPE:<type 'str'> -> LEN:5 ->  [<FILE DIRECTORY>/test.py] [3] PID:10496\r\n\r\nYou can set OS Environment DEBUG=1 or DEBUG=True to avoid parameter \"debug=True\"\r\n\r\n.. code-block:: python\r\n\r\n    from pydebugger.debug import debug\r\n    \r\n    debug(variable1=\"data1\")\r\n\r\nor you just run \"debug.py\" to provider debug server with Client support OS Environment\r\n\r\n.. code-block:: bash\r\n    \r\n\tDEBUG_SERVER=1\r\n\tDEBUGGER_SERVER=0.0.0.0:50001\r\n\r\n\r\nSupport\r\n--------\r\n\r\n*   Python 2.7 +, Python 3.x\r\n*   Windows, Linux\r\n\r\nLinks\r\n------\r\n\r\n*   License: `BSD <https://github.com/cumulus13/pydebugger/src/default/LICENSE.rst>`_\r\n*   Code: https://github.com/cumulus13/pydebugger\r\n*   Issue tracker: https://github.com/cumulus13/pydebugger/issues\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "print objects with colored with more info",
    "version": "0.63",
    "project_urls": {
        "Code": "https://github.com/cumulus13/pydebugger",
        "Documentation": "https://github.com/cumulus13/pydebugger",
        "Homepage": "https://github.com/cumulus13/pydebugger"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2691ef7159095081a864311f59f2fb76b152eed5b6155444b15ed1502feb635",
                "md5": "55819f7ab1a7c1833a499284b37de0bf",
                "sha256": "66d4a3565d0d0b6dff753bb9e9844f2c8b9de0caf7430ae451c688e9a098b334"
            },
            "downloads": -1,
            "filename": "pydebugger-0.63-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55819f7ab1a7c1833a499284b37de0bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7",
            "size": 20898,
            "upload_time": "2023-12-20T09:19:36",
            "upload_time_iso_8601": "2023-12-20T09:19:36.303967Z",
            "url": "https://files.pythonhosted.org/packages/c2/69/1ef7159095081a864311f59f2fb76b152eed5b6155444b15ed1502feb635/pydebugger-0.63-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76b679978788988d88cf8aa203617fa3bafc48b3a2245bb3fb5f585ff39ad175",
                "md5": "2c294fabc032d98c08d6faa5a8d80297",
                "sha256": "982659a8456ee696f57b8b6818b25882fa18feabcefa73a8a708eb4c1275b568"
            },
            "downloads": -1,
            "filename": "pydebugger-0.63.tar.gz",
            "has_sig": false,
            "md5_digest": "2c294fabc032d98c08d6faa5a8d80297",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 19225,
            "upload_time": "2023-12-20T09:19:38",
            "upload_time_iso_8601": "2023-12-20T09:19:38.339040Z",
            "url": "https://files.pythonhosted.org/packages/76/b6/79978788988d88cf8aa203617fa3bafc48b3a2245bb3fb5f585ff39ad175/pydebugger-0.63.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 09:19:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cumulus13",
    "github_project": "pydebugger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pydebugger"
}
        
Elapsed time: 0.20282s