{"id":14989963,"url":"https://github.com/khushiyant/reqboost","last_synced_at":"2025-04-12T01:50:36.810Z","repository":{"id":254320190,"uuid":"845677246","full_name":"Khushiyant/reqboost","owner":"Khushiyant","description":"Reqboost is a high-performance Python library developed primarily in C++ and built on libcurl.  It is designed for developers who need a fast, efficient HTTP client with minimal overhead and extensive control.","archived":false,"fork":false,"pushed_at":"2024-09-30T00:57:39.000Z","size":3422,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T00:56:17.599Z","etag":null,"topics":["cpp","http","libcurl","pybind11","python","requests"],"latest_commit_sha":null,"homepage":"https://khushiyant.github.io/reqboost/","language":"C++","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/Khushiyant.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-08-21T17:57:27.000Z","updated_at":"2024-09-30T00:57:18.000Z","dependencies_parsed_at":"2024-10-14T02:00:34.125Z","dependency_job_id":"4aa010e1-f162-426c-b34a-e234212db7c3","html_url":"https://github.com/Khushiyant/reqboost","commit_stats":{"total_commits":92,"total_committers":3,"mean_commits":"30.666666666666668","dds":0.03260869565217395,"last_synced_commit":"f4ec11e193ef907b281274870203bf1540f207cc"},"previous_names":["khushiyant/reqboost"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushiyant%2Freqboost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushiyant%2Freqboost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushiyant%2Freqboost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushiyant%2Freqboost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khushiyant","download_url":"https://codeload.github.com/Khushiyant/reqboost/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505871,"owners_count":21115354,"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":["cpp","http","libcurl","pybind11","python","requests"],"created_at":"2024-09-24T14:19:14.676Z","updated_at":"2025-04-12T01:50:36.784Z","avatar_url":"https://github.com/Khushiyant.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reqboost\n\n![banner](ext/banner.png)\n\n[![PyPI version](https://img.shields.io/pypi/v/reqboost?style=flat-square\u0026logo=pypi)](https://pypi.org/project/reqboost/) [![License](https://img.shields.io/github/license/Khushiyant/reqboost?style=flat-square\u0026logo=open-source-initiative)]([./LICENSE](https://github.com/Khushiyant/reqboost/blob/main/LICENSE)) [![Issues](https://img.shields.io/github/issues/Khushiyant/reqboost?style=flat-square\u0026logo=github)](https://github.com/Khushiyant/reqboost/issues)\n\nReqboost is a high-performance Python library developed primarily in C++ and built on libcurl. It is designed for developers who need a fast, efficient HTTP client with minimal overhead and extensive control.\n\n# Prerequisites\n\nMake sure you have `libcurl`, `poco` ( and `pkg-config` in case of UNIX-systems) install on your system\n\n## Linux\n\n### Ubuntu/Debian-based Systems\n\n```bash\nsudo apt-get update\nsudo apt-get install libcurl4-openssl-dev\nsudo apt-get install libpoco-dev\nsudo apt-get install pkg-config\nsudo apt-get install nlohmann-json3-dev\n```\n\n### Fedora-based Systems\n\n```bash\nsudo dnf update\nsudo dnf install libcurl-devel\nsudo dnf install poco-devel\nsudo dnf install pkg-config\nsudo dnf install nlohmann-json3-dev\n```\n\n## MacOS\n\n```bash\nbrew install curl\nbrew install poco\nbrew install pkgconfig\nbrew install nlohmann-json\n```\n\n## Windows\n\nDownload the latest Windows binary from the [libcurl website](https://curl.se/download.html) and following environment variables.\n\n```bash\nsetx CURL_INCLUDE_DIR \"C:\\path\\to\\curl\\include\"\nsetx CURL_LIB_DIR \"C:\\path\\to\\curl\\lib\"\nsetx POCO_INCLUDE_DIR \"C:\\path\\to\\poco\\include\"\nsetx POCO_LIB_DIR \"C:\\path\\to\\poco\\lib\"\n\n```\n\n\u003e Binaries can be downloaded for UNIX-based systems also\n\n# Installation\n\n* Clone the repo and install:\n\n```bash\ngit clone https://github.com/Khushiyant/reqboost.git\ncd reqboost\npip install .\n```\n\n\u003e Above example will install in root, so try to use virtual environment for installation\n\n* Use direct github installation\n\n```bash\npip install git+https://github.com/Khushiyant/reqboost.git\n```\n\n# Contribution\n\nContributions are welcome! If you find a bug or have a feature request, please open an issue on the [Reqboost GitHub repository](https://github.com/Khushiyant/reqboost/issues).\n\n## Troubleshooting Builds\n\nIn case, modified code builds are not reflected in final build due to caching of previous builds. Use the following commands:\n\n```bash\npython setup.py clean --all\npython setup.py build_ext --inplace\n```\n\n# License\n\nReqboost is licensed under the Apache License, Version 2.0. See the [LICENSE](https://github.com/Khushiyant/reqboost/blob/main/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushiyant%2Freqboost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhushiyant%2Freqboost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushiyant%2Freqboost/lists"}