Skip to main content

A CLI package in python to interact with AWS services

Project description

Python CLI for AWS

This package can be used to get a CLI interface for interacting with AWS services.

Instructions to install

pip install pyawscli

Instructions to use:

python -m pyawscli

References

Pypi uploading instructions:

sudo python -m pip install --upgrade pip setuptools wheel
sudo python -m pip install tqdm
sudo python -m pip install  --upgrade twine
  • Create wheel file
python setup.py bdist_wheel
  • Test in Local machine:
python -m pip install dist/<wheel name>
  • Create .pypric file in home directory
[distutils] 
index-servers=pypi
[pypi] 
repository = https://upload.pypi.org/legacy/ 
username =<username>
  • Upload to pypi:
python -m twine upload dist/*

python setup.py register is depricated now no need to use it

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyawscli-0.0.5-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page