Metadata-Version: 1.1
Name: metashield_clean_up
Version: 0.1.1
Summary: Metashield Clean-up Online API SDK
Home-page: https://github.com/ElevenPaths/metashield-clean-up-sdk-python
Author: Eleven Paths
Author-email: metashield-support@support.elevenpaths.com
License: BSD
Description-Content-Type: UNKNOWN
Description: ==============================
        Metashield-clean-up-sdk-python
        ==============================
        
        Installation
        ============
        
        Install the ``metashield_clean_up`` package using pip::
        
            pip install metashield_clean_up
        
        Usage
        =====
        
        Example for cleaning a file.
        
        .. code-block:: python
        
            import metashield_clean_up
        
            api = metashield_clean_up.MetashieldCleanUp("APP_ID_HERE", "SECRET_KEY_HERE")
            response = api.clean_file(stream, "my_file.pdf")
            response = api.get_clean_result(response.data["resultId"])
        
        
        Run tests
        =========
        
        Before run tests, replace some settings in *tests/settings_default.py* module.
        
        Tests was built with Python Unittest, run the following commands::
        
            python -m unittest discover tests
        
Keywords: sdk,api,client,clean-up,metashield
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
