UAForge 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- uaforge/__init__.py +1 -1
- uaforge/core/__init__.py +1 -1
- {uaforge-1.1.0.dist-info → uaforge-1.1.1.dist-info}/METADATA +10 -3
- {uaforge-1.1.0.dist-info → uaforge-1.1.1.dist-info}/RECORD +8 -8
- {uaforge-1.1.0.dist-info → uaforge-1.1.1.dist-info}/WHEEL +0 -0
- {uaforge-1.1.0.dist-info → uaforge-1.1.1.dist-info}/entry_points.txt +0 -0
- {uaforge-1.1.0.dist-info → uaforge-1.1.1.dist-info}/licenses/LICENSE +0 -0
- {uaforge-1.1.0.dist-info → uaforge-1.1.1.dist-info}/top_level.txt +0 -0
uaforge/__init__.py
CHANGED
uaforge/core/__init__.py
CHANGED
|
@@ -2,5 +2,5 @@ from ..core.user_agent import UserAgentGenerator
|
|
|
2
2
|
from ..core.database import Database
|
|
3
3
|
from ..core.version_fetcher import VersionFetcher
|
|
4
4
|
|
|
5
|
-
__version__ = "1.
|
|
5
|
+
__version__ = "1.1.1"
|
|
6
6
|
__all__ = ['UserAgentGenerator', 'Database', 'VersionFetcher', 'generate_user_agent', 'generate_multiple']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: UAForge
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: A powerful Python library and CLI tool for generating realistic, random user agent strings for Chrome, Firefox, and Opera browsers across multiple platforms.
|
|
5
5
|
Home-page: https://github.com/bolgac/UAForge
|
|
6
6
|
Author: bolgac
|
|
@@ -32,6 +32,13 @@ Dynamic: requires-dist
|
|
|
32
32
|
Dynamic: requires-python
|
|
33
33
|
Dynamic: summary
|
|
34
34
|
|
|
35
|
+

|
|
36
|
+

|
|
37
|
+

|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
35
42
|
# UAForge - UserAgent Generator
|
|
36
43
|
|
|
37
44
|
A powerful Python library and CLI tool for generating realistic, random user agent strings for Chrome, Firefox, and Opera browsers across multiple platforms.
|
|
@@ -259,7 +266,7 @@ We welcome contributions of all kinds:
|
|
|
259
266
|
|
|
260
267
|
---
|
|
261
268
|
|
|
262
|
-
##
|
|
269
|
+
## Contact
|
|
263
270
|
|
|
264
271
|
- GitHub Issues – for bugs and feedback
|
|
265
272
|
- Email – `bytearchsoft@gmail.com` (for business inquiries or sponsorships)
|
|
@@ -267,7 +274,7 @@ We welcome contributions of all kinds:
|
|
|
267
274
|
---
|
|
268
275
|
|
|
269
276
|
## License
|
|
270
|
-
This project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details.
|
|
277
|
+
This project is licensed under the **MIT License** — see the [LICENSE](https://github.com/bolgac/UAForge/blob/main/LICENSE) file for details.
|
|
271
278
|
|
|
272
279
|
---
|
|
273
280
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
uaforge/__init__.py,sha256=
|
|
1
|
+
uaforge/__init__.py,sha256=OpHfsJs8BpQnoEJs6q1RL96d6mE8zVctHWxRkPDdiqw,4549
|
|
2
2
|
uaforge/cli.py,sha256=yvXIVBdmJInHOFgzuPCHfQXq09CJecLw30sUc-CjGuE,3726
|
|
3
3
|
uaforge/utils.py,sha256=fBFvY_YnXwIHusq9NIKnHYDP7WFwuZEgzr0EqUqIY38,1135
|
|
4
|
-
uaforge/core/__init__.py,sha256=
|
|
4
|
+
uaforge/core/__init__.py,sha256=uDDasB_V-LRCI0r9p4IzFj-8uYmI5PakIZfgDfOZki0,272
|
|
5
5
|
uaforge/core/database.py,sha256=kYu-TQcnixbsgq91kW_bYTRIZLtemN6EvMvfVusbDwM,14546
|
|
6
6
|
uaforge/core/user_agent.py,sha256=Qpsxa1IIsGBtrMeCQatFWwudkz9sMMywmlonzIn4VIE,10952
|
|
7
7
|
uaforge/core/version_fetcher.py,sha256=4_dE_lhiWrrpFQflF-sqx8oKGWyGB8IkfyiCZHFiSRA,7597
|
|
8
8
|
uaforge/core/version_updater.py,sha256=JeS_AmpmF0_7xCIgqhAlMiLpNkx_2jfBsbv1Rim8U-I,17369
|
|
9
9
|
uaforge/data/useragent.db,sha256=v2hvLezWKbYh-Wg2DDOpALcAiyMIm4pi9d0d_y21YyU,180224
|
|
10
|
-
uaforge-1.1.
|
|
11
|
-
uaforge-1.1.
|
|
12
|
-
uaforge-1.1.
|
|
13
|
-
uaforge-1.1.
|
|
14
|
-
uaforge-1.1.
|
|
15
|
-
uaforge-1.1.
|
|
10
|
+
uaforge-1.1.1.dist-info/licenses/LICENSE,sha256=GSGGweX_ViAqIE_ZkV16FBtkJrTb2obvX7NCcxnoTzg,1082
|
|
11
|
+
uaforge-1.1.1.dist-info/METADATA,sha256=CtBHADEtFSJQ7j2cBUK8kIHzhhpUwAzo_3Wsu38tfwc,8018
|
|
12
|
+
uaforge-1.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
13
|
+
uaforge-1.1.1.dist-info/entry_points.txt,sha256=QD0rKbTJ1ZNJPdW6oyOmCzZSe-Be17wijzqEYKTPKsI,45
|
|
14
|
+
uaforge-1.1.1.dist-info/top_level.txt,sha256=aymoFKz_qHDLMglGkS5f_bMSrvzzPPoy0_Ufa4pu_5w,8
|
|
15
|
+
uaforge-1.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|