{"id":15520146,"url":"https://github.com/bjascob/pythondataserve","last_synced_at":"2025-04-23T04:41:58.887Z","repository":{"id":62566723,"uuid":"233859662","full_name":"bjascob/PythonDataServe","owner":"bjascob","description":"A module for serving up python data in a stand-alone process.","archived":false,"fork":false,"pushed_at":"2020-01-14T16:53:37.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T06:17:15.778Z","etag":null,"topics":["client-server","data","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjascob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-14T14:28:04.000Z","updated_at":"2022-04-08T02:18:44.000Z","dependencies_parsed_at":"2022-11-03T16:30:23.697Z","dependency_job_id":null,"html_url":"https://github.com/bjascob/PythonDataServe","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjascob%2FPythonDataServe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjascob%2FPythonDataServe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjascob%2FPythonDataServe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjascob%2FPythonDataServe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjascob","download_url":"https://codeload.github.com/bjascob/PythonDataServe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372703,"owners_count":21419720,"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":["client-server","data","python"],"created_at":"2024-10-02T10:24:23.974Z","updated_at":"2025-04-23T04:41:58.860Z","avatar_url":"https://github.com/bjascob.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PythonDataServe\n\n**A module for serving up python data in a stand-alone process.**\n\n\n## About\nPythonDataServe is a simple library that allows you to serve data from a different python process.  This eliminates the need to load large data files every time you want to run your program.\n\nThe library includes a very simple HTTP Server for basic data types and a Proxy Server for python objects.  Both servers implement a similar methodology, allowing the user to define functions on the server side which the client can call with a data payload to and get a return response.  This is a remote-procedure-call type of implementation which also makes the library an excellent tool for doing multiprocessing across computers.\n\nThe library also contains a DataContainer utility class to encapsulate pickling, gzipping, loading and saving functionality.  This simplifies some common data operations.\n\n## Documentation\nFor the latest documentation, see **[ReadTheDocs](https://pythondataserve.readthedocs.io/en/latest/)**.  Alternatively, you can view the markup files directly in the __*docs*__ folder of this project.\n\nYou can see example implementations in the __*tests*__ folder.\n\n## Setup\nThe project is designed to work with python 3.\n\nThe only external requirement is the commonly used \"requests\" library and its sub-dependencies.\n\nTo install do..\n```\npip3 install dataserve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjascob%2Fpythondataserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjascob%2Fpythondataserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjascob%2Fpythondataserve/lists"}