filapp


Namefilapp JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.filapp.co
SummaryFilapp API Client
upload_time2023-10-13 16:24:48
maintainer
docs_urlNone
authorJuan F. Duque
requires_python>=3.8.0
licenseMIT
keywords filapp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Release](https://github.com/grupodyd/python-filapp/actions/workflows/python-publish.yml/badge.svg)](https://github.com/grupodyd/python-filapp/actions/workflows/python-publish.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![pypi](https://badge.fury.io/py/filapp.svg)](https://pypi.org/project/filapp/)
[![PyPI](https://img.shields.io/pypi/pyversions/filapp.svg)](https://pypi.python.org/pypi/filapp)
# python-filapp
Python package for integration of Filapp in other applications

### Supported Python Versions

This library supports the following Python implementations:

- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11

## Installation

Install from PyPi using [pip](https://pip.pypa.io/en/latest/), a
package manager for Python.

```shell
pip3 install filapp
```

### Test your installation

Try listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the `auth_token`, and `company_id` variables.

```python3
from filapp import Filapp

# Your Auth Token
client = Filapp(auth_token="your_auth_token", company_id="your_company_id")

branches = client.get_branches()
for branch in branches:
    print(f"Branch ID {branch.id}, name {branch.name}")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.filapp.co",
    "name": "filapp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": "",
    "keywords": "filapp",
    "author": "Juan F. Duque",
    "author_email": "jfelipe@grupodyd.com",
    "download_url": "https://files.pythonhosted.org/packages/0a/93/a7c5ca25d8ebdd8cb2d9a625b3078fb7b712c49d53ab5e6af2d79cbd48b3/filapp-0.0.1.tar.gz",
    "platform": null,
    "description": "[![Release](https://github.com/grupodyd/python-filapp/actions/workflows/python-publish.yml/badge.svg)](https://github.com/grupodyd/python-filapp/actions/workflows/python-publish.yml)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n[![pypi](https://badge.fury.io/py/filapp.svg)](https://pypi.org/project/filapp/)\n[![PyPI](https://img.shields.io/pypi/pyversions/filapp.svg)](https://pypi.python.org/pypi/filapp)\n# python-filapp\nPython package for integration of Filapp in other applications\n\n### Supported Python Versions\n\nThis library supports the following Python implementations:\n\n- Python 3.8\n- Python 3.9\n- Python 3.10\n- Python 3.11\n\n## Installation\n\nInstall from PyPi using [pip](https://pip.pypa.io/en/latest/), a\npackage manager for Python.\n\n```shell\npip3 install filapp\n```\n\n### Test your installation\n\nTry listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the `auth_token`, and `company_id` variables.\n\n```python3\nfrom filapp import Filapp\n\n# Your Auth Token\nclient = Filapp(auth_token=\"your_auth_token\", company_id=\"your_company_id\")\n\nbranches = client.get_branches()\nfor branch in branches:\n    print(f\"Branch ID {branch.id}, name {branch.name}\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Filapp API Client",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.filapp.co",
        "Source": "https://github.com/grupodyd/python-filapp",
        "Tracker": "https://github.com/grupodyd/python-filapp/issues"
    },
    "split_keywords": [
        "filapp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21d4e05c831f2d5e2bd741d9b995f6d099b198633a5eaaa3001df0a47736159d",
                "md5": "836e0b4ee2f1cc9322e75627e91c1306",
                "sha256": "7820349712e9352a91151508fa0bfc1839a863ee3d857ef2d3791cc53e7b9fc0"
            },
            "downloads": -1,
            "filename": "filapp-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "836e0b4ee2f1cc9322e75627e91c1306",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 4056,
            "upload_time": "2023-10-13T16:24:46",
            "upload_time_iso_8601": "2023-10-13T16:24:46.460471Z",
            "url": "https://files.pythonhosted.org/packages/21/d4/e05c831f2d5e2bd741d9b995f6d099b198633a5eaaa3001df0a47736159d/filapp-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a93a7c5ca25d8ebdd8cb2d9a625b3078fb7b712c49d53ab5e6af2d79cbd48b3",
                "md5": "3b5f6d907fea721dfef33ed2c4bd6217",
                "sha256": "c6cb5c5b244e1bc937f46e1c388591098888395ae73d21790febb77d1948799f"
            },
            "downloads": -1,
            "filename": "filapp-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3b5f6d907fea721dfef33ed2c4bd6217",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 3360,
            "upload_time": "2023-10-13T16:24:48",
            "upload_time_iso_8601": "2023-10-13T16:24:48.233973Z",
            "url": "https://files.pythonhosted.org/packages/0a/93/a7c5ca25d8ebdd8cb2d9a625b3078fb7b712c49d53ab5e6af2d79cbd48b3/filapp-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-13 16:24:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grupodyd",
    "github_project": "python-filapp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "filapp"
}
        
Elapsed time: 1.11250s