Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-26 | 377 Bytes | |
v0.1.2 source code.tar.gz | 2023-09-26 | 5.2 MB | |
v0.1.2 source code.zip | 2023-09-26 | 5.3 MB | |
Totals: 3 Items | 10.5 MB | 0 |
What's Changed
🔐 Security
- Implement custom tree generation method in pure Python. Removes overhead of dependency Tree command and mitigates risk associated with executing the command using the subprocess module @eli64s (#53)
🛠 Maintenance
- Refactor small details of codebase to improve readability and fix various small bugs @eli64s (#54)