Metadata-Version: 2.1
Name: gofile-api
Version: 0.0.6
Summary: A python library for communicating with the Gofile API.
Home-page: https://github.com/objectiveSquid/GoFile-API
Author: Magnus Zahle
Author-email: objectivesquid@outlook.com
License: MIT
Keywords: python,gofile,api,gofileio,gofile.io
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# GoFile API
### Description
A python library for communicating with the Gofile API.

### Features
Get an available server. <br>
Upload a file, to a directory, or to the root folder. <br>
Create a guest account. <br>
Get contents of a folder. <br>
Create a folder. <br>
Get the account information. <br>
Set option for a content id. <br>


# Changelog

## 0.0.1
First upload

## 0.0.2
Added more documentation

## 0.0.3
Fixed long description on PyPi

## 0.0.4
Fixed long description on PyPi, again <br>
Added documentation for all functions, and improved existing documentation <br>
Fixed GoFileSession.upload_file

## 0.0.5
Another try at making the actual imports work

## 0.0.6
Last try at making the actual imports work before I jump off a balcony
