ghostfolio


Nameghostfolio JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryPython API client for Ghostfolio
upload_time2024-09-01 15:08:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rest API client for Ghostfolio

Unofficial REST API for [Ghostfolio](https://ghostfol.io/).

Supports documented and undocumented APIs

## Installation

```bash
pip install ghostfolio
```

## Usage

```python
from ghostfolio import Ghostfolio

client = Ghostfolio(token="your_token")

```

Or if you want to connect to your self-hosted Ghostfolio instance:

```python
from ghostfolio import Ghostfolio

client = Ghostfolio(token="your_token", host="https://your-ghostfolio-instance.com")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ghostfolio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Marcin Szymanski <ms32035@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ce/c6/319225c461dc3a5f9d6df20c8195178c68e2688891d8358e264f4828a542/ghostfolio-0.6.0.tar.gz",
    "platform": null,
    "description": "# Rest API client for Ghostfolio\n\nUnofficial REST API for [Ghostfolio](https://ghostfol.io/).\n\nSupports documented and undocumented APIs\n\n## Installation\n\n```bash\npip install ghostfolio\n```\n\n## Usage\n\n```python\nfrom ghostfolio import Ghostfolio\n\nclient = Ghostfolio(token=\"your_token\")\n\n```\n\nOr if you want to connect to your self-hosted Ghostfolio instance:\n\n```python\nfrom ghostfolio import Ghostfolio\n\nclient = Ghostfolio(token=\"your_token\", host=\"https://your-ghostfolio-instance.com\")\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python API client for Ghostfolio",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/ms32035/ghostfolio-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "924fab5119e39db5bb04bbbdb4f187b7969bb8f70acc47e5510e4a9edc53fcbc",
                "md5": "6e615832d12bb4aae33e6f573ecfbcda",
                "sha256": "b3817a9b99c0861aa17debd8832ac889a1b2b8d8a52203540da4a4ddc52378f9"
            },
            "downloads": -1,
            "filename": "ghostfolio-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e615832d12bb4aae33e6f573ecfbcda",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6771,
            "upload_time": "2024-09-01T15:07:59",
            "upload_time_iso_8601": "2024-09-01T15:07:59.344358Z",
            "url": "https://files.pythonhosted.org/packages/92/4f/ab5119e39db5bb04bbbdb4f187b7969bb8f70acc47e5510e4a9edc53fcbc/ghostfolio-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cec6319225c461dc3a5f9d6df20c8195178c68e2688891d8358e264f4828a542",
                "md5": "beb5171c284ff3981085eef3fd7a9267",
                "sha256": "f10377315d7a6e1c27e7679db9f6b342883ba43dcbb5ea4819e7527378f760c0"
            },
            "downloads": -1,
            "filename": "ghostfolio-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "beb5171c284ff3981085eef3fd7a9267",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6465,
            "upload_time": "2024-09-01T15:08:00",
            "upload_time_iso_8601": "2024-09-01T15:08:00.393331Z",
            "url": "https://files.pythonhosted.org/packages/ce/c6/319225c461dc3a5f9d6df20c8195178c68e2688891d8358e264f4828a542/ghostfolio-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 15:08:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ms32035",
    "github_project": "ghostfolio-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ghostfolio"
}
        
Elapsed time: 0.39136s