msgraph-beta-sdk-python
msgraph-beta-sdk-python copied to clipboard
pip package size
trafficstars
The current unzipped pip package size is >600MB making it unusable for deployment on systems like e.g. AWS lambda in my case.
It would be good if e.g. the package could be organized like e.g. the aws boto3 library where the services needed are packaged as package "extras" so you can do something like this in requirements.txt:
msgraph-beta-sdk[security,me] == 1.0.0a9