CHANGES
=======

* Make Service&File entries representation human-readable
* Fixed issue with requirements
* Fixed work in envs patched by eventlet
* Update README with actual info
* Add metadata version and increment service version in case of modification
* Add ability to delete file from service
* Update requirements to stable/havana
* Fix upload_file_to_service after refactoring
* Exclude version from urls
* Remove service_files from return json
* Add function to upload and modify manifest
* Small fix in list_services()
* Support get_service_info api call
* Support un-hardcoding data_type in murano-dashboard
* Remove update_service wrapper - not needed anymore
* Function get_service_files() now can get files for all data_type-s
* Add create_service and update_service
* Modify last commit to support spaces in filename
* Make url safe (without spaces)
* Modify upload_file to send filename
* Add get_service_files function
* Wrap calls to metadata_admin
* Rename script name
* Update requirements to match havana's ones
* Fix pep8 errors and remove unnecessary tests
* Update setup.cfg. Change package name and version
* Remove commented parts
* Remove python-muranoclient mention
* Change client to return both response code and response body
* Add HTTPNotModified exception. Use raw_request for getting .tar.gz files
* Add forgotten common folder and other files
* Add .idea to .gitignore
* Support all metadata api functional
* Add files required to pbr installation
* Initial commit
