Metadata-Version: 2.1
Name: mirto-asip-manager
Version: 1.0.5
Summary: Serial manager for Mirto robot services
Home-page: https://github.com/jarzab3/mirto_asip_manager
Author: Adam Jarzebak
Author-email: adam@jarzebak.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Asip serial manager
Package allows to communicate with MirtoRobot via serial port.
 This package can be installed directly on Raspberry Pi

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

```
1) python3
2) pip3
3) serial
```

### Installing

```
1) apt-get install python3
```
```
2) apt-get install pip3
```
```
3) sudo install pip pyserial
```
```
4) pip install mirto_asip_manager
4.1) pip install --user . --no-cache-dir (When installing local files)
```

## Running the tests

Explain how to run the automated tests for this system

### Break down into end to end tests

Explain what these tests test and why

```
Give an example
```

### And coding style tests

Explain what these tests test and why

```
Give an example
```

## Deployment

Add additional notes about how to deploy this on a live system

## Built With
```
?
```
## Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [PEP 440](https://www.python.org/dev/peps/pep-0440/) for versioning.
PEP 440 Version Identification and Dependency Specification

## Authors

* **Adam Jarzebak** - *Computer Scientists* - [Github](https://github.com/jarzab3)

## License

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

## Acknowledgments



