Metadata-Version: 2.1
Name: traps
Version: 1.0.0
Summary: how about you pip install some traps
License: MIT
Keywords: traps,python,package,library,lib,module,checker
Author: Rdimo
Author-email: contact.rdimo@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: requests (>=2.28.0,<3.0.0)
Project-URL: Bug Tracker, https://github.com/analgadgets/pip-install-traps/issues
Description-Content-Type: text/markdown

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

<p align="center"> 
  <kbd>
    <img src="https://raw.githubusercontent.com/Rdimo/images/master/pip-install-bitches/Roxy-pip-install-bitches.jpg"></img>
  </kbd>
</p>

<p align="center">
  <img src="https://img.shields.io/pypi/v/bitches?style=flat-square">
  <img src="https://img.shields.io/pypi/dm/bitches?style=flat-square">
  <img src="https://sonarcloud.io/api/project_badges/measure?project=Rdimo_pip-install-bitches&metric=ncloc">
  <img src="https://img.shields.io/github/stars/Rdimo/pip-install-bitches?label=Stars&style=flat-square">
  <img src="https://img.shields.io/github/forks/Rdimo/pip-install-bitches?label=Forks&style=flat-square">
</p>

<h2 align="center">
  pip-install-bitches was made by

Love ❌ code ✅

</h2>

---

### 🎈・Code example

Example of how you can use [traps](https://pypi.org/project/traps/)

```python
import traps

traps.get()

# or

traps.get(
  "yes", # directory name (default: "traps")
  5 # amount of traps (default: randint(5, 10))
)
```

