{"id":13512248,"url":"https://github.com/abseil/abseil-py","last_synced_at":"2025-05-13T18:04:56.220Z","repository":{"id":37561843,"uuid":"104132246","full_name":"abseil/abseil-py","owner":"abseil","description":"Abseil Common Libraries (Python)","archived":false,"fork":false,"pushed_at":"2025-04-25T03:06:33.000Z","size":1114,"stargazers_count":2351,"open_issues_count":26,"forks_count":255,"subscribers_count":74,"default_branch":"main","last_synced_at":"2025-05-06T17:13:56.706Z","etag":null,"topics":["application","flags","logging","python","python-library","testing"],"latest_commit_sha":null,"homepage":"","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/abseil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-19T21:45:02.000Z","updated_at":"2025-05-05T02:57:55.000Z","dependencies_parsed_at":"2025-04-22T11:50:15.435Z","dependency_job_id":"8d420152-9d33-4dd1-ad13-97411169f95d","html_url":"https://github.com/abseil/abseil-py","commit_stats":{"total_commits":485,"total_committers":49,"mean_commits":9.89795918367347,"dds":0.6082474226804124,"last_synced_commit":"ccfd9b4a44d1066939bf5c66c64fe2a90e987ba8"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abseil%2Fabseil-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abseil%2Fabseil-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abseil%2Fabseil-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abseil%2Fabseil-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abseil","download_url":"https://codeload.github.com/abseil/abseil-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253540623,"owners_count":21924522,"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":["application","flags","logging","python","python-library","testing"],"created_at":"2024-08-01T03:01:38.286Z","updated_at":"2025-05-13T18:04:56.181Z","avatar_url":"https://github.com/abseil.png","language":"Python","funding_links":[],"categories":["Python","Python (144)"],"sub_categories":[],"readme":"# Abseil Python Common Libraries\n\nThis repository is a collection of Python library code for building Python\napplications. The code is collected from Google's own Python code base, and has\nbeen extensively tested and used in production.\n\n## Features\n\n* Simple application startup\n* Distributed commandline flags system\n* Custom logging module with additional features\n* Testing utilities\n\n## Getting Started\n\n### Installation\n\nTo install the package, simply run:\n\n```bash\npip install absl-py\n```\n\nOr install from source:\n\n```bash\npython setup.py install\n```\n\n### Running Tests\n\nTo run Abseil tests, you can clone the git repo and run\n[bazel](https://bazel.build/):\n\n```bash\ngit clone https://github.com/abseil/abseil-py.git\ncd abseil-py\nbazel test absl/...\n```\n\nPlease also validate the type annotations against the latest mypy:\n\n```bash\npip install mypy\nmypy absl\n```\n\n### Example Code\n\nPlease refer to\n[smoke_tests/sample_app.py](https://github.com/abseil/abseil-py/blob/main/smoke_tests/sample_app.py)\nas an example to get started.\n\n## Documentation\n\nSee the [Abseil Python Developer Guide](https://abseil.io/docs/python/).\n\n## Future Releases\n\nThe current repository includes an initial set of libraries for early adoption.\nMore components and interoperability with Abseil C++ Common Libraries\nwill come in future releases.\n\n## License\n\nThe Abseil Python library is licensed under the terms of the Apache\nlicense. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabseil%2Fabseil-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabseil%2Fabseil-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabseil%2Fabseil-py/lists"}