{"id":21923708,"url":"https://github.com/skitls-dev/skitls.data.inputforms","last_synced_at":"2026-02-10T12:32:22.173Z","repository":{"id":250125585,"uuid":"828530094","full_name":"SKitLs-dev/SKitLs.Data.InputForms","owner":"SKitLs-dev","description":"SKitLs.Data.InputForms is a .NET/C# library that offers a unified approach to user input handling by enabling developers to create data forms with specified constraints. The library supports converting these forms into various user interfaces through extensions.","archived":false,"fork":false,"pushed_at":"2025-01-26T08:18:03.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-15T01:09:36.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/SKitLs-dev.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-14T12:36:29.000Z","updated_at":"2025-01-26T08:18:07.000Z","dependencies_parsed_at":"2024-07-28T20:48:20.100Z","dependency_job_id":null,"html_url":"https://github.com/SKitLs-dev/SKitLs.Data.InputForms","commit_stats":null,"previous_names":["skitls-dev/skitls.data.inputforms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SKitLs-dev/SKitLs.Data.InputForms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKitLs-dev%2FSKitLs.Data.InputForms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKitLs-dev%2FSKitLs.Data.InputForms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKitLs-dev%2FSKitLs.Data.InputForms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKitLs-dev%2FSKitLs.Data.InputForms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SKitLs-dev","download_url":"https://codeload.github.com/SKitLs-dev/SKitLs.Data.InputForms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKitLs-dev%2FSKitLs.Data.InputForms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29298695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T12:23:18.846Z","status":"ssl_error","status_checked_at":"2026-02-10T12:23:06.082Z","response_time":65,"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-28T21:12:36.664Z","updated_at":"2026-02-10T12:32:22.146Z","avatar_url":"https://github.com/SKitLs-dev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# SKitLs.Data.InputForms ![Static Badge](https://img.shields.io/badge/Follow%20GitHub%20-%20black?logo=github\u0026link=https%3A%2F%2Fgithub.com%2FSKitLs-Dev%2FSKitLs.Data.InputForms.git) ![GitHub](https://img.shields.io/github/license/SKitLs-Dev/SKitLs.Data.InputForms) ![Nuget](https://img.shields.io/nuget/v/SKitLs.Data.InputForms)\n\n_README version: 24.VII_\n\nSKitLs.Data.InputForms is a comprehensive .NET/C# library designed to streamline user input handling.\n\nBy inheriting from the `FormData` class, developers can define the necessary data fields and impose constraints on user input through a rich set of attributes.\nThis approach ensures that user input adheres to the defined rules and formats.\n\nThe library's extensible architecture allows these data forms to be transformed into various user interfaces, such as WPF UI elements or Telegram message sequences, depending on the chosen extensions.\n\n## Setup\n\n### Installation\n\n1. Using Terminal Command:\n    \n    To install the project using the terminal command, follow these steps:\n\n    1. Open the terminal or command prompt.\n    2. Run command:\n    \n    ```\n    dotnet add package SKitLs.Data.InputForms\n    ```\n\n2. Using NuGet Packages Manager:\n\n    To install the project using the NuGet Packages Manager, perform the following steps:\n\n    1. Open your preferred Integrated Development Environment (IDE) that supports NuGet package management (e.g., Visual Studio).\n    2. Create a new project or open an existing one.\n    3. Select \"Project\" \u003e \"Manage NuGet Packages\"\n    4. In the \"Browse\" tab, search for the project package you want to install.\n    5. Click on the \"Install\" button to add the selected package to your project.\n    5. Follow any additional setup instructions or configurations provided in the project's documentation.\n\n3. Downloading Source Code and Direct Linking:\n\n    To install the project by downloading the source code and directly linking it to your project, adhere to the following steps:\n\n    1. Visit the project repository on [GitHub](https://github.com/SKitLs-dev/SKitLs.Data.InputForms)\n    2. Click on the \"Code\" button and select \"Download ZIP\" to download the project's source code as a zip archive.\n    3. Extract the downloaded zip archive to the desired location on your local machine.\n    4. Open your existing project or create a new one in your IDE.\n    5. Add the downloaded project files to your solution using the \"Add Existing Project\" option in your IDE's solution explorer.\n    6. Reference the project in your solution and ensure any required dependencies are resolved.\n    7. Follow any additional setup or configuration instructions provided in the project's documentation.\n\nPlease note that each method may have specific requirements or configurations that need to be followed for successful installation.\nRefer to the project's documentation for any additional steps or considerations.\n\n## Usage\n\nTo get up-to-dated usage examples, please visit [wiki](https://github.com/SKitLs-dev/SKitLs.Data.InputForms/wiki).\n\n## Contributors\n\nCurrently, there are no contributors actively involved in this project.\nHowever, our team is eager to welcome contributions from anyone interested in advancing the project's development.\n\nWe value every contribution and look forward to collaborating with individuals who share our vision and passion for this endeavor.\nYour participation will be greatly appreciated in moving the project forward.\n\nThank you for considering contributing to our project.\n\n## License\n\nThis project is distributed under the terms of the MIT License.\n\nCopyright (C) 2024, SKitLs\n\n## Developer contact\n\nFor any issues related to the project, please feel free to reach out to us through the project's GitHub page.\nWe welcome bug reports, feedback, and any other inquiries that can help us improve the project.\n\nYou can also contact the project owner directly via their GitHub profile at the [following link](https://github.com/SKitLs-dev) or email: skitlsdev@gmail.com\n\nYour collaboration and support are highly appreciated, and we will do our best to address any concerns or questions promptly and professionally.\nThank you for your interest in our project.\n\n## Notes\n\nThank you for choosing our solution for your needs, and we look forward to contributing to your project's success.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskitls-dev%2Fskitls.data.inputforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskitls-dev%2Fskitls.data.inputforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskitls-dev%2Fskitls.data.inputforms/lists"}