finolog-sdk


Namefinolog-sdk JSON
Version 1.0.2.2 PyPI version JSON
download
home_pagehttps://github.com/RTHeLL/finolog-sdk
SummaryWrapper for working with Finolog service API
upload_time2023-02-10 15:14:23
maintainer
docs_urlNone
authorKinder (RTHeLL)
requires_python
licenseApache License, Version 2.0, see LICENSE file
keywords wrapper finance finolog
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Finolog Python API

Wrapper for working with Finolog service API

### Installation
You can install or upgrade package with:
```
$ pip install finolog-sdk --upgrade
```
Or you can install from source with:
```
$ git clone https://github.com/RTHeLL/finolog-sdk
$ cd finolog-sdk
$ python setup.py install
```
...or install from source buth with pip
```
$ pip install git+https://github.com/RTHeLL/finolog-sdk
```
### Example

```python
from finolog.services import FinologService 


def main():
    client = FinologService(api_token='YOUR TOKEN', biz_id=123)
    documents = client.document.get_documents()
    print(documents)


main()
```


## Bugs

If you have any problems, please create Issues [here](https://github.com/RTHeLL/finolog-sdk/issues)  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RTHeLL/finolog-sdk",
    "name": "finolog-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "wrapper,finance,finolog",
    "author": "Kinder (RTHeLL)",
    "author_email": "k1ndermail@ya.ru",
    "download_url": "https://files.pythonhosted.org/packages/04/07/40fef2fc28dd1b002b298d1d1884d12867c53ae41a1f2f4d6d14fe44facf/finolog-sdk-1.0.2.2.tar.gz",
    "platform": null,
    "description": "# Finolog Python API\n\nWrapper for working with Finolog service API\n\n### Installation\nYou can install or upgrade package with:\n```\n$ pip install finolog-sdk --upgrade\n```\nOr you can install from source with:\n```\n$ git clone https://github.com/RTHeLL/finolog-sdk\n$ cd finolog-sdk\n$ python setup.py install\n```\n...or install from source buth with pip\n```\n$ pip install git+https://github.com/RTHeLL/finolog-sdk\n```\n### Example\n\n```python\nfrom finolog.services import FinologService \n\n\ndef main():\n    client = FinologService(api_token='YOUR TOKEN', biz_id=123)\n    documents = client.document.get_documents()\n    print(documents)\n\n\nmain()\n```\n\n\n## Bugs\n\nIf you have any problems, please create Issues [here](https://github.com/RTHeLL/finolog-sdk/issues)  \n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0, see LICENSE file",
    "summary": "Wrapper for working with Finolog service API",
    "version": "1.0.2.2",
    "split_keywords": [
        "wrapper",
        "finance",
        "finolog"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eef43e713a6d9d5f0f7b35c422ee9e416a9d66c55da9726289b3b1d8cad720a3",
                "md5": "4563b06494a9f7a88072204ed26a8fef",
                "sha256": "22a2f975e5cb307d8be3cf6f40a2d3c2ca90596d70b4560c03aa8d3d2e12efbf"
            },
            "downloads": -1,
            "filename": "finolog_sdk-1.0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4563b06494a9f7a88072204ed26a8fef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7282,
            "upload_time": "2023-02-10T15:14:22",
            "upload_time_iso_8601": "2023-02-10T15:14:22.059178Z",
            "url": "https://files.pythonhosted.org/packages/ee/f4/3e713a6d9d5f0f7b35c422ee9e416a9d66c55da9726289b3b1d8cad720a3/finolog_sdk-1.0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "040740fef2fc28dd1b002b298d1d1884d12867c53ae41a1f2f4d6d14fe44facf",
                "md5": "65f15d3b70499af0f90e61e6bd55bda3",
                "sha256": "a473310c1727776787af35f3efbf131744d23df4e6ba722d7dde750cfd7c6fa9"
            },
            "downloads": -1,
            "filename": "finolog-sdk-1.0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "65f15d3b70499af0f90e61e6bd55bda3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6204,
            "upload_time": "2023-02-10T15:14:23",
            "upload_time_iso_8601": "2023-02-10T15:14:23.642891Z",
            "url": "https://files.pythonhosted.org/packages/04/07/40fef2fc28dd1b002b298d1d1884d12867c53ae41a1f2f4d6d14fe44facf/finolog-sdk-1.0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-10 15:14:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "RTHeLL",
    "github_project": "finolog-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "finolog-sdk"
}
        
Elapsed time: 0.04143s