pyoe2-craftpath 0.5.1

A tool for Path of Exile 2 to find the best craftpaths based on the categories: *most likely, most efficient and cheapest*, between a starting item and a target item.
Documentation
1
2
3
4
5
6
7
8
pub mod calculator;
pub mod calculator_utils;
pub mod currency;
pub mod errors;
pub mod item;
pub mod matrix_propagator;
pub mod provider;
pub mod types;