owlapi


Nameowlapi JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryAn interface for routing/chaining API requests to various endpoints asynchronously and parsing/formatting the output.
upload_time2023-05-07 04:43:41
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2023 song-dog Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords ai gpt api scraping convert conversion format formatting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OwlAPI

OwlAPI is an interface for routing/chaining outbound API requests to various endpoints asynchronously and parsing/formatting the output.

## Currently Supported Endpoints:

**API**
- Atera *(in progress)*
- ClickUp *(in progress)*
- Google *(Search / SiteSearch)*

**GPT**
- OpenAI
- Replicate

**Scraping**
- Frase
- ModestMoney
- TrustPilot

## Currently Supported Format Conversions:

- JSON
- PDF *(in progress)*
- HTML
- Markdown
- Plaintext
- DocX *(in progress)*

## References:
- [Atera](https://app.atera.com/apidocs)
- [ClickUp](https://clickup.com/api/clickupreference/)
- [Google Search](https://developers.google.com/custom-search/v1/overview)

- [OpenAI](https://platform.openai.com/docs/api-reference)
- [Replicate](https://replicate.com/docs/reference/http)

- [Frase](https://www.frase.io/)
- [Modest Money](https://modestmoney.com)
- [TrustPilot](https://trustpilot.com)

- [ReportLab PDF](https://www.reportlab.com/docs/reportlab-userguide.pdf)
- [python-docx](https://github.com/python-openxml/python-docx)
- [markdown](https://github.com/Python-Markdown/markdown)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "owlapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "ai,gpt,api,scraping,convert,conversion,format,formatting",
    "author": "",
    "author_email": "song-dog <coyote@coyote-ltd.com>",
    "download_url": "https://files.pythonhosted.org/packages/d3/00/9d3c9a21f2dde5184a68ce701e9ec33fde11a32325a11434c20387a4dd46/owlapi-0.0.1.tar.gz",
    "platform": null,
    "description": "# OwlAPI\r\n\r\nOwlAPI is an interface for routing/chaining outbound API requests to various endpoints asynchronously and parsing/formatting the output.\r\n\r\n## Currently Supported Endpoints:\r\n\r\n**API**\r\n- Atera *(in progress)*\r\n- ClickUp *(in progress)*\r\n- Google *(Search / SiteSearch)*\r\n\r\n**GPT**\r\n- OpenAI\r\n- Replicate\r\n\r\n**Scraping**\r\n- Frase\r\n- ModestMoney\r\n- TrustPilot\r\n\r\n## Currently Supported Format Conversions:\r\n\r\n- JSON\r\n- PDF *(in progress)*\r\n- HTML\r\n- Markdown\r\n- Plaintext\r\n- DocX *(in progress)*\r\n\r\n## References:\r\n- [Atera](https://app.atera.com/apidocs)\r\n- [ClickUp](https://clickup.com/api/clickupreference/)\r\n- [Google Search](https://developers.google.com/custom-search/v1/overview)\r\n\r\n- [OpenAI](https://platform.openai.com/docs/api-reference)\r\n- [Replicate](https://replicate.com/docs/reference/http)\r\n\r\n- [Frase](https://www.frase.io/)\r\n- [Modest Money](https://modestmoney.com)\r\n- [TrustPilot](https://trustpilot.com)\r\n\r\n- [ReportLab PDF](https://www.reportlab.com/docs/reportlab-userguide.pdf)\r\n- [python-docx](https://github.com/python-openxml/python-docx)\r\n- [markdown](https://github.com/Python-Markdown/markdown)\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 song-dog  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "An interface for routing/chaining API requests to various endpoints asynchronously and parsing/formatting the output.",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/song-dog/owlapi/issues",
        "Homepage": "https://github.com/song-dog/owlapi"
    },
    "split_keywords": [
        "ai",
        "gpt",
        "api",
        "scraping",
        "convert",
        "conversion",
        "format",
        "formatting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "240533b12bd5d0a0b5004beb9ca159059eddb63546ca612aa918966d31570f00",
                "md5": "403a7d751431bd90dcecce86c9d3a14c",
                "sha256": "6339024f83b7149a047f4d2fa8dbc8907934fad2d9043f83abb6cf081872bfab"
            },
            "downloads": -1,
            "filename": "owlapi-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "403a7d751431bd90dcecce86c9d3a14c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5057,
            "upload_time": "2023-05-07T04:43:39",
            "upload_time_iso_8601": "2023-05-07T04:43:39.353076Z",
            "url": "https://files.pythonhosted.org/packages/24/05/33b12bd5d0a0b5004beb9ca159059eddb63546ca612aa918966d31570f00/owlapi-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3009d3c9a21f2dde5184a68ce701e9ec33fde11a32325a11434c20387a4dd46",
                "md5": "29b38c9f5888aca741a0015a5869893d",
                "sha256": "c87681cc8d2ec29fd43f03631dc457cf6ce7cb4c9b7064a3c08aa0c5d82b17eb"
            },
            "downloads": -1,
            "filename": "owlapi-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "29b38c9f5888aca741a0015a5869893d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4799,
            "upload_time": "2023-05-07T04:43:41",
            "upload_time_iso_8601": "2023-05-07T04:43:41.518891Z",
            "url": "https://files.pythonhosted.org/packages/d3/00/9d3c9a21f2dde5184a68ce701e9ec33fde11a32325a11434c20387a4dd46/owlapi-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-07 04:43:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "song-dog",
    "github_project": "owlapi",
    "github_not_found": true,
    "lcname": "owlapi"
}
        
Elapsed time: 0.06351s