* Refactor _get_resource_names Add exported_project_data to the ods
* Add docstrings to resources.py Add project export
* Create _export_to_rds
* Refactor resource print to short_print
* Refactor _export to _export_ec2
* Create the unassigned all report
* Refactor ClinvAWSResourceTests and ClinvAWSResource
* Update readme
* Refactor _update_inventory
* WIP: Add rds support
* Refactor projects, services and informations to their own objects
* Fetch ec2 resources from all regions
* Add ec2 object region property
* Add regions property to clinv
* Add export command
* Refactor the list and print of resources
* Update Readme
* Update requirements
* Refactor update_inventory
* Add export subcommand in cli and init
* Refactor parser and clinv mocks in test_cli
* Search in description and aliases
* Refactor search in ec2 class
* Add stop reason when displaying instance information
* Added list subcommand
* Added project, information and service search
* Added readme
* Add regular expression search
* Add unassigned ec2, services, informations
* Shorten the ec2 saved raw inventory
* Refactor EC2Instance
* Add ec2.type
* Initial iteration
* Added Gitignore