google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
454 stars 88 forks source link

Add cloud provider dependent package naming. #280

Closed hacktobeer closed 3 years ago

hacktobeer commented 3 years ago

Splitting up cloud-forensic-utils in different cloud provider versions. If you need all clouds you need to install them separately.

pip install libcloudforensics[all] pip install libcloudforensics[gcp] pip install libcloudforensics[aws] pip install libcloudforensics[azure]

It's using the 'extras_require option in setuptools which only gives the option to install more requirements.

codecov-io commented 3 years ago

Codecov Report

Merging #280 (d101e6f) into master (e4448c6) will increase coverage by 0.63%. The diff coverage is 67.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #280      +/-   ##
==========================================
+ Coverage   65.39%   66.03%   +0.63%     
==========================================
  Files          14       29      +15     
  Lines         968     2102    +1134     
==========================================
+ Hits          633     1388     +755     
- Misses        335      714     +379     
Flag Coverage Δ
nosetests 66.03% <67.89%> (+0.63%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...cloudforensics/providers/azure/internal/network.py 24.52% <24.52%> (ø)
libcloudforensics/providers/gcp/forensics.py 40.20% <33.33%> (-24.80%) :arrow_down:
libcloudforensics/providers/aws/internal/kms.py 40.00% <40.00%> (ø)
...ibcloudforensics/providers/gcp/internal/compute.py 53.97% <50.77%> (-8.39%) :arrow_down:
libcloudforensics/providers/aws/forensics.py 56.16% <53.06%> (-13.61%) :arrow_down:
...cs/providers/gcp/internal/compute_base_resource.py 37.33% <54.28%> (+0.82%) :arrow_up:
libcloudforensics/providers/aws/internal/log.py 73.07% <55.55%> (-4.20%) :arrow_down:
libcloudforensics/providers/gcp/internal/common.py 56.89% <57.44%> (+0.57%) :arrow_up:
...bcloudforensics/providers/gcp/internal/function.py 40.54% <62.50%> (+8.28%) :arrow_up:
...loudforensics/providers/azure/internal/resource.py 65.38% <65.38%> (ø)
... and 35 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6e92335...d101e6f. Read the comment docs.

giovannt0 commented 3 years ago

@hacktobeer are you still working on this? If not, let me know.

hacktobeer commented 3 years ago

@hacktobeer are you still working on this? If not, let me know.

nope, I am not, occupied with some other things atm. Go for it.

giovannt0 commented 3 years ago

Trying to clean up our PR tab, I'm gonna close this for now as AFAIK no one is currently working on it.