Metadata-Version: 2.1
Name: ni-consumers-core
Version: 0.2.10
Summary: UNKNOWN
Home-page: https://github.com/pypa/sampleproject
Author: Primael Bruant
Author-email: primael.bruant@gmail.com
License: UNKNOWN
Description: # Core Server
        
        
        ## API
        
        ### `POST` /upload
        
        Upload an image.
        
        #### parameters
        
        | name        | type | value                                | required |
        |:------------|:----:|:------------------------------------:|:--------:|
        |description  |string| Image description                    | yes      |
        |categorie    |string| Image category                       | yes      |
        |operations   |string| List of operations, comma-separated  | no       |
        |image        |file  | Image to upload                      | yes      |
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
