Skip to content

Commit

Permalink
Merge pull request #4 from ForceFledgling/dev
Browse files Browse the repository at this point in the history
add: ability to use it via terminal
  • Loading branch information
ForceFledgling authored Nov 5, 2023
2 parents 08bfb85 + f1578d8 commit e84675a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxyhub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__title__ = 'proxyhub'
__package__ = 'proxyhub'
__version__ = '0.0.1a1'
__version__ = '0.0.1a2'
__short_description__ = 'An advanced [Finder | Checker | Server] tool for proxy servers, supporting both HTTP(S) and SOCKS protocols.'
__author__ = 'ForceFledgling'
__author_email__ = '[email protected]'
Expand Down
2 changes: 2 additions & 0 deletions py2exe_entrypoint.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import proxyhub.cli as proxyhub_cli
proxyhub_cli.cli()
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "proxyhub"
version = "0.0.1-alpha1"
version = "0.0.1-alpha2"
description = "An advanced [Finder | Checker | Server] tool for proxy servers, supporting both HTTP(S) and SOCKS protocols."
authors = ["ForceFledgling - Din Grogu <[email protected]>"]
repository = "https://github.com/ForceFledgling/proxyhub"
Expand Down Expand Up @@ -53,6 +53,9 @@ pytest-cov = "^3.0.0"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
proxyhub = "proxyhub.cli:cli"

[tool.black]
py36 = true
line-length = 88
Expand Down

0 comments on commit e84675a

Please sign in to comment.