Skip to content

Commit

Permalink
add aws-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 27, 2019
1 parent 92fe1e9 commit b83a714
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion BY_PLATFORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ segmentation by distribution (i.e., Docker, etc.)
1. <a href="#tag-desktop.linux">Linux</a> *(142)*
1. <a href="#tag-desktop.windows">Windows</a> *(91)*
1. <a href="#tag-desktop.mac">Mac</a> *(89)*
1. <a href="#tag-console">Console</a> *(4)*
1. <a href="#tag-console">Console</a> *(5)*
1. <a href="#tag-mobile">Mobile</a> *(0)*
1. <a href="#tag-browser">Browser</a> *(0)*
1. <a href="#tag-server">Server</a> *(71)*
Expand Down Expand Up @@ -376,6 +376,7 @@ segmentation by distribution (i.e., Docker, etc.)

## <a id="tag-console" href="#tag-console">Console</a>

1. **aws-cli** - ([Repo](https://github.com/aws/aws-cli), [PyPI](https://pypi.org/project/awscli/), [Docs](https://docs.aws.amazon.com/cli/latest/)) Official command-line interface for Amazon Web Services. `(ops, py26)`
1. **Black** - ([Repo](https://github.com/ambv/black), [PyPI](https://pypi.org/project/black/), [Docs](https://black.readthedocs.io/)) Uncompromising automatic formatter for Python code. `(editor)`
1. **howdoi** - ([Repo](https://github.com/gleitz/howdoi), [PyPI](https://pypi.org/project/howdoi/)) Instant coding answers from StackOverflow on your command line. `(dev)`
1. **Magic Wormhole** - ([Repo](https://github.com/warner/magic-wormhole), [PyPI](https://pypi.org/project/magic-wormhole/), [Docs](https://magic-wormhole.readthedocs.io/en/latest/)) Security- and speed-focused file transfer tool with support for files, text, and directories. `(communication, linux, mac)`
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
production application is worth a thousand blog posts and Stack
Overflow answers.

This document is an always-growing list of **219**
This document is an always-growing list of **220**
open-source Python applications arranged by topic, with links to
repositories, docs, and more. If you have one to add or find some
information missing, [please let us
Expand Down Expand Up @@ -43,10 +43,10 @@ thereof), see Architectures. -->
1. <a href="#tag-cms">CMS</a> *(9)*
1. <a href="#tag-erp">ERP</a> *(4)*
1. <a href="#tag-static_site">Static Site</a> *(7)*
1. <a href="#tag-dev">Dev</a> *(91)*
1. <a href="#tag-dev">Dev</a> *(92)*
1. <a href="#tag-dev.scm">SCM</a> *(12)*
1. <a href="#tag-dev.code_review">Code Review</a> *(3)*
1. <a href="#tag-dev.ops">Ops</a> *(19)*
1. <a href="#tag-dev.ops">Ops</a> *(20)*
1. <a href="#tag-dev.security">Security</a> *(9)*
1. <a href="#tag-dev.docs">Docs</a> *(2)*
1. <a href="#tag-dev.editor">Editor</a> *(11)*
Expand Down Expand Up @@ -251,6 +251,7 @@ Projects related to software development and adjacent technical areas.
### <a id="tag-dev.ops" href="#tag-dev.ops">Ops</a>

1. **Ansible** - ([Repo](https://github.com/ansible/ansible), [Home](https://www.ansible.com/), [Docs](https://docs.ansible.com/ansible/)) Agentless, playbook-based automation. `(linux, mac, corp)`
1. **aws-cli** - ([Repo](https://github.com/aws/aws-cli), [PyPI](https://pypi.org/project/awscli/), [Docs](https://docs.aws.amazon.com/cli/latest/)) Official command-line interface for Amazon Web Services. `(console, py26)`
1. **Barman** - ([Repo](https://github.com/2ndquadrant-it/barman)) Remote backup and disaster recovery for PostgreSQL. `(linux)`
1. **Beaker** - ([Repo](https://git.beaker-project.org/cgit/beaker/), [Home](https://beaker-project.org/), [Docs](https://beaker-project.org/docs/)) Hardware integration testing system, used by RedHat to test compatiblity for RHEL and Fedora. `(server, flask)`
1. **Cobbler** - ([Repo](https://github.com/Cobbler/Cobbler), [Home](https://cobbler.github.io/), [WP](https://en.wikipedia.org/wiki/Cobbler_(software))) Linux installation server that allows for rapid setup of network installation environments. `(linux, server)`
Expand Down
6 changes: 6 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,12 @@ projects:
docs_url: https://ralph-ng.readthedocs.io/en/latest/
desc: Simple and powerful Asset Management, DCIM, and CMDB system for the data center and back office.
tags: ["ops", "django", "server"]
- name: aws-cli
repo_url: https://github.com/aws/aws-cli
docs_url: https://docs.aws.amazon.com/cli/latest/
pypi_url: https://pypi.org/project/awscli/
desc: Official command-line interface for Amazon Web Services.
tags: ["ops", "console", "py26"]


## Misc / To File
Expand Down

0 comments on commit b83a714

Please sign in to comment.