Metadata-Version: 2.1
Name: traps
Version: 3.0.1
Summary: How about you pip install some traps?
License: MIT
Keywords: anime,traps,python,package,library,lib,module,cli
Author: Rdimo
Author-email: contact.rdimo@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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.12
Requires-Dist: click (>=8.1.3,<8.2.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: requests (>=2.28.0,<3.0.0)
Project-URL: Bug Tracker, https://github.com/anga02/pip-install-traps/issues
Project-URL: Homeage, https://github.com/anga02/pip-install-traps
Description-Content-Type: text/markdown

<h1 align="center">
  Pip Install Traps 😩
</h1>

<p align="center"> 
  <kbd>
    <img src="https://raw.githubusercontent.com/analgadgets/pip-install-traps/main/images/trap.jpg">
  </kbd>
</p>

<p align="center">
  <img src="https://img.shields.io/pypi/v/traps?style=flat-square">
  <img src="https://img.shields.io/github/stars/analgadgets/pip-install-traps?label=Stars&style=flat-square">
  <img src="https://img.shields.io/github/forks/analgadgets/pip-install-traps?label=Forks&style=flat-square">
</p>

<h2 align="center">
  pip-install-traps was made with

Cum ❌ code ✅

</h2>

---

### Installation
```
pip install -U traps
```

### Usage
```python
import traps

traps.get()  # Download one trap to `traps` directory.
traps.get("my_homework", 15)  # Or download 15 traps to another directory.
```

### Command-line interface
* `$ traps install` to download 10 traps to `traps` directory
* `$ traps install -n 20 my_homework` to download 20 traps to `my_homework` directory
* `$ traps --help` for more help

