Skip to main content

Python Binary Tools

Project description

Copyright (c) 2022 Jérémie DECOCK (www.jdhp.org)

Description

Python Binary Tools

Note:

This project is still in beta stage, so the API is not finalized yet.

Dependencies

C.f. requirements.txt

Installation

Gnu/Linux

Posix (Linux, MacOSX, WSL, …)

From the binutils source code:

conda deactivate         # Only if you use Anaconda...
python3 -m venv env
source env/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 setup.py develop

Windows

From the binutils source code:

conda deactivate         # Only if you use Anaconda...
python3 -m venv env
env\Scripts\activate.bat
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 setup.py develop

Documentation

Example usage

Build and run the Python Docker image

Build the docker image

From the binutils source code:

docker build -t binutils:latest .

Run unit tests from the docker container

From the binutils source code:

docker run binutils pytest

Run an example from the docker container

From the binutils source code:

docker run binutils python3 /app/examples/hello.py

Bug reports

To search for bugs or report them, please use the binutils Bug Tracker at:

https://gitlab.com/jdhp/binutils/issues

License

This project is provided under the terms and conditions of the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

binutils-0.3.dev1.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

binutils-0.3.dev1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page