Installing
==========
From PyPI
---------
```bash
pip install --user jprm
```
From GitHub
-----------
```
pip install --user git+https://github.com/oddstr13/jellyfin-plugin-repository-manager
```
From local developement directory
---------------------------------
```
git clone https://github.com/oddstr13/jellyfin-plugin-repository-manager.git
pip install --user --editable jellyfin-plugin-metadata-manager
```
Stand-alone Python script
-------------------------
```
wget -O jprm.py https://raw.githubusercontent.com/oddstr13/jellyfin-plugin-repository-manager/master/jprm/__init__.py
```
Examples
========
Running jprm
------------
```
jprm --version
```
```
python3 -m jprm --version
```
```
python3 jprm.py --version
```
Initializing plugin repository
------------------------------
```
mkdir -p /path/to/repo
jprm repo init /path/to/repo
```
See [build_plugin.sh](https://github.com/oddstr13/jellyfin-plugin-repository-manager/blob/master/build_plugin.sh) for an example script.
Raw data
{
"_id": null,
"home_page": "https://github.com/oddstr13/jellyfin-plugin-repository-manager",
"name": "jprm",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.1",
"maintainer_email": "",
"keywords": "Jellyfin plugin repository compile publish development",
"author": "Odd Str\u00e5b\u00f8",
"author_email": "oddstr13@openshell.no",
"download_url": "https://files.pythonhosted.org/packages/2f/aa/873d16b2ab60bef49ca180b511112ade07562b5f671ad7d68cfbb084db92/jprm-1.0.12.tar.gz",
"platform": null,
"description": "Installing\n==========\nFrom PyPI\n---------\n```bash\npip install --user jprm\n```\n\nFrom GitHub\n-----------\n```\npip install --user git+https://github.com/oddstr13/jellyfin-plugin-repository-manager\n```\n\nFrom local developement directory\n---------------------------------\n```\ngit clone https://github.com/oddstr13/jellyfin-plugin-repository-manager.git\npip install --user --editable jellyfin-plugin-metadata-manager\n```\n\nStand-alone Python script\n-------------------------\n```\nwget -O jprm.py https://raw.githubusercontent.com/oddstr13/jellyfin-plugin-repository-manager/master/jprm/__init__.py\n```\n\nExamples\n========\n\nRunning jprm\n------------\n\n```\njprm --version\n```\n\n```\npython3 -m jprm --version\n```\n\n```\npython3 jprm.py --version\n```\n\nInitializing plugin repository\n------------------------------\n\n```\nmkdir -p /path/to/repo\njprm repo init /path/to/repo\n```\n\nSee [build_plugin.sh](https://github.com/oddstr13/jellyfin-plugin-repository-manager/blob/master/build_plugin.sh) for an example script.\n",
"bugtrack_url": null,
"license": "",
"summary": "Jellyfin Plugin Repository Manager",
"version": "1.0.12",
"project_urls": {
"Homepage": "https://github.com/oddstr13/jellyfin-plugin-repository-manager"
},
"split_keywords": [
"jellyfin",
"plugin",
"repository",
"compile",
"publish",
"development"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aeb6fa403eb7c96e671c02d974d0f8468a3819e61437c4190d3484364ffe58bd",
"md5": "9faeb163f1cef1dfceb1b78ec41cf5a9",
"sha256": "7c4359855c4b2c9d88445b55375b60de4523c34e03b23374d7b370e43179ed7f"
},
"downloads": -1,
"filename": "jprm-1.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9faeb163f1cef1dfceb1b78ec41cf5a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1",
"size": 15962,
"upload_time": "2023-12-13T22:46:15",
"upload_time_iso_8601": "2023-12-13T22:46:15.884691Z",
"url": "https://files.pythonhosted.org/packages/ae/b6/fa403eb7c96e671c02d974d0f8468a3819e61437c4190d3484364ffe58bd/jprm-1.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2faa873d16b2ab60bef49ca180b511112ade07562b5f671ad7d68cfbb084db92",
"md5": "72d63acd00459ba64fa0ef1a166e403b",
"sha256": "96b5b1a639c27504e06030fbf0af6318d30862751a9d1677477cd248563ee6fb"
},
"downloads": -1,
"filename": "jprm-1.0.12.tar.gz",
"has_sig": false,
"md5_digest": "72d63acd00459ba64fa0ef1a166e403b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1",
"size": 15984,
"upload_time": "2023-12-13T22:46:17",
"upload_time_iso_8601": "2023-12-13T22:46:17.526220Z",
"url": "https://files.pythonhosted.org/packages/2f/aa/873d16b2ab60bef49ca180b511112ade07562b5f671ad7d68cfbb084db92/jprm-1.0.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-13 22:46:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "oddstr13",
"github_project": "jellyfin-plugin-repository-manager",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "jprm"
}