Metadata-Version: 2.1
Name: coben
Version: 0.1.1
Summary: A tool to manage and streamline software project workflows.
Home-page: https://github.com/dingste/coben
Author: Dieter Steuten
Author-email: dieter@dingste.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mkdocs
Requires-Dist: plantuml
Requires-Dist: clang
Requires-Dist: psutil
Requires-Dist: mkdocs-plantuml
Requires-Dist: plantuml-markdown
Requires-Dist: mkdocs-include-markdown-plugin
Requires-Dist: mkdocs-extra-sass-plugin
Requires-Dist: mkdocs-git-revision-date-localized-plugin
Requires-Dist: mkdocs-material
Requires-Dist: mkdocs-material-extensions
Requires-Dist: mkdocs-with-pdf
Requires-Dist: weasyprint
Requires-Dist: regex
Requires-Dist: libsass
Requires-Dist: jinja2
Requires-Dist: mkdocs_puml
Requires-Dist: ruamel.yaml
Requires-Dist: click

# Coben

Coben is a comprehensive tool designed to manage and streamline all aspects of software development. It provides a holistic and hardware-agnostic approach to handle every stage of the development process, from conception and architecture to testing, compiling, code change notifications, and more. The tool ensures synergy across all development disciplines, enhancing overall productivity and efficiency.

## Features

- **Holistic Development Management**: Coben covers every stage of the development lifecycle, ensuring a seamless and integrated workflow.
- **Hardware-Agnostic**: Designed to work with various hardware platforms, including plain systems, ESP32, ARM64, and more.
- **Project Conception and Architecture**: Tools to help you plan and structure your projects effectively.
- **Comprehensive Testing**: Automated testing and validation to maintain high code quality.
- **Compilation and Build Management**: Simplifies the build process across different platforms.
- **Code Change Notifications**: Monitors and notifies about code changes, ensuring all team members are up-to-date.
- **Synergistic Approach**: Every feature is designed to complement others, providing synergy across different development tasks.

## Installation

You can install Coben using pip:

```sh
pip install coben
```

## Usage

### Initialize a New Project

To create a new project:

```sh
coben init <project_name> --platform <platform>
```

### Build the Project

To build the project:

```sh
coben build <project_name>
```

### Check the Project

To perform checks on the project:

```sh
coben check <project_name>
```

### Run the Project

To run the project:

```sh
coben run <project_name>
```

### Monitor the Project

To monitor the project's runtime behavior:

```sh
coben monitor <project_name>
```

### Serve Documentation

To serve the project's documentation using MkDocs:

```sh
coben docu <project_name>
```

### Synchronize Files and Documentation

To synchronize project files and update related documentation:

```sh
coben sync <project_name>
```

### Update Project from Directories

To update UML and documentation from project directories:

```sh
coben from-dirs <project_name>
```

## Project Structure

Coben organizes your project with a well-defined structure:

(TODO)

## Contributing

Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.

## License

This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details.

## Acknowledgements

Special thanks to all contributors and the open-source community for their support and contributions.

