Metadata-Version: 2.1
Name: pybiouml
Version: 1.0.0
Summary: Python package for using BioUML
Home-page: https://www.biouml.org/
Author: Mikhail Kulyashov & Semyon Kolmykov, Biosoft.ru
Author-email: m.kulyashov@dote.ru
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Biosoft-ru/pybiouml/issues
Project-URL: Source Code, https://github.com/Biosoft-ru/pybiouml
Project-URL: Documentation, https://pybiouml.readthedocs.io/en/latest/source/api/pybiouml.html
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pybiouml

[BioUML](https://www.biouml.org/) - an integrated environment
for systems biology and collaborative analysis of biomedical data.
This library is a python interface which gives an opportunity to use BioUML 
through python scripts.
 
## Documentation

Documentation and use cases for pybiouml are presented available here:   
[Documentation and use cases](https://pybiouml.readthedocs.io/en/latest/source/api/pybiouml.html) 

## Instalation
For library instalation you can use the package 
manager [pip]().

```bash
pip install pybiouml 
```

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

