معرفی شرکت ها


Logria-0.9.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A powerful CLI tool that puts log analytics at your fingertips.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Logria-0.9.9
نام Logria
نسخه کتابخانه 0.9.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christopher Sardegna
ایمیل نویسنده logria@reagentx.net
آدرس صفحه اصلی https://github.com/ReagentX/Logria-py
آدرس اینترنتی https://pypi.org/project/Logria/
مجوز -
![Logria Logo](/resources/branding/logria.svg) # Logria Python Proof of Concept A powerful CLI tool that puts log analytics at your fingertips. This is the Python Proof of Concept repository; the [main version](https://github.com/ReagentX/Logria/) is written in Rust. ## tl;dr - Live filtering of data from other processes, replacing `grep` - Use shell commands or files as input, save sessions and come back later - Replace regex/filter without killing the process or losing the stream's history - Parse logs using user-defined rules, apply analytics methods on top - Pure Python, fully type hinted, zero dependencies ## Installation There are several options to install this app. ### Normal Usage `pip install logria` ### Development See [Advanced Installation](docs/README.md#advanced-installation). ## Usage There are a few main ways to invoke Logria: - Directly: - `logria` - Opens to the setup screen - With args: - `logria -e 'tail -f log.txt'` - Opens a pipe to `tail -f log.txt` and skips setup - `logria -h` will show the help page with all possible options For more details, see [Sample Usage Session](docs/README.md#sample-usage-session). ## Key Commands | Key | Command | |--|--| | `:` | [command mode](docs/commands.md) | | `/` | regex search | | `h` | if regex active, toggle highlighting of matches | | `i` | toggle insert mode (default off) | | `s` | swap reading `stdin` and `stdout` | | `p` | activate parser | | `a` | toggle analytics mode when parser is active | | `z` | deactivate parser | | ↑ | scroll buffer up one line | | ↓ | scroll buffer down one line | | → | skip and stick to end of buffer | | ← | skip and stick to beginning of buffer | ## Features Here are some of the ways you can leverage Logria: ### Live stream of log data ![logria](/resources/screenshots/logria.png) ### Interactive, live, editable grep ![regex](/resources/screenshots/regex.png) ### Live log message parsing ![parser](/resources/screenshots/parser.png) ### Live analytics/statistics tracking ![analytics](/resources/screenshots/analytics.png) ### User-defined saved sessions See [session](/docs/sessions.md) docs. ### User-defined saved log parsing methods See [patterns](/docs/patterns.md) docs.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl Logria-0.9.9:

    pip install Logria-0.9.9.whl


نصب پکیج tar.gz Logria-0.9.9:

    pip install Logria-0.9.9.tar.gz