Metadata-Version: 2.1
Name: silverthrone
Version: 0.0.1b0
Summary: A small utility package
Home-page: https://github.com/TERMGOD/silverthrone
Author: TERMGOD
Author-email: TERMGOD <termgod404@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/TERMGOD/silverthrone
Project-URL: Bug Tracker, https://github.com/TERMGOD/silverthrone/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Silverthrone
![PyPI](https://img.shields.io/pypi/v/silverthrone) ![PyPI - Downloads](https://img.shields.io/pypi/dm/silverthrone) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/silverthrone) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/TERMGOD/silverthrone) ![GitHub issues](https://img.shields.io/github/issues/TERMGOD/silverthrone) ![GitHub contributors](https://img.shields.io/github/contributors/TERMGOD/silverthrone) ![GitHub](https://img.shields.io/github/license/TERMGOD/silverthrone) ![GitHub Repo stars](https://img.shields.io/github/stars/TERMGOD/silverthrone?style=social)<br />

Just a python library to make some repetitive things easier and useful things more accessible.

## Installation
### PyPI
```bash 
pip install silverthrone
```
### Build from source
```bash
git clone https://github.com/TERMGOD/silverthrone.git
cd silverthrone
python setup.py bdist_wheel
```
Now the wheel is built, we just need to pip install it.
```bash
py -m pip install ./dist/silverthrone-<version>-py3-none-any.whl
                            or
pip install ./dist/silverthrone-<version>-py3-none-any.whl
```
Make sure to replace `<version>` with the current version of the library.

## Docs
Soon

## Credits
Event System - [timofurrer](https://github.com/timofurrer/observable)<br/>
IP Scanner - [MaamounBenhafsa](https://github.com/MaamounBenhafsa/ip-ranger-scaner)

