{"library":"sprint-datapusher","title":"Sprint Datapusher","type":"library","description":"A Python tool to read CSV files, transform them to JSON, and push the data to a sprint_excel_webserver. Current version 0.1.2, released sporadically. Python >=3.7, <4.0.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install sprint-datapusher"],"cli":{"name":"sprint-datapusher","version":""}},"imports":["from sprint_datapusher import Datapusher"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/heming-langrenn/sprint-excel","docs":null,"changelog":null,"pypi":"https://pypi.org/project/sprint-datapusher/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import os\nfrom sprint_datapusher import Datapusher\n\ndp = Datapusher(\n    csv_path=\"data.csv\",\n    endpoint=os.environ.get('SPRINT_ENDPOINT', 'http://localhost:5000'),\n    api_key=os.environ.get('SPRINT_API_KEY', '')\n)\ndp.transform_and_push()\nprint(\"Data pushed successfully.\")","lang":"python","description":"Basic usage: read CSV, transform to JSON, push to sprint_excel_webserver.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}