Metadata-Version: 2.1
Name: starfiles
Version: 1.0.5
Summary: Simplify starfiles, if it was not simple already.
Home-page: https://github.com/dwiftejb/starfiles
Author: DwifteJB
Author-email: dwifte@icloud.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: requests

# Starfiles API (Python)
Simplify starfiles, if it was simple already

## How to install
1. Install python via your package manager or at [Python.org](https://python.org)
2. Install pip with ```python3 -m ensurepip```
3. Install this module using: ```pip install starfiles```

### How to use:
```
import starfiles
starfiles.upload("file.extension")

```

To gather links for further use, use this:

```
import starfiles
link = starfiles.upload("pathto/file.extension")

print(link)
```


