Skip to content

Commit

Permalink
implemented async, asyncio & aiohttp. Refactored most logic and impro…
Browse files Browse the repository at this point in the history
…ved visuals. removed threading and multiprocessing
  • Loading branch information
rifsxd committed Mar 18, 2024
1 parent 6643c8d commit e0699f4
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 104 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ Usage :
$ pydvpl --mode verify -path /path/to/verify

$ pydvpl --mode verify -path /path/to/verify/verify.yaml.dvpl
$ pydvpl --mode decompress --path /path/to/decompress/compress.yaml.dvpl --threads 10

$ pydvpl --mode compress --path /path/to/decompress/compress.yaml --threads 10

$ pydvpl --mode compress --path /path/to/decompress/compress.yaml --compression hc
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pydvpl"
description = "A CLI Tool Coded In Python3 To Convert WoTB ( Dava ) SmartDLC DVPL File Based On LZ4 High Compression."
readme = "README.md"
version = "1.0.0"
version = "1.1.0"
authors = [{ name = "RifsxD", email = "support@rxd-mods.xyz" }]
license = { text = "MIT License" }
requires-python = ">=3.10"
Expand All @@ -14,8 +14,8 @@ classifiers = [
]
dependencies = [
"lz4>=4.3.3",
"setuptools>=69.2.0",
"requests>=2.31.0"
"packaging>=24.0",
"aiohttp>=2.31.0"
]

[project.scripts]
Expand Down
Loading

0 comments on commit e0699f4

Please sign in to comment.