Metadata-Version: 2.1
Name: gofile
Version: 0.1.0
Summary: A Python wrapper for the GoFile API
Home-page: UNKNOWN
Author: Codec04
License: MIT
Project-URL: Documentation, https://github.com/Codec04/gofile/wiki/
Project-URL: GitHub, https://github.com/Codec04/gofile/
Description: # [gofile](https://gofile.io/)
        
        A Python wrapper for the Gofile API.
        
        ## Info
        
        **The Gofile API and the Python wrapper are currently in their beta versions and will evolve over time. Check regularly to see if changes have been made.**
        
        Current version works with the `2021-06-22` API.
        
        ### Installation
        
            python3 -m pip install gofile
        
        or just
        
            pip install gofile
        
        ### Usage
        
        See [documentation](https://github.com/Codec04/gofile/wiki/) for detailed usage examples.
        
        ```py
        import gofile
        
        server = gofile.getServer()
        
        print(server)
        
        gofile.uploadFile("/home/user/documents/images.zip")
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
