New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ealib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ealib

An open source Python library for mathematical optimization

  • 0.4.0
  • PyPI
  • Socket score

Maintainers
1

======= PyEALib

Copyright (c) 2014-2024 Jérémie DECOCK jd.jdhp@gmail.com (www.jdhp.org)

Description

An open source Python library for mathematical optimization

Note:

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

Dependencies

PyEALib requires Python 3.11 (or newer) and Python packages listed in the requirements.txt file.

.. _install:

Installation (development environment)

Posix (Linux, MacOSX, WSL, ...)

From the PyEALib 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-dev.txt

Windows

From the PyEALib 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-dev.txt

Installation (production environment)

::

pip install ealib

Documentation

Build and run the Python Docker image

Build the docker image

From the PyEALib source code::

docker build -t ealib:latest .

Run unit tests from the docker container

From the PyEALib source code::

docker run ealib pytest

Run an example from the docker container

From the PyEALib source code::

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

Bug reports

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

https://gitlab.com/jdhp-dev/ealib/issues

License

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

.. _MIT License: http://opensource.org/licenses/MIT .. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc