{"id":28867232,"url":"https://github.com/alisajid/aaprop","last_synced_at":"2025-06-28T06:41:12.667Z","repository":{"id":155566362,"uuid":"632146160","full_name":"AliSajid/aaprop","owner":"AliSajid","description":"A small server application for getting information about the 20 human Amino Acids","archived":false,"fork":false,"pushed_at":"2025-06-22T05:14:45.000Z","size":1818,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T06:23:23.415Z","etag":null,"topics":["bioinformatics","database"],"latest_commit_sha":null,"homepage":"https://aaprop-c1io.shuttle.app/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AliSajid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-Apache","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-24T20:05:44.000Z","updated_at":"2025-06-19T17:22:35.000Z","dependencies_parsed_at":"2024-03-16T20:39:45.594Z","dependency_job_id":"1419c42d-5919-4717-9929-74bc503332c0","html_url":"https://github.com/AliSajid/aaprop","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/AliSajid/aaprop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Faaprop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Faaprop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Faaprop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Faaprop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliSajid","download_url":"https://codeload.github.com/AliSajid/aaprop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Faaprop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262388753,"owners_count":23303322,"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":["bioinformatics","database"],"created_at":"2025-06-20T11:41:47.633Z","updated_at":"2025-06-28T06:41:12.659Z","avatar_url":"https://github.com/AliSajid.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2023 - 2025 Ali Sajid Imami\n\nSPDX-License-Identifier: Apache-2.0\nSPDX-License-Identifier: MIT\n--\u003e\n\n# Amino Acid Properties\n\n![GitHub Release (w/pre-release)](https://img.shields.io/github/v/release/AliSajid/aaprop?include_prereleases\u0026logo=semantic-release)\n![GitHub Release](https://img.shields.io/github/v/release/AliSajid/aaprop?logo=semantic-release)\n[![Continuous integration](https://github.com/AliSajid/aaprop/actions/workflows/ci.yaml/badge.svg)](https://github.com/AliSajid/aaprop/actions/workflows/ci.yaml)\n[![Security Audit](https://github.com/AliSajid/aaprop/actions/workflows/audit.yaml/badge.svg?branch=main)](https://github.com/AliSajid/aaprop/actions/workflows/audit.yaml)\n\n![GitHub issues](https://img.shields.io/github/issues/AliSajid/aaprop)\n![REUSE Compliance](https://img.shields.io/reuse/compliance/github.com%2FAliSajid%2Faaprop)\n\n## Introduction\n\nThis project is a small server app that provides a REST API to access the properties of amino acids. The project is written in Rust and uses the `actix-web` framework to handle the HTTP requests. The project is in its initial stages of development and is not yet ready for production use. The project is also designed with dual-deployment in mind. It can either be deployed to [Shuttle](https://shuttle.dev) or to a traditional cloud provider. For traditional cloud providers, we provide both a binary and a Docker image.\n\n## Build Status\n\n| Rust Version  | Build Status                                                                                                                                                       |\n| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| Stable        | ![Ubuntu x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/625c1d8a63a7cbb926f8828d97d850b1/raw/ubuntu-stable.json)   |\n| Beta          | ![Ubuntu x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/625c1d8a63a7cbb926f8828d97d850b1/raw/ubuntu-beta.json)       |\n| Nightly       | ![Ubuntu x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/625c1d8a63a7cbb926f8828d97d850b1/raw/ubuntu-nightly.json) |\n| MSRV (1.78.0) | ![Ubuntu x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/625c1d8a63a7cbb926f8828d97d850b1/raw/ubuntu-msrv.json)       |\n\n**Note: We have stopped testing builds on Windows and macos for expediency. We recommend you use the docker image should you need to run the project on these platforms.**\n\n## Roadmap\n\n- [x] Create the standard project\n- [x] Add the necessary meta files\n- [x] Create the models for the data structures\n- [x] Add the Amino Acid Properties Data\n- [x] Set up the appropriate routes\n- [x] Restructure the project\n- [x] Add the tracing\n- [x] Add a CLI interface\n\n## Contributing\n\nContributions to the project are welcome. Please see the [Contributing Guidelines](CONTRIBUTING.md) for more information.\n\n## License\n\nThis project is dual-licensed under the [MIT License](LICENSES/MIT.txt) and the [Apache License (Version 2.0)](LICENSES/Apache-2.0.txt). You may choose to use this project under either license, at your discretion. Other, ancillary files are under the [CC0 License](LICENSES/CC0-1.0.txt) and are dedicated to the Public Domain. Please see the [LICENSES](LICENSES) directory for more information.\n\nThis project is REUSE compliant. You can find more information about REUSE [here](https://reuse.software/).\n\n## Code of Conduct\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)\n\n\u003c!-- vale write-good.Passive = NO --\u003e\n\u003c!-- vale Google.Passive = NO --\u003e\n\nThis project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, You are expected to uphold this code.\n\n\u003c!-- vale Google.Passive = YES --\u003e\n\u003c!-- vale write-good.Passive = YES --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisajid%2Faaprop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falisajid%2Faaprop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisajid%2Faaprop/lists"}