falcon-logger


Namefalcon-logger JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://bitbucket.org/arrizza-public/falcon-logger/src/master
SummaryBase Class for $module-name$
upload_time2024-05-12 00:27:51
maintainerNone
docs_urlNone
authorJA
requires_pythonNone
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>

## 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": "https://bitbucket.org/arrizza-public/falcon-logger/src/master",
    "name": "falcon-logger",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "gui, test, verification",
    "author": "JA",
    "author_email": "cppgent0@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/c3/c53618ea0cba7d78a06cf5ba79e555e3af73320fa12c9c2ce03bc5dc7396/falcon_logger-0.0.2.tar.gz",
    "platform": null,
    "description": "website: <https://arrizza.com/python-falcon-logger>\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```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": "Base Class for $module-name$",
    "version": "0.0.2",
    "project_urls": {
        "Download": "https://bitbucket.org/arrizza-public/falcon-logger/get/master.zip",
        "Homepage": "https://bitbucket.org/arrizza-public/falcon-logger/src/master"
    },
    "split_keywords": [
        "gui",
        " test",
        " verification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48c3c53618ea0cba7d78a06cf5ba79e555e3af73320fa12c9c2ce03bc5dc7396",
                "md5": "68c65f31dbab15cdb8d1beaacfad3de8",
                "sha256": "d021a5f90fce3c1c79c0167e00ac2b6b55686525ee73ed9b052622cbe7529ba4"
            },
            "downloads": -1,
            "filename": "falcon_logger-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "68c65f31dbab15cdb8d1beaacfad3de8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29954,
            "upload_time": "2024-05-12T00:27:51",
            "upload_time_iso_8601": "2024-05-12T00:27:51.327369Z",
            "url": "https://files.pythonhosted.org/packages/48/c3/c53618ea0cba7d78a06cf5ba79e555e3af73320fa12c9c2ce03bc5dc7396/falcon_logger-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 00:27:51",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "arrizza-public",
    "bitbucket_project": "falcon-logger",
    "lcname": "falcon-logger"
}
        
JA
Elapsed time: 0.25217s