Open-AutoTools 0.0.2.post1__tar.gz → 0.0.2.post2__tar.gz

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.
Files changed (27) hide show
  1. open_autotools-0.0.2.post2/Open_AutoTools.egg-info/PKG-INFO +282 -0
  2. open_autotools-0.0.2.post2/PKG-INFO +282 -0
  3. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/setup.py +23 -1
  4. open_autotools-0.0.2.post1/Open_AutoTools.egg-info/PKG-INFO +0 -37
  5. open_autotools-0.0.2.post1/PKG-INFO +0 -37
  6. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/LICENSE +0 -0
  7. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/Open_AutoTools.egg-info/SOURCES.txt +0 -0
  8. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/Open_AutoTools.egg-info/dependency_links.txt +0 -0
  9. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/Open_AutoTools.egg-info/entry_points.txt +0 -0
  10. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/Open_AutoTools.egg-info/requires.txt +0 -0
  11. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/Open_AutoTools.egg-info/top_level.txt +0 -0
  12. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/README.md +0 -0
  13. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/__init__.py +0 -0
  14. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autocaps/__init__.py +0 -0
  15. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autocaps/core.py +0 -0
  16. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autoip/__init__.py +0 -0
  17. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autoip/core.py +0 -0
  18. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autolower/__init__.py +0 -0
  19. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autolower/core.py +0 -0
  20. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autotranslate/__init__.py +0 -0
  21. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/autotranslate/core.py +0 -0
  22. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/cli.py +0 -0
  23. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/downloader/__init__.py +0 -0
  24. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/downloader/core.py +0 -0
  25. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/password/__init__.py +0 -0
  26. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/autotools/password/core.py +0 -0
  27. {open_autotools-0.0.2.post1 → open_autotools-0.0.2.post2}/setup.cfg +0 -0
@@ -0,0 +1,282 @@
1
+ Metadata-Version: 2.2
2
+ Name: Open-AutoTools
3
+ Version: 0.0.2.post2
4
+ Summary: A suite of automated tools accessible via CLI with a simple `autotools` command
5
+ Home-page: https://github.com/BabylooPro/Open-AutoTools
6
+ Author: BabylooPro
7
+ Author-email: maxremy.dev@gmail.com
8
+ Project-URL: Bug Tracker, https://github.com/BabylooPro/Open-AutoTools/issues
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: Brotli==1.1.0
16
+ Requires-Dist: certifi==2024.2.2
17
+ Requires-Dist: charset-normalizer==3.3.2
18
+ Requires-Dist: click==8.1.3
19
+ Requires-Dist: cryptography==42.0.2
20
+ Requires-Dist: idna==3.6
21
+ Requires-Dist: importlib-metadata==7.0.1
22
+ Requires-Dist: joblib==1.3.2
23
+ Requires-Dist: Levenshtein==0.25.0
24
+ Requires-Dist: mutagen==1.47.0
25
+ Requires-Dist: platformdirs==4.2.0
26
+ Requires-Dist: pycryptodomex==3.20.0
27
+ Requires-Dist: pyperclip==1.8.2
28
+ Requires-Dist: python-Levenshtein==0.25.0
29
+ Requires-Dist: rapidfuzz==3.6.1
30
+ Requires-Dist: regex==2023.12.25
31
+ Requires-Dist: requests>=2.32.2
32
+ Requires-Dist: textblob==0.18.0.post0
33
+ Requires-Dist: tomli==2.0.1
34
+ Requires-Dist: tqdm==4.66.2
35
+ Requires-Dist: urllib3==2.2.1
36
+ Requires-Dist: websockets==13.0.1
37
+ Requires-Dist: yapf==0.40.2
38
+ Requires-Dist: yt-dlp>=2024.3.10
39
+ Requires-Dist: zipp==3.17.0
40
+ Requires-Dist: translate==3.6.1
41
+ Requires-Dist: langdetect==1.0.9
42
+ Requires-Dist: deep-translator==1.11.4
43
+ Requires-Dist: netifaces>=0.11.0
44
+ Requires-Dist: speedtest-cli>=2.1.3
45
+ Requires-Dist: psutil>=5.9.0
46
+ Requires-Dist: setuptools>=40.8.0
47
+ Dynamic: author
48
+ Dynamic: author-email
49
+ Dynamic: classifier
50
+ Dynamic: description
51
+ Dynamic: description-content-type
52
+ Dynamic: home-page
53
+ Dynamic: project-url
54
+ Dynamic: requires-dist
55
+ Dynamic: requires-python
56
+ Dynamic: summary
57
+
58
+ # Open-AutoTools
59
+
60
+ Open-AutoTools is an innovative project developed in Python, specifically designed to offer a suite of automated tools directly accessible via the terminal. This project aims to simplify and automate daily tasks for developers and terminal users. It is designed to be used as a set of CLI commands, making its features directly accessible from the user's terminal.
61
+
62
+ https://github.com/BabylooPro/Open-AutoTools/assets/35376790/d57f2b9d-55f8-4368-bb40-c0010eb9d49a
63
+
64
+ ## How to install to use directly
65
+
66
+ To install Open-AutoTools, use the following command in your terminal: `pip install open-autotools`
67
+
68
+ This command installs all the necessary tools to integrate Open-AutoTools into your workflow.
69
+
70
+ You can also find the package on PyPI at: https://pypi.org/project/Open-AutoTools/
71
+
72
+ ## How to develop more features
73
+
74
+ Open-AutoTools is developed using Python 3.11.
75
+
76
+ ```bash
77
+ # Create a virtual environment
78
+ python -m venv venv
79
+
80
+ # Activate virtual environment
81
+ source venv/bin/activate # On macOS/Linux
82
+ venv\Scripts\activate # On Windows
83
+
84
+ # Install project dependencies
85
+ pip install -r requirements.txt
86
+
87
+ # For development, install in editable mode
88
+ pip install -e .
89
+ ```
90
+
91
+ ## Key Features
92
+
93
+ ### AutoCaps
94
+
95
+ - **Description:** Converts any text entered by the user to uppercase.
96
+ - **Usage:**
97
+ ```
98
+ ~ ❯ autocaps "Your text here."
99
+ ```
100
+ - **Output:**
101
+ ```
102
+ YOUR TEXT HERE.
103
+ ```
104
+
105
+ ### AutoLower
106
+
107
+ - **Description:** Converts any text entered by the user to lowercase.
108
+ - **Usage:**
109
+ ```
110
+ ~ ❯ autolower "Your text here."
111
+ ```
112
+ - **Output:**
113
+ ```
114
+ your text here.
115
+ ```
116
+
117
+ ### AutoPassword
118
+
119
+ - **Description:** Generates secure random passwords and encryption keys with customizable options.
120
+ - **Usage:**
121
+ ```
122
+ ~ ❯ autopassword --length 16
123
+ ~ ❯ autopassword --no-special --length 8
124
+ ~ ❯ autopassword --gen-key
125
+ ~ ❯ autopassword --password-key "your-password" --analyze
126
+ ```
127
+ - **Options:**
128
+ - `--length, -l`: Set password length (default: 12)
129
+ - `--no-uppercase`: Exclude uppercase letters
130
+ - `--no-numbers`: Exclude numbers
131
+ - `--no-special`: Exclude special characters
132
+ - `--min-special`: Minimum number of special characters (default: 1)
133
+ - `--min-numbers`: Minimum number of numbers (default: 1)
134
+ - `--gen-key`: Generate a random encryption key
135
+ - `--password-key`: Generate an encryption key from a password
136
+ - `--analyze`: Show password strength analysis
137
+
138
+ These examples demonstrate how the terminal will display the results after executing each command, providing a straightforward way for users to understand the immediate effects of these commands.
139
+
140
+ ### AutoTranslate
141
+
142
+ - **Description:** Translates text between languages with automatic source language detection.
143
+ - **Usage:**
144
+
145
+ ```
146
+ ~ ❯ autotranslate "Bonjour le monde" --to en
147
+ Hello world
148
+
149
+ ~ ❯ autotranslate "Hello world" --to fr --copy
150
+ Bonjour le monde
151
+ // Result also copied to clipboard
152
+
153
+ ~ ❯ autotranslate "こんにちは" --to en --detect
154
+ [Detected: ja] Hello
155
+
156
+ ~ ❯ autotranslate --list-languages
157
+ // Shows all supported languages
158
+ ```
159
+
160
+ - **Options:**
161
+ - `--to`: Target language code (default: en)
162
+ - `--from`: Source language code (default: auto-detect)
163
+ - `--copy`: Copy translation to clipboard
164
+ - `--detect`: Show detected source language
165
+ - `--list-languages`: Show all supported language codes and names
166
+
167
+ ### AutoDownload
168
+
169
+ - **Description:** Downloads videos from YouTube and files from other sources.
170
+ - **Usage:**
171
+
172
+ ```bash
173
+ # Download YouTube video in MP4 format
174
+ ~ ❯ autodownload https://youtube.com/watch?v=example
175
+
176
+ # Download with specific format and quality
177
+ ~ ❯ autodownload https://youtube.com/watch?v=example --format mp3
178
+ ~ ❯ autodownload https://youtube.com/watch?v=example --quality 1080p
179
+ ```
180
+
181
+ - **Options:**
182
+
183
+ - `--format`: Choose output format (mp4 or mp3)
184
+ - `--quality`: Select video quality (best, 1440p, 1080p, 720p, 480p, 360p, 240p)
185
+
186
+ - **Features:**
187
+
188
+ - Automatic bot detection bypass
189
+ - Browser cookie integration
190
+ - Progress tracking
191
+ - Multiple quality options
192
+ - MP3 audio extraction
193
+ - Downloads to user's Downloads folder
194
+ - Supports both YouTube and general file downloads
195
+
196
+ - **Setup Requirements:**
197
+
198
+ - Chrome browser installed and configured:
199
+
200
+ ```bash
201
+ # First time setup:
202
+ 1. Open Chrome and sign in to YouTube
203
+ 2. Make sure you're logged into your Google account
204
+ 3. Accept YouTube's terms of service in browser
205
+ ```
206
+
207
+ - **Troubleshooting:**
208
+
209
+ - If downloads fail with "Sign in to confirm you're not a bot":
210
+
211
+ 1. Open YouTube in Chrome
212
+ 2. Sign in if not already
213
+ 3. Solve any CAPTCHA if prompted
214
+ 4. Try download again
215
+
216
+ - If you get cookie errors:
217
+ 1. Clear Chrome cookies
218
+ 2. Sign in to YouTube again
219
+ 3. Wait a few minutes before downloading
220
+
221
+ - **Technical Requirements:**
222
+ - Chrome browser (for cookie and session handling)
223
+ - Active YouTube/Google account
224
+ - Internet connection
225
+ - Sufficient storage space
226
+ - yt-dlp library (automatically installed)
227
+
228
+ > **Note:** The tool uses your Chrome browser's cookies to authenticate with YouTube. This is required to bypass YouTube's bot detection and download restrictions.
229
+
230
+ ### AutoIP
231
+
232
+ - **Description:** Displays network information including IP addresses, connectivity tests, speed tests, and more.
233
+ - **Usage:**
234
+
235
+ ```bash
236
+ # Display IP addresses
237
+ ~ ❯ autoip
238
+
239
+ # Run speed test
240
+ ~ ❯ autoip --speed
241
+
242
+ # Test connectivity
243
+ ~ ❯ autoip --test
244
+
245
+ # Show location info
246
+ ~ ❯ autoip --location
247
+
248
+ # Monitor network traffic
249
+ ~ ❯ autoip --monitor
250
+
251
+ # Check common ports
252
+ ~ ❯ autoip --ports
253
+
254
+ # Show DNS servers
255
+ ~ ❯ autoip --dns
256
+
257
+ # Hide IP display and only show tests
258
+ ~ ❯ autoip --no-ip --test --speed
259
+ ```
260
+
261
+ - **Options:**
262
+
263
+ - `--test, -t`: Run connectivity tests to popular services
264
+ - `--speed, -s`: Run internet speed test
265
+ - `--monitor, -m`: Monitor real-time network traffic
266
+ - `--ports, -p`: Check status of common ports
267
+ - `--dns, -d`: Show DNS server configuration
268
+ - `--location, -l`: Show IP geolocation information
269
+ - `--no-ip, -n`: Hide IP addresses display
270
+
271
+ - **Features:**
272
+ - Local and public IP detection (IPv4 & IPv6)
273
+ - Internet speed testing
274
+ - Network connectivity checks
275
+ - Real-time traffic monitoring
276
+ - Port scanning
277
+ - DNS server information
278
+ - IP geolocation
279
+
280
+ ## License
281
+
282
+ This project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE) file.
@@ -0,0 +1,282 @@
1
+ Metadata-Version: 2.2
2
+ Name: Open-AutoTools
3
+ Version: 0.0.2.post2
4
+ Summary: A suite of automated tools accessible via CLI with a simple `autotools` command
5
+ Home-page: https://github.com/BabylooPro/Open-AutoTools
6
+ Author: BabylooPro
7
+ Author-email: maxremy.dev@gmail.com
8
+ Project-URL: Bug Tracker, https://github.com/BabylooPro/Open-AutoTools/issues
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: Brotli==1.1.0
16
+ Requires-Dist: certifi==2024.2.2
17
+ Requires-Dist: charset-normalizer==3.3.2
18
+ Requires-Dist: click==8.1.3
19
+ Requires-Dist: cryptography==42.0.2
20
+ Requires-Dist: idna==3.6
21
+ Requires-Dist: importlib-metadata==7.0.1
22
+ Requires-Dist: joblib==1.3.2
23
+ Requires-Dist: Levenshtein==0.25.0
24
+ Requires-Dist: mutagen==1.47.0
25
+ Requires-Dist: platformdirs==4.2.0
26
+ Requires-Dist: pycryptodomex==3.20.0
27
+ Requires-Dist: pyperclip==1.8.2
28
+ Requires-Dist: python-Levenshtein==0.25.0
29
+ Requires-Dist: rapidfuzz==3.6.1
30
+ Requires-Dist: regex==2023.12.25
31
+ Requires-Dist: requests>=2.32.2
32
+ Requires-Dist: textblob==0.18.0.post0
33
+ Requires-Dist: tomli==2.0.1
34
+ Requires-Dist: tqdm==4.66.2
35
+ Requires-Dist: urllib3==2.2.1
36
+ Requires-Dist: websockets==13.0.1
37
+ Requires-Dist: yapf==0.40.2
38
+ Requires-Dist: yt-dlp>=2024.3.10
39
+ Requires-Dist: zipp==3.17.0
40
+ Requires-Dist: translate==3.6.1
41
+ Requires-Dist: langdetect==1.0.9
42
+ Requires-Dist: deep-translator==1.11.4
43
+ Requires-Dist: netifaces>=0.11.0
44
+ Requires-Dist: speedtest-cli>=2.1.3
45
+ Requires-Dist: psutil>=5.9.0
46
+ Requires-Dist: setuptools>=40.8.0
47
+ Dynamic: author
48
+ Dynamic: author-email
49
+ Dynamic: classifier
50
+ Dynamic: description
51
+ Dynamic: description-content-type
52
+ Dynamic: home-page
53
+ Dynamic: project-url
54
+ Dynamic: requires-dist
55
+ Dynamic: requires-python
56
+ Dynamic: summary
57
+
58
+ # Open-AutoTools
59
+
60
+ Open-AutoTools is an innovative project developed in Python, specifically designed to offer a suite of automated tools directly accessible via the terminal. This project aims to simplify and automate daily tasks for developers and terminal users. It is designed to be used as a set of CLI commands, making its features directly accessible from the user's terminal.
61
+
62
+ https://github.com/BabylooPro/Open-AutoTools/assets/35376790/d57f2b9d-55f8-4368-bb40-c0010eb9d49a
63
+
64
+ ## How to install to use directly
65
+
66
+ To install Open-AutoTools, use the following command in your terminal: `pip install open-autotools`
67
+
68
+ This command installs all the necessary tools to integrate Open-AutoTools into your workflow.
69
+
70
+ You can also find the package on PyPI at: https://pypi.org/project/Open-AutoTools/
71
+
72
+ ## How to develop more features
73
+
74
+ Open-AutoTools is developed using Python 3.11.
75
+
76
+ ```bash
77
+ # Create a virtual environment
78
+ python -m venv venv
79
+
80
+ # Activate virtual environment
81
+ source venv/bin/activate # On macOS/Linux
82
+ venv\Scripts\activate # On Windows
83
+
84
+ # Install project dependencies
85
+ pip install -r requirements.txt
86
+
87
+ # For development, install in editable mode
88
+ pip install -e .
89
+ ```
90
+
91
+ ## Key Features
92
+
93
+ ### AutoCaps
94
+
95
+ - **Description:** Converts any text entered by the user to uppercase.
96
+ - **Usage:**
97
+ ```
98
+ ~ ❯ autocaps "Your text here."
99
+ ```
100
+ - **Output:**
101
+ ```
102
+ YOUR TEXT HERE.
103
+ ```
104
+
105
+ ### AutoLower
106
+
107
+ - **Description:** Converts any text entered by the user to lowercase.
108
+ - **Usage:**
109
+ ```
110
+ ~ ❯ autolower "Your text here."
111
+ ```
112
+ - **Output:**
113
+ ```
114
+ your text here.
115
+ ```
116
+
117
+ ### AutoPassword
118
+
119
+ - **Description:** Generates secure random passwords and encryption keys with customizable options.
120
+ - **Usage:**
121
+ ```
122
+ ~ ❯ autopassword --length 16
123
+ ~ ❯ autopassword --no-special --length 8
124
+ ~ ❯ autopassword --gen-key
125
+ ~ ❯ autopassword --password-key "your-password" --analyze
126
+ ```
127
+ - **Options:**
128
+ - `--length, -l`: Set password length (default: 12)
129
+ - `--no-uppercase`: Exclude uppercase letters
130
+ - `--no-numbers`: Exclude numbers
131
+ - `--no-special`: Exclude special characters
132
+ - `--min-special`: Minimum number of special characters (default: 1)
133
+ - `--min-numbers`: Minimum number of numbers (default: 1)
134
+ - `--gen-key`: Generate a random encryption key
135
+ - `--password-key`: Generate an encryption key from a password
136
+ - `--analyze`: Show password strength analysis
137
+
138
+ These examples demonstrate how the terminal will display the results after executing each command, providing a straightforward way for users to understand the immediate effects of these commands.
139
+
140
+ ### AutoTranslate
141
+
142
+ - **Description:** Translates text between languages with automatic source language detection.
143
+ - **Usage:**
144
+
145
+ ```
146
+ ~ ❯ autotranslate "Bonjour le monde" --to en
147
+ Hello world
148
+
149
+ ~ ❯ autotranslate "Hello world" --to fr --copy
150
+ Bonjour le monde
151
+ // Result also copied to clipboard
152
+
153
+ ~ ❯ autotranslate "こんにちは" --to en --detect
154
+ [Detected: ja] Hello
155
+
156
+ ~ ❯ autotranslate --list-languages
157
+ // Shows all supported languages
158
+ ```
159
+
160
+ - **Options:**
161
+ - `--to`: Target language code (default: en)
162
+ - `--from`: Source language code (default: auto-detect)
163
+ - `--copy`: Copy translation to clipboard
164
+ - `--detect`: Show detected source language
165
+ - `--list-languages`: Show all supported language codes and names
166
+
167
+ ### AutoDownload
168
+
169
+ - **Description:** Downloads videos from YouTube and files from other sources.
170
+ - **Usage:**
171
+
172
+ ```bash
173
+ # Download YouTube video in MP4 format
174
+ ~ ❯ autodownload https://youtube.com/watch?v=example
175
+
176
+ # Download with specific format and quality
177
+ ~ ❯ autodownload https://youtube.com/watch?v=example --format mp3
178
+ ~ ❯ autodownload https://youtube.com/watch?v=example --quality 1080p
179
+ ```
180
+
181
+ - **Options:**
182
+
183
+ - `--format`: Choose output format (mp4 or mp3)
184
+ - `--quality`: Select video quality (best, 1440p, 1080p, 720p, 480p, 360p, 240p)
185
+
186
+ - **Features:**
187
+
188
+ - Automatic bot detection bypass
189
+ - Browser cookie integration
190
+ - Progress tracking
191
+ - Multiple quality options
192
+ - MP3 audio extraction
193
+ - Downloads to user's Downloads folder
194
+ - Supports both YouTube and general file downloads
195
+
196
+ - **Setup Requirements:**
197
+
198
+ - Chrome browser installed and configured:
199
+
200
+ ```bash
201
+ # First time setup:
202
+ 1. Open Chrome and sign in to YouTube
203
+ 2. Make sure you're logged into your Google account
204
+ 3. Accept YouTube's terms of service in browser
205
+ ```
206
+
207
+ - **Troubleshooting:**
208
+
209
+ - If downloads fail with "Sign in to confirm you're not a bot":
210
+
211
+ 1. Open YouTube in Chrome
212
+ 2. Sign in if not already
213
+ 3. Solve any CAPTCHA if prompted
214
+ 4. Try download again
215
+
216
+ - If you get cookie errors:
217
+ 1. Clear Chrome cookies
218
+ 2. Sign in to YouTube again
219
+ 3. Wait a few minutes before downloading
220
+
221
+ - **Technical Requirements:**
222
+ - Chrome browser (for cookie and session handling)
223
+ - Active YouTube/Google account
224
+ - Internet connection
225
+ - Sufficient storage space
226
+ - yt-dlp library (automatically installed)
227
+
228
+ > **Note:** The tool uses your Chrome browser's cookies to authenticate with YouTube. This is required to bypass YouTube's bot detection and download restrictions.
229
+
230
+ ### AutoIP
231
+
232
+ - **Description:** Displays network information including IP addresses, connectivity tests, speed tests, and more.
233
+ - **Usage:**
234
+
235
+ ```bash
236
+ # Display IP addresses
237
+ ~ ❯ autoip
238
+
239
+ # Run speed test
240
+ ~ ❯ autoip --speed
241
+
242
+ # Test connectivity
243
+ ~ ❯ autoip --test
244
+
245
+ # Show location info
246
+ ~ ❯ autoip --location
247
+
248
+ # Monitor network traffic
249
+ ~ ❯ autoip --monitor
250
+
251
+ # Check common ports
252
+ ~ ❯ autoip --ports
253
+
254
+ # Show DNS servers
255
+ ~ ❯ autoip --dns
256
+
257
+ # Hide IP display and only show tests
258
+ ~ ❯ autoip --no-ip --test --speed
259
+ ```
260
+
261
+ - **Options:**
262
+
263
+ - `--test, -t`: Run connectivity tests to popular services
264
+ - `--speed, -s`: Run internet speed test
265
+ - `--monitor, -m`: Monitor real-time network traffic
266
+ - `--ports, -p`: Check status of common ports
267
+ - `--dns, -d`: Show DNS server configuration
268
+ - `--location, -l`: Show IP geolocation information
269
+ - `--no-ip, -n`: Hide IP addresses display
270
+
271
+ - **Features:**
272
+ - Local and public IP detection (IPv4 & IPv6)
273
+ - Internet speed testing
274
+ - Network connectivity checks
275
+ - Real-time traffic monitoring
276
+ - Port scanning
277
+ - DNS server information
278
+ - IP geolocation
279
+
280
+ ## License
281
+
282
+ This project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE) file.
@@ -1,6 +1,10 @@
1
1
  from setuptools import setup, find_packages
2
2
  import os
3
3
 
4
+ # READING README.MD FOR LONG DESCRIPTION
5
+ with open("README.md", "r", encoding="utf-8") as fh:
6
+ long_description = fh.read()
7
+
4
8
  # READING REQUIREMENTS FROM FILE
5
9
  required = [
6
10
  "Brotli==1.1.0",
@@ -40,10 +44,28 @@ required = [
40
44
  # SETUP CONFIGURATION FOR PACKAGE DISTRIBUTION
41
45
  setup(
42
46
  name='Open-AutoTools',
43
- version='0.0.2.post1',
47
+ version='0.0.2.post2',
44
48
  packages=find_packages(),
45
49
  include_package_data=True,
46
50
  install_requires=required,
51
+
52
+ # METADATA FOR PYPI
53
+ author="BabylooPro",
54
+ author_email="maxremy.dev@gmail.com",
55
+ description="A suite of automated tools accessible via CLI with a simple `autotools` command",
56
+ long_description=long_description,
57
+ long_description_content_type="text/markdown",
58
+ url="https://github.com/BabylooPro/Open-AutoTools",
59
+ project_urls={
60
+ "Bug Tracker": "https://github.com/BabylooPro/Open-AutoTools/issues",
61
+ },
62
+ classifiers=[
63
+ "Programming Language :: Python :: 3",
64
+ "License :: OSI Approved :: MIT License",
65
+ "Operating System :: OS Independent",
66
+ ],
67
+ python_requires=">=3.6",
68
+
47
69
  entry_points='''
48
70
  [console_scripts]
49
71
  autotools=autotools.cli:autotools
@@ -1,37 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: Open-AutoTools
3
- Version: 0.0.2.post1
4
- License-File: LICENSE
5
- Requires-Dist: Brotli==1.1.0
6
- Requires-Dist: certifi==2024.2.2
7
- Requires-Dist: charset-normalizer==3.3.2
8
- Requires-Dist: click==8.1.3
9
- Requires-Dist: cryptography==42.0.2
10
- Requires-Dist: idna==3.6
11
- Requires-Dist: importlib-metadata==7.0.1
12
- Requires-Dist: joblib==1.3.2
13
- Requires-Dist: Levenshtein==0.25.0
14
- Requires-Dist: mutagen==1.47.0
15
- Requires-Dist: platformdirs==4.2.0
16
- Requires-Dist: pycryptodomex==3.20.0
17
- Requires-Dist: pyperclip==1.8.2
18
- Requires-Dist: python-Levenshtein==0.25.0
19
- Requires-Dist: rapidfuzz==3.6.1
20
- Requires-Dist: regex==2023.12.25
21
- Requires-Dist: requests>=2.32.2
22
- Requires-Dist: textblob==0.18.0.post0
23
- Requires-Dist: tomli==2.0.1
24
- Requires-Dist: tqdm==4.66.2
25
- Requires-Dist: urllib3==2.2.1
26
- Requires-Dist: websockets==13.0.1
27
- Requires-Dist: yapf==0.40.2
28
- Requires-Dist: yt-dlp>=2024.3.10
29
- Requires-Dist: zipp==3.17.0
30
- Requires-Dist: translate==3.6.1
31
- Requires-Dist: langdetect==1.0.9
32
- Requires-Dist: deep-translator==1.11.4
33
- Requires-Dist: netifaces>=0.11.0
34
- Requires-Dist: speedtest-cli>=2.1.3
35
- Requires-Dist: psutil>=5.9.0
36
- Requires-Dist: setuptools>=40.8.0
37
- Dynamic: requires-dist
@@ -1,37 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: Open-AutoTools
3
- Version: 0.0.2.post1
4
- License-File: LICENSE
5
- Requires-Dist: Brotli==1.1.0
6
- Requires-Dist: certifi==2024.2.2
7
- Requires-Dist: charset-normalizer==3.3.2
8
- Requires-Dist: click==8.1.3
9
- Requires-Dist: cryptography==42.0.2
10
- Requires-Dist: idna==3.6
11
- Requires-Dist: importlib-metadata==7.0.1
12
- Requires-Dist: joblib==1.3.2
13
- Requires-Dist: Levenshtein==0.25.0
14
- Requires-Dist: mutagen==1.47.0
15
- Requires-Dist: platformdirs==4.2.0
16
- Requires-Dist: pycryptodomex==3.20.0
17
- Requires-Dist: pyperclip==1.8.2
18
- Requires-Dist: python-Levenshtein==0.25.0
19
- Requires-Dist: rapidfuzz==3.6.1
20
- Requires-Dist: regex==2023.12.25
21
- Requires-Dist: requests>=2.32.2
22
- Requires-Dist: textblob==0.18.0.post0
23
- Requires-Dist: tomli==2.0.1
24
- Requires-Dist: tqdm==4.66.2
25
- Requires-Dist: urllib3==2.2.1
26
- Requires-Dist: websockets==13.0.1
27
- Requires-Dist: yapf==0.40.2
28
- Requires-Dist: yt-dlp>=2024.3.10
29
- Requires-Dist: zipp==3.17.0
30
- Requires-Dist: translate==3.6.1
31
- Requires-Dist: langdetect==1.0.9
32
- Requires-Dist: deep-translator==1.11.4
33
- Requires-Dist: netifaces>=0.11.0
34
- Requires-Dist: speedtest-cli>=2.1.3
35
- Requires-Dist: psutil>=5.9.0
36
- Requires-Dist: setuptools>=40.8.0
37
- Dynamic: requires-dist