Metadata-Version: 2.1
Name: pyboxes
Version: 1.2.2
Summary: Pyboxes
Home-page: https://github.com/cauliyang/pybox
License: MIT
Author: yangli
Author-email: li002252@umn.edu
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: google-api-python-client (>=2.37.0,<3.0.0)
Requires-Dist: google-auth-httplib2 (>=0.1.0,<0.2.0)
Requires-Dist: google-auth-oauthlib (>=0.4.6,<0.5.0)
Requires-Dist: loguru (>=0.5.3,<0.7.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Changelog, https://github.com/cauliyang/pybox/releases
Project-URL: Documentation, https://pyboxes.readthedocs.io
Project-URL: Repository, https://github.com/cauliyang/pybox
Description-Content-Type: text/markdown

# Pybox

<div align="center">

<img src="https://raw.githubusercontent.com/cauliyang/pybox/main/docs/_static/logo.png" width=50% alt="logo">

[![pypi](https://img.shields.io/pypi/v/pyboxes.svg)][pypi_]
[![status](https://img.shields.io/pypi/status/pyboxes.svg)][status]
[![python version](https://img.shields.io/pypi/pyversions/pyboxes)][python version]
[![license](https://img.shields.io/pypi/l/pyboxes)][license]
[![read the docs](https://img.shields.io/readthedocs/pyboxes/latest.svg?label=Read%20the%20Docs)][read the docs]

[![test](https://github.com/cauliyang/pybox/workflows/Tests/badge.svg)][test]
[![codecov](https://codecov.io/gh/cauliyang/pybox/branch/main/graph/badge.svg)][codecov]
[![precommit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][precommit]
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/pyboxes/
[status]: https://pypi.org/project/pyboxes/
[python version]: https://pypi.org/project/pyboxes/
[license]: https://opensource.org/licenses/MIT
[read the docs]: https://pyboxes.readthedocs.io/
[test]: https://github.com/cauliyang/pybox/actions?workflow=Tests
[codecov]: https://codecov.io/gh/cauliyang/pybox
[precommit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

</div>

## Aims

![feature1](https://cdn.jsdelivr.net/gh/cauliyang/blog-image@main//img/20211205150625.png)

- **Simple**: A simple and easy to use Python library for many annoy task.
- **Easy to use**: Easy to use, you can use it in your project.
- **extendable**: Extendable, you can add your own function easily.

## Features

<details>

<summary> Google Driver</summary>

[Google-Driver]: A simple and easy to download files by sharing link of Google Driver.

### Feature 1

Download single file by sharing link of Google Driver.

For example:

```console
$ pybox gdriver <url> <name> <size>
```

### Feature 2

Download files in a folder by client id and folder id.

```console
$ pybox driverdown <client_id> <folder_id>
```

Detailed usage please see [Usage Documentation]

</details>

<details>

<summary> Slack</summary>

[Slack]: A simple and easy to send message to Slack Channel.

For example:

```console
$ pybox slack [options] <webhook-url>
```

Detailed usage please see [Usage Documentation]

</details>

- More to come...

## Installation

You can install _Pybox_ via [pip] from [PyPI]:

```console
$ pip install pyboxes
```

## Usage

```console
$ pybox -h
```

Please see the Command-line Reference [Usage] for details.

## Contributing

Contributions are very welcome. To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license],
_Pybox_ is free and open source software.

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[//]: # "link"
[@cjolowicz]: https://github.com/cjolowicz
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[mit license]: https://opensource.org/licenses/MIT
[pypi]: https://pypi.org/
[file an issue]: https://github.com/cauliyang/pybox/issues
[pip]: https://pip.pypa.io/
[google-driver]: https://www.google.com/drive/
[usage]: https://pyboxes.readthedocs.io/en/latest/usage.html
[slack]: https://slack.com/

<!-- github-only -->

[contributor guide]: CONTRIBUTING.md
[usage documentation]: https://pyboxes.readthedocs.io/en/latest/usage.html

