Skip to content

Commit

Permalink
Fix typos and update cache mechanism
Browse files Browse the repository at this point in the history
- use sqlite3 instead of plyvel for cache inorder to support windows
- fix typos

Close #1
Close #2
  • Loading branch information
cnfatal committed Nov 18, 2023
1 parent a580300 commit b0d0b95
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 105 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
__pycache__
/build
/dist
/tests
/.vscode
/tmp
/sdk
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ verify_ssl = true
name = "pypi"

[packages]
plyvel = "*"
ratelimit = "*"
requests = "*"

Expand Down
195 changes: 99 additions & 96 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A tools for decompiling and translating Ren'py compiled script files (.rpyc and
Install with pip:

```sh
pip install rpypcdec
pip install rpycdec
```

Decompile a file or directory:
Expand Down
Loading

0 comments on commit b0d0b95

Please sign in to comment.