{"id":26666409,"url":"https://github.com/tecnosamba21/arrays-library-for-python","last_synced_at":"2025-07-27T20:34:25.527Z","repository":{"id":246030586,"uuid":"819894042","full_name":"Tecnosamba21/Arrays-library-for-python","owner":"Tecnosamba21","description":"A library made in pure python for making easier the work with arrays","archived":false,"fork":false,"pushed_at":"2025-03-05T11:44:57.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T18:43:01.158Z","etag":null,"topics":["arrays","library","python","python-array","python-library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tecnosamba21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-25T11:44:16.000Z","updated_at":"2025-03-05T11:45:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"2eb6b633-259e-447c-8037-2ee0b4351fa1","html_url":"https://github.com/Tecnosamba21/Arrays-library-for-python","commit_stats":null,"previous_names":["tecnosamba21/arrays-library-for-python"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Tecnosamba21/Arrays-library-for-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tecnosamba21%2FArrays-library-for-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tecnosamba21%2FArrays-library-for-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tecnosamba21%2FArrays-library-for-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tecnosamba21%2FArrays-library-for-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tecnosamba21","download_url":"https://codeload.github.com/Tecnosamba21/Arrays-library-for-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tecnosamba21%2FArrays-library-for-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267419189,"owners_count":24084115,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arrays","library","python","python-array","python-library"],"created_at":"2025-03-25T18:35:03.273Z","updated_at":"2025-07-27T20:34:25.461Z","avatar_url":"https://github.com/Tecnosamba21.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arrays_Utilities-base\nA library created by TecnoSamba21\n\nI know that working with arrays in python is so hard, so I made a library to make easier this work.\n\nI present you my new library called \"Array_utilities-base\"! A library made in pure python to work with arrays and lists. Now, you're not going to spend a lot of time to (for example) search a element in a list!\n\n*Commands:*\n-\t`__getInfoLocalArray__(Array)`: Get information about an array\n- `delete(number, Array)`: Delete an element of an array\n- `show(Array)`: Print an array in a terminal\n- `search(Array,searching)`: Search if an element is in an array (if yes return true else return false, use it with a print or a bool type variable)\n- `getIdentification(Array, Object)`: Get the position of an element in a array\n\n## Example\n\n~~~python\n#/bin/python3\n\nimport functions\n\narray = ['hello','world']\n\ndef isanelement(element):\n  return search(array, element)\n\nprint(isanelement('hello'))\n\nshow(array)\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecnosamba21%2Farrays-library-for-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftecnosamba21%2Farrays-library-for-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecnosamba21%2Farrays-library-for-python/lists"}