Metadata-Version: 2.4
Name: pyurlquerycli
Version: 1.5
Summary: A simple Python script to interact with urlquery.net APIs from CLI
Author-email: tdebize@mail.com
License-Expression: LGPL-3.0-or-later
Project-URL: Homepage, https://github.com/maaaaz/pyurlquerycli/
Keywords: urlquery,url,malware,phishing,analyze,sandbox,api,cli
Classifier: Topic :: Security
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: w3lib
Requires-Dist: validators

pyurlquerycli
=============

Description
-----------
A simple script to interact with urlquery.net APIs from CLI.


Usage
-----
```
$ pip install pyurlquerycli
$ pyurlquerycli -h
usage: pyurlquerycli.py [-h] -i INPUT_FILE [-k API_KEY] [{submit,check}]

version: 1.4

positional arguments:
  {submit,check}        Action to do on urlquery.net (default 'submit')

options:
  -h, --help            show this help message and exit

common parameters:
  -i, --input-file INPUT_FILE
                        Input file (either list of newline-separated FQDN or URL (for submitting) || submission UUID (for checking
                        reports)
  -k, --api-key API_KEY
                        API key (could either be provided in the "SECRET_URLQUERY_APIKEY" env var)
```
  

Changelog
---------
* version 1.3->1.4 - 2025-09-03: Migration to pyproject.toml after few tests
* version 1.0 - 2025-08-03: Initial commit

Copyright and license
---------------------

pyurlquerycli is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pyurlquerycli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  

See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License along with pyurlquerycli. 
If not, see http://www.gnu.org/licenses/.

Contact
-------
* Thomas Debize < tdebize at mail d0t com >
