expert system code generator
Project description
Prolog Expert system code generator
Library generate prolog code for expert system from CSV file.
Installation
pip install -i pip install Prolog-Code-Generator
How to use:
-
Create csv file like this:
| Name | param1 | param2 | param3 | |------- |-------- |-------- |-------- | | name1 | good | good | good | | name3 | bad | bad | bad | -
Go on:
import prolog_code_generator as cg
data = cg.get_template(path = "file_path.csv",delimer = ";")
example = cg.CodeGenerator(data="data")
example.csv_to_code(output_path="output/filename")
See more in examples.
Contribution
If you wanna contribute just create issue with tag [eq. bug, feture]. If you wanna change something in code create your own branch from dev branch and next create pull request to this branch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Prolog Code Generator-1.0.0.tar.gz.
File metadata
- Download URL: Prolog Code Generator-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58b11439949748cfd5a7bca56a7b31163bb02e49d69c1832cc0db60bc2c55a57
|
|
| MD5 |
9b7fa2546ebd567b4c0b88e0874046f0
|
|
| BLAKE2b-256 |
7dac5706cde0ceadab33f5a82c2d769aa219d8e948546c9c9101f282d2372125
|
File details
Details for the file Prolog_Code_Generator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Prolog_Code_Generator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f44677a8a908ba21e14353bed8cf3b39ba911f1928bbc949ad6729258e0e884
|
|
| MD5 |
57785e247191ad5d7b7fde78d4ad3a06
|
|
| BLAKE2b-256 |
57fb290efefce679bfe84e9a00ba13763902fdcefa19eaff4cf5540d3b55e711
|