{"id":20126520,"url":"https://github.com/thefloatingstring/serveapi","last_synced_at":"2026-01-03T08:35:04.152Z","repository":{"id":245708560,"uuid":"819021059","full_name":"TheFloatingString/serveapi","owner":"TheFloatingString","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-17T23:42:24.000Z","size":15,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T20:16:25.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheFloatingString.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T14:52:34.000Z","updated_at":"2024-09-14T00:59:15.000Z","dependencies_parsed_at":"2024-06-27T01:04:27.169Z","dependency_job_id":null,"html_url":"https://github.com/TheFloatingString/serveapi","commit_stats":null,"previous_names":["thefloatingstring/servapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2Fserveapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2Fserveapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2Fserveapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFloatingString%2Fserveapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheFloatingString","download_url":"https://codeload.github.com/TheFloatingString/serveapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233711045,"owners_count":18717952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T20:16:30.100Z","updated_at":"2025-09-21T04:31:35.899Z","avatar_url":"https://github.com/TheFloatingString.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ServeAPI\n\nAn interface for minimal API calls. \n\nPlanned Features:\n\n+ Single object locally that dynamically generates attributes and methods that mirror the parent dependency\n+ Securely call API keys (experimental, should **not** be used in a production setting)\n+ Integrate functional programming capabilities (i.e. pipe operators)\n\n\n### Quickstart\n\n`ServeApi2` currently supports NumPy function calls (using the `np` alias). The long-term goal is for a client program to be able to call dependencies that only need to be installed on a server machine, rather than a client machine. This would save memory on the client-side, and also simplify dependency management for projects that use a common set of dependencies with compatible versioning. \n\n```python\nfrom interface import ServeApi2\ns2 = ServeApi2('np')\nresp = s2.linalg.norm([34353,23432,23413])\nprint(f'\u003e\u003e {eval(resp)}')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefloatingstring%2Fserveapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthefloatingstring%2Fserveapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefloatingstring%2Fserveapi/lists"}