Metadata-Version: 2.1
Name: random_weighted_useragent
Version: 0.0.1
Summary: Randomly returns a weighted user agent for firewall evasion
Author-email: Lilly Aronleigh <ghostoverflow256@gmail.com>
Project-URL: Homepage, https://github.com/GhostDog98/random-ua
Project-URL: Issues, https://github.com/GhostDog98/random-ua/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

Randomly swaps between useragents with weights for a statistically "normal" distribution.

Usage:
```python
from random_useragent import generate_ua

```
