Metadata-Version: 2.1
Name: sxcu
Version: 1.0.0
Summary: Python API wraper for sxcu.net
Home-page: https://github.com/naveen521kk/sxcu
License: Apache-2.0
Keywords: api,sxcu,sharex
Author: Naveen M K
Author-email: naveen@syrusdark.website
Maintainer: Naveen M K
Maintainer-email: naveen@syrusdark.website
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: requests (>=2.24.0,<3.0.0)
Project-URL: Documentation, https://sxcu.syrusdark.website/en/latest
Project-URL: Repository, https://github.com/naveen521kk/sxcu
Description-Content-Type: text/markdown

[![PyPI Version](https://img.shields.io/pypi/v/sxcu)](https://pypi.org/project/sxcu/)
[![Python Versions](https://img.shields.io/pypi/pyversions/sxcu)](https://pypi.org/project/sxcu/)
[![Python Wheel](https://img.shields.io/pypi/wheel/sxcu)](https://pypi.org/project/sxcu/)
[![Documentation Status](https://readthedocs.org/projects/sxcu/badge/?version=latest)](https://sxcu.syrusdark.website/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-Apache2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Code Quality: flake8](https://img.shields.io/badge/code%20quality-flake8-000000.svg)](https://gitlab.com/pycqa/flake8)
[![codecov](https://codecov.io/gh/naveen521kk/sxcu/branch/master/graph/badge.svg)](https://codecov.io/gh/naveen521kk/sxcu)


# SXCU
![sxcu-logo](./logo/readme-logo.png)

Python API wraper for sxcu.net. Pretty much everything is explained in `doc strings`.

Docs at https://sxcu.syrusdark.website/en/latest

## Contributing
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to
contribute to this project.

