https://github.com/gianptdev/class-node
Collection of multiple node objects to build different types of object structures.
https://github.com/gianptdev/class-node
collection general-purpose node nodes oop simple
Last synced: 3 months ago
JSON representation
Collection of multiple node objects to build different types of object structures.
- Host: GitHub
- URL: https://github.com/gianptdev/class-node
- Owner: GianptDev
- License: mit
- Created: 2022-06-16T07:24:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T16:36:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T11:24:16.925Z (5 months ago)
- Topics: collection, general-purpose, node, nodes, oop, simple
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelogs.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
node-class
This is a collection of classes to construct different types of connected objects structure.
The code is intended to be used as an example for creating such structures but can be used directly because is tested and written for multiple languages.
Documentation is written in the **docs/** folder and scripts contain comments that support [vscode](https://code.visualstudio.com) hinting.
______
## WARNING: CURRENTLY NOT RELEASED
Buxfixes and features are being implemented, wait for them to be fixed first.______
______
>
![]()
>
> ## Installation
>
> To get a copy of the library you need to follow these steps:
>
> 1. Go to the [release menu](https://github.com/GianptDev/nodelib/releases).
> 2. Select the version you wish.
> 3. Download the zip with the desired language.
> 4. Import or copy the script inside your code.______
>
![]()
>
> ## Features
>
> - ChainNode, RelationNode, TreeNode structure.
> - Node iterations methods and path structure.
>
> Changelogs are documented [here](changelogs.md)______
>
![]()
>
> ## Contribute
>
> If you want to help you can ask for features in the [issues menu](https://github.com/GianptDev/nodelib/issues), if you find bugs make sure to make a detailed description with sample code.