{"id":23053977,"url":"https://github.com/emcecs/objectscale-s3-client-python","last_synced_at":"2025-04-03T04:40:41.389Z","repository":{"id":191452933,"uuid":"538653280","full_name":"EMCECS/objectscale-s3-client-python","owner":"EMCECS","description":"ObjectScale S3 Client for Python (based on boto3)","archived":false,"fork":false,"pushed_at":"2023-05-08T18:46:31.000Z","size":8826,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-14T15:15:33.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/EMCECS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-09-19T18:55:45.000Z","updated_at":"2023-08-29T15:55:34.000Z","dependencies_parsed_at":"2023-08-30T01:14:33.039Z","dependency_job_id":null,"html_url":"https://github.com/EMCECS/objectscale-s3-client-python","commit_stats":null,"previous_names":["emcecs/objectscale-s3-client-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fobjectscale-s3-client-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fobjectscale-s3-client-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fobjectscale-s3-client-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fobjectscale-s3-client-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMCECS","download_url":"https://codeload.github.com/EMCECS/objectscale-s3-client-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939177,"owners_count":20857916,"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-12-16T00:31:51.951Z","updated_at":"2025-04-03T04:40:41.368Z","avatar_url":"https://github.com/EMCECS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# objectscale-s3-client-python\nObjectScale S3 Client for Python (based on boto3)\n\nLink to Project Management Software: https://app.clickup.com/14398002/v/l/7-14398002-1\n\n## Project summary\n\nThis is a library developed for Dell Technologies extending the boto3 Python library for metadata search calls.\n\nThe library takes existing S3 API calls designed for boto3 and implements new search indexes for metadata search functionality. It also generates new S3 API calls with metadata search functionality. A stretch goal for the project is implementation of client-side load balancing to improve preformance of the boto3 library.\n\n## Installation\n\nThe library will be accessible through PyPI. Project information can be seen here:\n\n\u003cproject PyPI link\u003e\n\n### Prerequisites\n\nPython is neccessary to have installed before using the library. The project will function with Python versions past Python 3.9. If the user wants to contribute to the project, Git will also be neccessary. As this library extends the existing boto3 and botocore libraries, these are also necessary prerequisites.\n\n### Installation Steps\n\nThe package can be installed through pip, which comes with the installation of Python. Installation of the package can be done by simply executing the following command:\n\n`pip install objectscale-s3-client`\n\n## Functionality\n\nHigh-level functionality described in summary info. As the product is being developed this section will be updated with more specific info.\n\nTODO: Write usage instructions. Structuring it as a walkthrough can help structure this section,\nand showcase your features.\n\n\n## Known Problems\n\nAs the product is being developed, this section will be updated with known bugs.\n\nTODO: Describe any known issues, bugs, odd behaviors or code smells. \nProvide steps to reproduce the problem and/or name a file or a function where the problem lives.\n\n\n## Contributing\n\nContributions to the project are welcomed. Outline of steps for contributions are given below:\n\n1. Create a new GitHub issue or find one to work on\n2. Assign the issue to yourself\n3. Fork project, make changes, get reviewed by Dell project maintainer\n4. DCO sign off\n\nAdditional details for these requirements can be found in the `CONTRIBUTING.md` file in the project repository.\n\n## Additional Documentation\n\nThe documentation module Sphinx was used for documenting the code. This documentation can be accessed through the earlier linked github code.\n\n## How to Generate Documentation\nThe documentation can be generated using the following script. \n\n```\ngit checkout gh-pages\ngit rm -rf .\ngit checkout main -- docs\n\nmake html\n\ngit add .\ngit commit -s -m \"updated docs\"\ngit push\n```\nThe script checks out the orphan gh-pages branch, removes all existing files, then copies the updated docs in the main branch. \"make html\" generates the new documentation and the final commands push the updates to github. \n\n## License\n\nThis project uses the Apache License. The license can be viewed in the `LICENSE` file in the project repository.\n\n## Finding Dependencies of package\n1. install objectscale python package using pip install\n2. install pipdeptree using pip install\n3. run command 'pipdeptree -p obs-s3-client'\n4. dependency tree should be displayed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fobjectscale-s3-client-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcecs%2Fobjectscale-s3-client-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fobjectscale-s3-client-python/lists"}