{"id":20012111,"url":"https://github.com/fslaborg/project-template","last_synced_at":"2026-01-28T08:37:53.702Z","repository":{"id":128317719,"uuid":"392219307","full_name":"fslaborg/project-template","owner":"fslaborg","description":"A dotnet new template for creating streamlined datascience packages","archived":false,"fork":false,"pushed_at":"2021-08-03T08:11:56.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-27T23:54:34.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/fslaborg.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,"governance":null}},"created_at":"2021-08-03T06:48:45.000Z","updated_at":"2021-08-09T04:43:30.000Z","dependencies_parsed_at":"2023-11-10T14:46:31.590Z","dependency_job_id":"2118ee5d-88f9-4337-98f0-37ae564b0864","html_url":"https://github.com/fslaborg/project-template","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"341fb06edd6be29e8be7969cebe63f6dde3fac61"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fslaborg/project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2Fproject-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2Fproject-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2Fproject-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2Fproject-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fslaborg","download_url":"https://codeload.github.com/fslaborg/project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2Fproject-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28842868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-13T07:28:47.217Z","updated_at":"2026-01-28T08:37:53.687Z","avatar_url":"https://github.com/fslaborg.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# The FsLab project template\n\nA dotnet new template for creating streamlined datascience packages\n\nThe aim of this template is to provide a standardized way on how to package F# data science libraries that build on top of the FsLab toolbox.\n\nThe type of library this template is designed for typically does the following:\n\n1. Reading data from the user input via [Deedle]() as a data frame. There might be preprocessing/mandatory formatting of the input.\n\n2. Performing the transformations or analysis pipelines the library is designed for:\n    - If you are for example publishing a new method with this template, write your functions so that they can work with data frame inputs.\n    - You can either use projects from the FsLab toolbox where adequate or go your own way completely (which might be necessary to make your method work).\n\n3. Return a `\u003cMethodName\u003eResult` type. This central result type is then used in your library for everything after applying the transformations and/or analysis pipelines.\n\n4. Provide functions to write and read `\u003cMethodName\u003eResult` to/from disk\n\n5. Provide functions to visualize `\u003cMethodName\u003eResult` using Plotly.NET\n\n6. Provide documentation using the [fslab documentation template]()\n\nIn a more abstract way, here is what a library using this template should be designed to do:\n\n![](./library-flow.svg)\n\n## Library Scope\n\nThis template is mostly thought for 'single-purpose' data analysis libraries, e.g. to create a software package to accompany the paper about a method you just published. However, the concept of `IO` -\u003e `Analysis` -\u003e `Result` -\u003e `Visualize/Write` should be pretty expandable to your needs.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffslaborg%2Fproject-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffslaborg%2Fproject-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffslaborg%2Fproject-template/lists"}