An open API service indexing awesome lists of open source software.

https://github.com/cwahn/rcm

Recursive Component Model implementation on Django ORM utilizing EWDAG
https://github.com/cwahn/rcm

Last synced: about 1 year ago
JSON representation

Recursive Component Model implementation on Django ORM utilizing EWDAG

Awesome Lists containing this project

README

          

# RCM
Recursive Component Model implementation on Django ORM utilizing EWDAG.

## Concept
```bnf
Component ::= Part
| 'set` (Component, N)
```

## Features
- No cyclic component definition
- No part only data for component
- No component only data for part
- No sub-component for part
- Number of parts of a component