falcon-logger


Namefalcon-logger JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summarymodule for faster python logging
upload_time2024-12-11 23:14:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords gui test verification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            * website: <https://arrizza.com/python-falcon-logger>
* installation: see <https://arrizza.com/setup-common>

## Summary

This is a python module that provides a way to run a fast logger.
Peregrine Falcons are the fastest animals alive (according to Google).
They go that fast by having as minimal drag as possible.

* See [Quick Start](https://arrizza.com/user-guide-quick-start) for information on using scripts.
* See [xplat-utils submodule](https://arrizza.com/xplat-utils) for information on the submodule.

## Sample code

see sample.py for a full example

```python
from falcon_logger import FalconLogger
```

## Sample

Use doit script to run the logger and compare against other loggers.

To run the FalconLogger:

```bash
./doit falcon
./doit falcon --numlines=100000
```

To run the others loggers:

```bash
./doit stdout  # no file, just stdout
./doit normal  # use the python logger
./doit rsyslog # use the rsyslog python module
```

## Comparing Times

The overall time is very dependent on which OS you use and the speed of your computer

```text
on MSYS2 for 100,000 lines:
stdout: total time: 3170.0 ms
falcon: total time: 3623.9 ms
normal: total time: 5722.8 ms
rsyslog fails with an exception 

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "falcon-logger",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"J. Arrizza\" <cppgent0@gmail.com>",
    "keywords": "gui, test, verification",
    "author": null,
    "author_email": "\"J. Arrizza\" <cppgent0@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/83/e6/c3508c9653bfed82709d8565bf8425c8d9297fd699822d211d03d8b5cbda/falcon_logger-0.1.0.tar.gz",
    "platform": null,
    "description": "* website: <https://arrizza.com/python-falcon-logger>\n* installation: see <https://arrizza.com/setup-common>\n\n## Summary\n\nThis is a python module that provides a way to run a fast logger.\nPeregrine Falcons are the fastest animals alive (according to Google).\nThey go that fast by having as minimal drag as possible.\n\n* See [Quick Start](https://arrizza.com/user-guide-quick-start) for information on using scripts.\n* See [xplat-utils submodule](https://arrizza.com/xplat-utils) for information on the submodule.\n\n## Sample code\n\nsee sample.py for a full example\n\n```python\nfrom falcon_logger import FalconLogger\n```\n\n## Sample\n\nUse doit script to run the logger and compare against other loggers.\n\nTo run the FalconLogger:\n\n```bash\n./doit falcon\n./doit falcon --numlines=100000\n```\n\nTo run the others loggers:\n\n```bash\n./doit stdout  # no file, just stdout\n./doit normal  # use the python logger\n./doit rsyslog # use the rsyslog python module\n```\n\n## Comparing Times\n\nThe overall time is very dependent on which OS you use and the speed of your computer\n\n```text\non MSYS2 for 100,000 lines:\nstdout: total time: 3170.0 ms\nfalcon: total time: 3623.9 ms\nnormal: total time: 5722.8 ms\nrsyslog fails with an exception \n\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "module for faster python logging",
    "version": "0.1.0",
    "project_urls": {
        "Download": "https://bitbucket.org/arrizza-public/falcon-logger/get/master.zip",
        "Source": "https://bitbucket.org/arrizza-public/falcon-logger/src/master",
        "Website": "https://arrizza.com/python-falcon-logger"
    },
    "split_keywords": [
        "gui",
        " test",
        " verification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e6c3508c9653bfed82709d8565bf8425c8d9297fd699822d211d03d8b5cbda",
                "md5": "9255e7171cddea7647c54d6b3d5535d3",
                "sha256": "1bdd1cc94d5df83fcaad20527cbc907cec6c6328f5406cdb120ba0137ce0af5c"
            },
            "downloads": -1,
            "filename": "falcon_logger-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9255e7171cddea7647c54d6b3d5535d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5077,
            "upload_time": "2024-12-11T23:14:03",
            "upload_time_iso_8601": "2024-12-11T23:14:03.217927Z",
            "url": "https://files.pythonhosted.org/packages/83/e6/c3508c9653bfed82709d8565bf8425c8d9297fd699822d211d03d8b5cbda/falcon_logger-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 23:14:03",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "arrizza-public",
    "bitbucket_project": "falcon-logger",
    "lcname": "falcon-logger"
}
        
Elapsed time: 0.39917s