adafruit-circuitpython-logging


Nameadafruit-circuitpython-logging JSON
Version 5.2.5 PyPI version JSON
download
home_page
SummaryLogging module for CircuitPython
upload_time2023-12-09 17:45:27
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords adafruit blinka circuitpython micropython logging logger
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-logging/badge/?version=latest
    :target: https://docs.circuitpython.org/projects/logging/en/latest/
    :alt: Documentation Status

.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
    :target: https://adafru.it/discord
    :alt: Discord

.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Logger/workflows/Build%20CI/badge.svg
    :target: https://github.com/adafruit/Adafruit_CircuitPython_Logger
    :alt: Build Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Code Style: Black

Logging module for CircuitPython


Dependencies
=============
This driver depends on:

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_

Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.

Usage Example
=============

.. code-block:: python

    import adafruit_logging as logging

    logger = logging.getLogger('test')

    logger.setLevel(logging.ERROR)
    logger.info('Info message')
    logger.error('Error message')


Documentation
=============

API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/logging/en/latest/>`_.

For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_Logger/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "adafruit-circuitpython-logging",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "adafruit,blinka,circuitpython,micropython,logging,logger",
    "author": "",
    "author_email": "Adafruit Industries <circuitpython@adafruit.com>",
    "download_url": "https://files.pythonhosted.org/packages/1f/25/ef6e8e25cca7a87d3d19b423dcea82618b0cb315164040c4bdf3b37ea586/adafruit-circuitpython-logging-5.2.5.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-logging/badge/?version=latest\n    :target: https://docs.circuitpython.org/projects/logging/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n    :target: https://adafru.it/discord\n    :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Logger/workflows/Build%20CI/badge.svg\n    :target: https://github.com/adafruit/Adafruit_CircuitPython_Logger\n    :alt: Build Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code Style: Black\n\nLogging module for CircuitPython\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.\n\nUsage Example\n=============\n\n.. code-block:: python\n\n    import adafruit_logging as logging\n\n    logger = logging.getLogger('test')\n\n    logger.setLevel(logging.ERROR)\n    logger.info('Info message')\n    logger.error('Error message')\n\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/logging/en/latest/>`_.\n\nFor information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_Logger/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Logging module for CircuitPython",
    "version": "5.2.5",
    "project_urls": {
        "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_Logging"
    },
    "split_keywords": [
        "adafruit",
        "blinka",
        "circuitpython",
        "micropython",
        "logging",
        "logger"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03d6c0e0b8499f85fb1ebc4bc16346adb7b3ab66dc54d5dcab6b8a0285598643",
                "md5": "89a784ec498a36c49375eeead5237165",
                "sha256": "d75130623d31a14d66513e3407033c7c72b0dbd29847fa3f98a02813488baf17"
            },
            "downloads": -1,
            "filename": "adafruit_circuitpython_logging-5.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89a784ec498a36c49375eeead5237165",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6875,
            "upload_time": "2023-12-09T17:45:26",
            "upload_time_iso_8601": "2023-12-09T17:45:26.611077Z",
            "url": "https://files.pythonhosted.org/packages/03/d6/c0e0b8499f85fb1ebc4bc16346adb7b3ab66dc54d5dcab6b8a0285598643/adafruit_circuitpython_logging-5.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f25ef6e8e25cca7a87d3d19b423dcea82618b0cb315164040c4bdf3b37ea586",
                "md5": "7c02284b60676a563f2e0f54b0675a86",
                "sha256": "0fe5f2f75ccf68d53681bb995c766ab72eeea4b8d2c9cb884a23d28e3891cbef"
            },
            "downloads": -1,
            "filename": "adafruit-circuitpython-logging-5.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7c02284b60676a563f2e0f54b0675a86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29184,
            "upload_time": "2023-12-09T17:45:27",
            "upload_time_iso_8601": "2023-12-09T17:45:27.758086Z",
            "url": "https://files.pythonhosted.org/packages/1f/25/ef6e8e25cca7a87d3d19b423dcea82618b0cb315164040c4bdf3b37ea586/adafruit-circuitpython-logging-5.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 17:45:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adafruit",
    "github_project": "Adafruit_CircuitPython_Logging",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "adafruit-circuitpython-logging"
}
        
Elapsed time: 0.15057s