Skip to content

Implementations of various decision-making models in Python

License

Notifications You must be signed in to change notification settings

bpesquet/decisionpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decisionpy

Implementations of various decision-making models in Python.

Toolchain

This project is built with the following software:

  • Poetry for dependency management and deployment;
  • Black for code formatting;
  • Pylint to detect programming mistakes before execution;
  • pytest for unit testing;
  • A GitHub Action to check the code upon each push.

Development notes

Here are some useful commands for running this project:

# Reformat all Python files
black .

# Check the code for mistakes
pylint decisionpy tests

# Run all unit tests
pytest

License

MIT.

Copyright © 2024-present Baptiste Pesquet.

About

Implementations of various decision-making models in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages