apollo11log


Nameapollo11log JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/xssfox/apollo11log
SummaryPrints Apollo 11 Logs is realtime
upload_time2023-08-07 23:03:56
maintainer
docs_urlNone
authorxss
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Install
```sh
sudo pip3 install apollo11log #to install system wide
```

### Run as a CLI app
```
$ apollo11log
[CDR] 00 00:00:04 Roger. Clock.
[CDR] 00 00:00:13 Roger. We got a roll program.
[CMP] 00 00:00:15 Roger. Roll.
[CDR] 00 00:00:34 Roll's complete an
```

### Run as a systemd service

Create a unit file - such as `/etc/systemd/system/apollo11.service`
with the contents like
```
[Unit]
Description=apollo11
After=syslog.target

[Service]
ExecStart=/usr/local/bin/apollo11log
Restart=always
RestartSec=120
SyslogIdentifier=apollo11

[Install]
WantedBy=multi-user.target
```

The enable and start the service
```
sudo systemctl enable apollo11.service
sudo systemctl start apollo11.service
```

### Watch the logs
```
journalctl -u apollo11 -f -n
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xssfox/apollo11log",
    "name": "apollo11log",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "xss",
    "author_email": "michaela@michaela.lgbt",
    "download_url": "https://files.pythonhosted.org/packages/9d/12/c68fa2e3836b7a613bfd511f8fd394876ab295cab0218ccbf14b5df158e5/apollo11log-0.1.3.tar.gz",
    "platform": null,
    "description": "### Install\n```sh\nsudo pip3 install apollo11log #to install system wide\n```\n\n### Run as a CLI app\n```\n$ apollo11log\n[CDR] 00 00:00:04 Roger. Clock.\n[CDR] 00 00:00:13 Roger. We got a roll program.\n[CMP] 00 00:00:15 Roger. Roll.\n[CDR] 00 00:00:34 Roll's complete an\n```\n\n### Run as a systemd service\n\nCreate a unit file - such as `/etc/systemd/system/apollo11.service`\nwith the contents like\n```\n[Unit]\nDescription=apollo11\nAfter=syslog.target\n\n[Service]\nExecStart=/usr/local/bin/apollo11log\nRestart=always\nRestartSec=120\nSyslogIdentifier=apollo11\n\n[Install]\nWantedBy=multi-user.target\n```\n\nThe enable and start the service\n```\nsudo systemctl enable apollo11.service\nsudo systemctl start apollo11.service\n```\n\n### Watch the logs\n```\njournalctl -u apollo11 -f -n\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "Prints Apollo 11 Logs is realtime",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/xssfox/apollo11log",
        "Repository": "https://github.com/xssfox/apollo11log"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "129abc1d839ef5f824060508a1b3c4e90ebb725349381eef0b6b627e916c541d",
                "md5": "8213292053daa04f51fb798413c47b0d",
                "sha256": "a884856ee35e9b1d45b2adc9b8eb8039f557dc60e9a9b1f7bc530aaa08b62ea9"
            },
            "downloads": -1,
            "filename": "apollo11log-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8213292053daa04f51fb798413c47b0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 261679,
            "upload_time": "2023-08-07T23:03:53",
            "upload_time_iso_8601": "2023-08-07T23:03:53.571276Z",
            "url": "https://files.pythonhosted.org/packages/12/9a/bc1d839ef5f824060508a1b3c4e90ebb725349381eef0b6b627e916c541d/apollo11log-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d12c68fa2e3836b7a613bfd511f8fd394876ab295cab0218ccbf14b5df158e5",
                "md5": "eb819ce8725b3eb535fe2520431c3926",
                "sha256": "9940ce400cf1727a86e7f951dcc5d555713cab7c6aae83acba37da1154336802"
            },
            "downloads": -1,
            "filename": "apollo11log-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "eb819ce8725b3eb535fe2520431c3926",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 261088,
            "upload_time": "2023-08-07T23:03:56",
            "upload_time_iso_8601": "2023-08-07T23:03:56.027825Z",
            "url": "https://files.pythonhosted.org/packages/9d/12/c68fa2e3836b7a613bfd511f8fd394876ab295cab0218ccbf14b5df158e5/apollo11log-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 23:03:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xssfox",
    "github_project": "apollo11log",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "apollo11log"
}
        
xss
Elapsed time: 0.20575s