This release is a pre-release and may not be stable for production use.
# AWSenums Python module that contains a list of enums useful for your applications.
# How To package and distribute: Based on the [official packaging documentation of python](https://packaging.python.org/tutorials/distributing-packages/#pure-python-wheels): * `python setup.py sdist` * `python setup.py bdist_wheel` * `gpg --detach-sign -a dist/AWSEnums-X.X.X.tar.gz` * `twine upload dist/AWSEnums-X.X.X.tar.gz dist/AWSEnums-X.X.X.tar.gz.asc`
# How To build the instances type enum: Actually we can create it manually with the tool: AWSEnums/tooling/generate_instances_types.py only run the command:
`pipenv run python tooling/generate_instances_types.py -r us-east-1 -p account_alias`
or if you prefer use the aws environment variables (AWS_DEFAULT_REGION, AWS_PROFILE or AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY) use:
`pipenv run python tooling/generate_instances_types.py`
NOTE: Now the aws pricing api only works on us-east-1.
Release files for AWSEnums 0.0.1.dev13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| AWSEnums-0.0.1.dev13.tar.gz | 4.2 kB | Details |
Release files / AWSEnums-0.0.1.dev13.tar.gz
| Download URL | AWSEnums-0.0.1.dev13.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bde054f0a6f4f9df8c28f25c7acf046c773cd017cdb9805d11af78957d06f186
|
|
BLAKE2b-256 checksum How to use checksums |
9def5e442d37a87b9588dc5b90f01d57ca021cd2eebf2fe4ebd466d112108164
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.15rc1
|