Metadata-Version: 2.1
Name: rdf2puml
Version: 1.2.0
Summary: Tool for Creating plantuml Files from rdf model.
Home-page: https://github.com/dfriedenberger/rdf2puml.git
Author: Dirk Friedenberger
Author-email: projekte@frittenburger.de
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rdflib
Requires-Dist: obse

# rdf2puml
Create plantuml documentation from rdf model 


## Installation

```bash
pip install rdf2puml
```

## Installation for development purposes
```
pip install -e .   
```

## Usage

```
rdf2puml --help
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Authors and acknowledgment

- For readme file I used format from https://www.makeareadme.com/

## License
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
