Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 680 Bytes

OSB-DIAGRAM-GENERATOR

osb-diagram-generator is a python library developed to generate uml diagrams in draw.io format of osb services and their references to quickly obtain documentation.

Installation

this library has as dependencies the external libraries.

  • requests==2.32.3
  • configparser==7.0.0
  • drawpyo==0.1.3
  • gitpython==3.1.43

for installation you must run:

pip install -r requirements.txt

Usage


## 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.

## License

[MIT](https://choosealicense.com/licenses/mit/)