12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(0.8.0)
- LICENSE(Apache-2.0)
- PEERDIR(
- contrib/python/botocore
- )
- NO_LINT()
- NO_CHECK_IMPORTS(
- s3transfer.crt
- )
- PY_SRCS(
- TOP_LEVEL
- s3transfer/__init__.py
- s3transfer/bandwidth.py
- s3transfer/compat.py
- s3transfer/constants.py
- s3transfer/copies.py
- s3transfer/crt.py
- s3transfer/delete.py
- s3transfer/download.py
- s3transfer/exceptions.py
- s3transfer/futures.py
- s3transfer/manager.py
- s3transfer/processpool.py
- s3transfer/subscribers.py
- s3transfer/tasks.py
- s3transfer/upload.py
- s3transfer/utils.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/s3transfer/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|