Metadata-Version: 2.1
Name: semrush-cli
Version: 1.0.1
Summary: A command-line tool for interacting with the SEMRush API v3.
Home-page: UNKNOWN
Author: 
Author-email: 
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/gshel/semrush-cli/issues
Project-URL: Source, https://github.com/gshel/semrush-cli
Description: # semrush-cli
        A simple cli tool for interacting with the [SEMRush v3 API](https://www.semrush.com/api-v3/).
        ## Installation
        `pip install semrush-cli`
        ## Usage
        ```
        export SEMRUSH_API_TOKEN=<account token>
        semrush --help
        ```
        
Keywords: semrush,command-line,command-line interface
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Provides-Extra: test
