{ "info": { "author": "Daniel Vilar Peiteado", "author_email": "danielvilar2@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# py-glo-board\n\n

\n \n

\n\n>A python library to help interact with GitKraken [Glo Boards API](https://support.gitkraken.com/developers/api/)\n
\n\n## Supported Endpoints & Features\n\n**API Endpoints:**\n>This package supports the following v1 [Glo Boards API endpoints](https://gloapi.gitkraken.com/v1/docs/)\n\n**Boards**\n\n- [x] Get Boards\n- [x] Create Board\n- [x] Get Boards by ID\n- [x] Edit Board\n- [x] Delete Board\n\n**Columns**\n- [x] Create column\n- [x] Edit column\n- [x] Delete column\n\n**Cards**\n- [x] Get Cards\n- [x] Create Card\n- [X] Create Cards batch\n- [x] Get Card By ID\n- [x] Edit Card\n- [x] Delete Card\n- [x] Get Cards By Column ID\n\n**Labels**\n- [x] Create Label\n- [x] Edit Label\n- [x] Delete Label\n\n**Attachments**\n- [X] Get Attachments\n- [X] Create Attachment\n\n**Comments**\n- [x] Get Comments By Card ID\n- [x] Create Comment\n- [x] Edit Comment\n- [x] Delete Comment\n\n**User**\n- [x] Get User\n\n## Requirements\nPython 3.6 or higher\n\n## Installing\n \n```bash\npip install py-glo-board\n```\n\n## Example\n```python\nfrom py_glo_boards_api import GloBoard, types\n\ngloboard = GloBoard('')\n\n# List all boards available (Only gets the id and the name of the board)\ngloboard.get_boards()\n\n# Or select the fields you need, with the options available in the Glo api\nfields=['archived_columns', 'archived_date', 'columns', 'created_by', 'created_date', 'invited_members', 'labels', 'members', 'name']\nboards = globoard.get_boards(fields, per_page=3)\n\n# Get card\ngloboard.get_card('', '').to_dict()\n\n```\n\n## FAQ\nPlease refer to [Git Kraken Documentation](https://support.gitkraken.com/developers/overview/) for any\nfurther reading.\n## License\n\n[MIT]: https://opensource.org/licenses/MIT\n\nThe source code for py-glo-board is released under the [MIT License][MIT].", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dpeite/py-glo-board", "keywords": "gitkraken,glo boards", "license": "", "maintainer": "Daniel Vilar Peiteado", "maintainer_email": "danielvilar2@gmail.com", "name": "py-glo-board", "package_url": "https://pypi.org/project/py-glo-board/", "platform": "", "project_url": "https://pypi.org/project/py-glo-board/", "project_urls": { "Bug Reports": "https://github.com/dpeite/py-glo-board/issues", "Homepage": "https://github.com/dpeite/py-glo-board", "Source": "https://github.com/dpeite/py-glo-board" }, "release_url": "https://pypi.org/project/py-glo-board/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python client for GitKraken Glo Boards API", "version": "1.0.1" }, "last_serial": 5009448, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "7d9e08321c162dc3eaddff17fa0509d4", "sha256": "a69be181f13ade168a42ce02781e6a74948d83d4d66fe61731a2a96b55df3def" }, "downloads": -1, "filename": "py-glo-board-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7d9e08321c162dc3eaddff17fa0509d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5937, "upload_time": "2019-03-31T13:45:13", "url": "https://files.pythonhosted.org/packages/b7/0e/70d925dc901fec78497cac6bdc565e610248a7c1c0fa6fc2adba9a348eb6/py-glo-board-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d9e08321c162dc3eaddff17fa0509d4", "sha256": "a69be181f13ade168a42ce02781e6a74948d83d4d66fe61731a2a96b55df3def" }, "downloads": -1, "filename": "py-glo-board-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7d9e08321c162dc3eaddff17fa0509d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5937, "upload_time": "2019-03-31T13:45:13", "url": "https://files.pythonhosted.org/packages/b7/0e/70d925dc901fec78497cac6bdc565e610248a7c1c0fa6fc2adba9a348eb6/py-glo-board-1.0.1.tar.gz" } ] }