Opens AWS Developer guide for a given AWS service
Project description
awsdocs
Table of contents
General info
Whenever I find myself struggling in the world of AWS services, I always go to the same page and select the service in question. Since most of the time I am either writing terraform or python in the terminal when I need this page, I thought why not create a pip package that will open the docs in my default browser from the command-line. Thus, a simple project called awsdocs was born.
Technologies
- pypi to bundle the project into a pip package
- Python 3.7
- argparse
Setup
pip install awsdocs
Then pass through the service you wish to know more about - eg:
awsdocs s3
Features
- Opens aws documentation in your default browser
- Simple to use
ToDo:
Since this code works on the URL path of the documentation, the format of the different services is not always intuitive. awsdocs ssm
does not work, but awsdocs systems-manager
does. Of course, I can use the choices option in argparse to make this explicit to the user, but I don't want to have to manually enter all the services. Need to think of an idea to get round that one.
Status
In Progress
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file awsdocs-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: awsdocs-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0409fb48780cad0f15c9a9f1a2a124cf60ce56965177177ba3604332ae1a9f9 |
|
MD5 | b50c5749dd5afffc241df09ba3e65231 |
|
BLAKE2b-256 | 413a8d44a1bcd34eaadbeae065ac6e7302400766c962a997298494f716f3144d |