Skip to content

Find DLL dependencies required for a set of Windows binaries

License

Notifications You must be signed in to change notification settings

UB-Mannheim/ldll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldll

A Python package for ldll.

Installation

pip install ldll

Usage

from ldll import example_function

result = example_function("example")

Development

To set up the development environment:

  1. Clone the repository
  2. Create a virtual environment
  3. Install development dependencies:
    pip install -e ".[dev]"

Build Package

Update the version in pyproject.toml before running the following commands.

# Remove relicts from previous builds.
rm -rvf dist
# Build package.
python -m build
# Upload package to test.pypi.org.
python3 -m twine upload --repository testpypi dist/*

Testing

Run tests with pytest:

pytest

License

MIT License - see LICENSE file for details.

About

Find DLL dependencies required for a set of Windows binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages