Metadata-Version: 2.4
Name: ultimate-hosts-blacklist-deployment-launcher
Version: 2.0.1
Summary: The deployment launcher of the Ultimate Hosts Blacklist project.
Home-page: https://github.com/Ultimate-Hosts-Blacklist/dev-center/tree/central-repo-updater
Author: funilrys
Author-email: contact@funilrys.com
License: MIT
Keywords: Ultimate Hosts Blacklist
Platform: any
Classifier: Environment :: Console
Classifier: Topic :: Internet
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyFunceble==4.2.28
Requires-Dist: ultimate-hosts-blacklist-whitelist
Requires-Dist: colorama
Requires-Dist: PyGithub
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Deployment launcher

The deployment launcher of the Ultimate-Hosts-Blacklist.

## Installation


```
$ pip3 install --user ultimate-hosts-blacklist-deployment-launcher
```


## Usage

The launcher can be called as `uhb-deployment-launcher`, or `ultimate-hosts-blacklist-deployment-launcher`.


```
usage: ultimate-hosts-blacklist-deployment-launcher [-h] [-d] [-v]

The deployment launcher of the Ultimate Hosts Blacklist project.

optional arguments:
    -h, --help     show this help message and exit
    -d, --debug    Activates the debug mode.
    -v, --version  Show the version end exits.

Crafted with ♥ by Nissar Chababy (Funilrys)
```


# License

```
MIT License

Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Ultimate-Hosts-Blacklist Contributors
Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Nissar Chababy - @funilrys
Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Mitchell Krog - @mitchellkrogza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
