Metadata-Version: 2.4
Name: valkyrie-tools
Version: 1.5.3
Summary: Valkyrie Tools
Project-URL: Homepage, https://github.com/xransum/valkyrie-tools
Project-URL: Repository, https://github.com/xransum/valkyrie-tools
Project-URL: Documentation, https://valkyrie-tools.readthedocs.io
Project-URL: Changelog, https://github.com/xransum/valkyrie-tools/releases
Author-email: xransum <xransum@users.noreply.github.com>
License: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4.0,>=3.8
Requires-Dist: appdirs>=1.4.4
Requires-Dist: art>=6.1
Requires-Dist: beautifulsoup4>=4.12.2
Requires-Dist: click>=7.0
Requires-Dist: ipwhois>=1.2.0
Requires-Dist: packaging>=20.9
Requires-Dist: pexpect>=4.8.0
Requires-Dist: python-whois<0.9.6,>=0.8.0
Requires-Dist: sphinx-click>=5.0.1
Requires-Dist: sphinx-rtd-theme>=1.3.0
Requires-Dist: tomlkit>=0.7
Requires-Dist: types-beautifulsoup4>=4.12.0
Requires-Dist: types-requests>=2.31.0
Requires-Dist: validators>=0.22.0
Description-Content-Type: text/markdown

<div align="center">

# Valkyrie Tools

A collection of tools and scripts for making the life of security analysts
easier, faster, and more efficient.

  <img src="https://raw.githubusercontent.com/xransum/valkyrie-tools/main/docs/images/logo.png" width="20%" style="border-radius: 10%">

  <br />

[![Tests](https://github.com/xransum/valkyrie-tools/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/xransum/valkyrie-tools/branch/main/graph/badge.svg)][codecov]
[![PyPI](https://img.shields.io/pypi/v/valkyrie-tools.svg)][pypi_]
[![Python Version](https://img.shields.io/pypi/pyversions/valkyrie-tools)][python version]

[![Python Black](https://img.shields.io/badge/code%20style-black-000000.svg?label=Style)](https://github.com/xransum/valkyrie-tools)
[![Read the documentation at https://valkyrie-tools.readthedocs.io/](https://img.shields.io/readthedocs/valkyrie-tools/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Downloads](https://pepy.tech/badge/valkyrie-tools)](https://pepy.tech/project/valkyrie-tools)
[![License](https://img.shields.io/pypi/l/valkyrie-tools)][license]

</div>

## Installation

Install `valkyrie-tools` from the Python Package Index:

```bash
$ pip install valkyrie-tools
```

or

```bash
$ python3 -m pip install valkyrie-tools
```

## Requirements

- Python 3.8+

## Reference

For a complete list of available functions and classes, please refer to the [reference][reference].

## Usage

For usage instructions, please refer to the [usage][usage] documentation.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_valkyrie-tools_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was built off of the sweat and tears
of the the bad actors it was built to fight.

<!-- github-only -->

[pypi_]: https://pypi.org/project/valkyrie-tools/
[python version]: https://pypi.org/project/valkyrie-tools
[read the docs]: https://valkyrie-tools.readthedocs.io/
[reference]: https://valkyrie-tools.readthedocs.io/en/latest/reference/
[usage]: https://valkyrie-tools.readthedocs.io/en/latest/
[tests]: https://github.com/xransum/valkyrie-tools/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/xransum/valkyrie-tools
[@xransum]: https://github.com/xransum
[nox]: https://nox.thea.codes/
[poetry]: https://python-poetry.org/
[constraints file]: https://pip.pypa.io/en/stable/user_guide/#constraints-files
[file an issue]: https://github.com/xransum/valkyrie-tools/issues
[keyword-only parameter]: https://docs.python.org/3/glossary.html#keyword-only-parameter
[nox.sessions.session.install]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.install
[nox.sessions.session.run]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.run
[pip install]: https://pip.pypa.io/en/stable/reference/pip_install/
[pip]: https://pip.pypa.io/
[pipx]: https://pipxproject.github.io/pipx/
[license]: https://github.com/xransum/valkyrie-tools/blob/main/LICENSE
[contributor guide]: https://github.com/xransum/valkyrie-tools/blob/main/CONTRIBUTING.md
