Metadata-Version: 1.1
Name: mfiles
Version: 0.2
Summary: M-Files API wrapper
Home-page: https://github.com/afcmrp/mfiles
Author: Emil Hjelm
Author-email: emil.hjelm@climeon.com
License: MIT
Download-URL: https://github.com/user/reponame/archive/v_02.tar.gz
Description: 
        Python wrapper around the M-Files API.
        
        Enables search, upload, download and creation of objects in M-Files vaults.
        When authentication is needed credentials are fetched from environment
        variables ``MFILES_USER`` and ``MFILES_PASS``. If they are not set the
        credentials are fetched from user input using ``input()`` and ``get_pass()``.
        To supply credentials programatically you can call the ``login()`` method with
        username and password before using the API, and all subsequent calls will be
        authenticated with the same token.
        
        M-Files property IDs for all object types are abstracted, so you can upload a
        ``Document`` using ``upload_file()`` with ``object_type="Document"`` and
        correct IDs will be fetched from the server.
        
Keywords: M-Files,mfiles,REST,API
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
