Pybox#

logo

pypi status python version license read the docs

test codecov precommit black

💪 Aims#

  • 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#

🧐 Installation#

You can install Pybox via pip from PyPI:

$ pip install pyboxes

📖 Usage#

$ pybox -h

Please see the Command-line Reference Usage for details.

🚌 Take a tour#

A simple and easy to send message to Slack Channel#

$ pybox slack [options] <webhook-url>

Detailed usage please see [Usage Documentation]

Download multiple files asynchronously#

  1. Download single file.

$ pybox asyncdown -u <url> -o <output>
  1. Download multiple files.

$ pybox asyncdown -f <url-file>

Detailed usage please see [Usage Documentation]

🤗 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.