Keywads

Latest version: v0.1.5

Safety actively analyzes 623827 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1

- **Source File Transformation**: Easily convert your varied-format keyword data into a uniform structure for seamless analysis.
- **Keyword Metrics Analysis**: Leverage built-in functions to calculate and rank keywords by competition, search volume, and custom metrics.
- **Flexible Data Handling**: Work with default directory structures or specify custom paths for your data and output files, offering adaptability to fit into any project setup.

Getting Started:
Installation is straightforward with git:
bash
git clone https://github.com/hashangit/keywads.git

Make sure you have Python and `pandas` installed to utilize the library.

Example Usage:
python
from keywads import SourceFileTransformer, KeywordAnalyzer

Transform the source file for standardization
transformer = SourceFileTransformer(source_file_path='data/your_source_file.xlsx')
transformer.load_and_transform_source()
transformer.save_transformed_file()

Analyze keywords to identify top contenders
analyzer = KeywordAnalyzer()
analyzer.run_analysis()


For more detailed instructions, including how to customize paths and integrate Keywads into your projects, please refer to the [README.md](https://github.com/hashangit/keywads/blob/main/README_Updated.md).

Support and Contributions:
Encountered a bug or have a feature request? Please open an issue on our [GitHub repository](https://github.com/hashangit/keywads/issues). Contributions to the Keywads Library are always welcome. Feel free to fork the repo and submit pull requests.

License:
Keywads Library is released under the MIT License. See the LICENSE file for more details.

We hope the Keywads Library empowers your projects with efficient and effective keyword analysis. This is just the beginning, and we look forward to evolving this tool with your feedback and support!

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.