Metadata-Version: 2.1
Name: xangobolt-pulumi-aws
Version: 1.8.7
Summary: Pulumi modules python package for AWS infrastructure as code
Home-page: https://github.com/pypa/sampleproject
Author: xangobolt
Author-email: samson.adewale@xangobolt.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.


code /Users/samson.adewale/OneDrive - Xangobolt Technologies/Development/SourceCode/AWS_IAC/xangobolt_pulumi_package/setup.cfg
    Change package version
cd /Users/samson.adewale/OneDrive - Xangobolt Technologies/Development/SourceCode/AWS_IAC/xangobolt_pulumi_package
python3 -m build
python3 -m twine upload dist/xangobolt_pulumi_aws-1.0.1-py3-none-any.whl

git add -A && git commit -m "updated modules" && git push origin main
