{"id":20206133,"url":"https://github.com/requests/requests-docs-ar","last_synced_at":"2025-07-12T02:34:34.856Z","repository":{"id":7323540,"uuid":"8643042","full_name":"requests/requests-docs-ar","owner":"requests","description":"Arabic translation of Requests' documentation.","archived":false,"fork":false,"pushed_at":"2013-03-08T04:26:50.000Z","size":2380,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-07-12T00:44:21.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"ar.python-requests.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"laravel/laravel","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/requests.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-08T04:25:47.000Z","updated_at":"2019-03-11T05:42:46.000Z","dependencies_parsed_at":"2022-09-21T12:13:13.457Z","dependency_job_id":null,"html_url":"https://github.com/requests/requests-docs-ar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/requests/requests-docs-ar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-docs-ar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-docs-ar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-docs-ar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-docs-ar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/requests","download_url":"https://codeload.github.com/requests/requests-docs-ar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-docs-ar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264925808,"owners_count":23684210,"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":[],"created_at":"2024-11-14T05:21:30.591Z","updated_at":"2025-07-12T02:34:34.807Z","avatar_url":"https://github.com/requests.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Requests: HTTP for Humans\n=========================\n\n\n.. image:: https://travis-ci.org/kennethreitz/requests.png?branch=master\n        :target: https://travis-ci.org/kennethreitz/requests\n\nRequests is an Apache2 Licensed HTTP library, written in Python, for human\nbeings.\n\nMost existing Python modules for sending HTTP requests are extremely\nverbose and cumbersome. Python's builtin urllib2 module provides most of\nthe HTTP capabilities you should need, but the api is thoroughly broken.\nIt requires an enormous amount of work (even method overrides) to\nperform the simplest of tasks.\n\nThings shouldn't be this way. Not in Python.\n\n.. code-block:: pycon\n\n    \u003e\u003e\u003e r = requests.get('https://api.github.com', auth=('user', 'pass'))\n    \u003e\u003e\u003e r.status_code\n    204\n    \u003e\u003e\u003e r.headers['content-type']\n    'application/json'\n    \u003e\u003e\u003e r.text\n    ...\n\nSee `the same code, without Requests \u003chttps://gist.github.com/973705\u003e`_.\n\nRequests allow you to send HTTP/1.1 requests. You can add headers, form data,\nmultipart files, and parameters with simple Python dictionaries, and access the\nresponse data in the same way. It's powered by httplib and `urllib3\n\u003chttps://github.com/shazow/urllib3\u003e`_, but it does all the hard work and crazy\nhacks for you.\n\n\nFeatures\n--------\n\n- International Domains and URLs\n- Keep-Alive \u0026 Connection Pooling\n- Sessions with Cookie Persistence\n- Browser-style SSL Verification\n- Basic/Digest Authentication\n- Elegant Key/Value Cookies\n- Automatic Decompression\n- Unicode Response Bodies\n- Multipart File Uploads\n- Connection Timeouts\n- Thread-safety\n\n\nInstallation\n------------\n\nTo install requests, simply:\n\n.. code-block:: bash\n\n    $ pip install requests\n\nOr, if you absolutely must:\n\n.. code-block:: bash\n\n    $ easy_install requests\n\nBut, you really shouldn't do that.\n\n\n\nContribute\n----------\n\n#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.\n#. Fork `the repository`_ on Github to start making your changes to the **master** branch (or branch off of it).\n#. Write a test which shows that the bug was fixed or that the feature works as expected.\n#. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.\n\n.. _`the repository`: http://github.com/kennethreitz/requests\n.. _AUTHORS: https://github.com/kennethreitz/requests/blob/master/AUTHORS.rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequests%2Frequests-docs-ar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frequests%2Frequests-docs-ar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequests%2Frequests-docs-ar/lists"}