Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/networking-tools-python
Tools and Utilities for Google Cloud Networking Products & Services.
https://github.com/googlecloudplatform/networking-tools-python
developer-productivity developer-tools google-cloud google-cloud-platform
Last synced: about 2 months ago
JSON representation
Tools and Utilities for Google Cloud Networking Products & Services.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/networking-tools-python
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2021-11-18T17:38:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T14:42:13.000Z (9 months ago)
- Last Synced: 2024-12-18T08:41:09.633Z (about 2 months ago)
- Topics: developer-productivity, developer-tools, google-cloud, google-cloud-platform
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 15
- Watchers: 15
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# networking-tools-python
Tools and Utilities for Google Cloud Networking Product & Services.
## Tools
The tools folder contains ready-made utilities which can simplify Google Cloud Platform usage.
- [CIDR](tools/cidr): A tool that reads the outbound IP address ranges published by Google and outputs the available [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) ranges.
- [Ed25519-keygen](tools/ed25519_keygen): A tool for generation of key value pairs(public and private keys) using [Ed25519 Crypto Algorithm](https://en.wikipedia.org/wiki/EdDSA#Ed25519).