Metadata-Version: 2.4
Name: py3dbl
Version: 1.0.0
Summary: A powerful tool for 3D bin packing problem solving
Author-email: Giuliano Pardini <giulianpardini@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Giulian7/py3dbl
Project-URL: Issues, https://github.com/Giulian7/py3dbl/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# About this project

	This project is a complete  

# How to run and test

	1. Clone this repository on your machine
	2. Create a virtual enviroment (e.g. *python3 -m venv "enviroment_name"*)
	3. Install the required packages as of *requirements.txt* (e.g. *pip install -r requirements.txt*)
	4. Execute *test.ipynb* and enjoy the visit (to execute a jupyter notebook simply run *jupyter notebook "notebook_name"*)
