Metadata-Version: 2.1
Name: filez-python-sdk
Version: 0.0.1
Summary: Skeleton project created by Cookiecutter PyPackage.
Home-page: https://github.com/wccdev/filez-python-sdk
License: MIT
Author: Aiden Lu
Author-email: allaher@icloud.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (==8.1.3)
Description-Content-Type: text/markdown

<p align="center">
    <a href="https://www.filez.com/">
    <img src="https://raw.githubusercontent.com/wccdev/filez-python-sdk/master/.github/assets/logo-black.png" width="120" margin="50" alt="Python SDK For FileZ">
    </a>
</p>
<p align="center">
    <strong>
    Python SDK for
    <a href="https://www.filez.com/">Lenovo FileZ</a>
    </strong>
</p>
<p align="center">
    <a href="https://github.com/wccdev/filez-python-sdk/actions/workflows/ci.yml"><img
        src="https://github.com/wccdev/filez-python-sdk/actions/workflows/ci.yml/badge.svg"
        alt="Build"
        /></a>
    <a href="https://github.com/wccdev/filez-python-sdk/blob/main/LICENSE"><img
        src="https://img.shields.io/github/license/wccdev/filez-python-sdk"
        alt="License"
        /></a>
    <a href="https://pypi.org/project/filez-python-sdk/"><img
        src="https://img.shields.io/pypi/pyversions/filez-python-sdk.svg"
        alt="Python"
        /></a>
    <a href="https://pypi.org/project/filez-python-sdk/"><img
        src="https://img.shields.io/pypi/v/filez-python-sdk.svg"
        alt="Python Package Index"
        /></a>
    <a href="https://github.com/psf/black"><img
        src="https://img.shields.io/badge/code%20style-black-000000.svg"
        alt="Code Style"
        /></a>
</p>
<p align="center">
    Skeleton project created by Cookiecutter PyPackage.
</p>
<h2></h2>

## Quick start

* TODO


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [wccdev/cookiecutter-pypackage](https://github.com/wccdev/cookiecutter-pypackage) project template.

