Metadata-Version: 2.1
Name: replication
Version: 0.8.3
Summary: A prototype object replication lib
Home-page: https://gitlab.com/slumber/replication
Author: Swann Martinez
Author-email: swann.martinez@pm.me
License: GPL3
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# A basic python replication framework prototype

> A simple client/server python objects replication framework 

## Dependencies

| Dependencies | Version | Needed |
|--------------|:-------:|-------:|
| ZeroMQ       | latest  |    yes |

## Contributing

1. Fork it (<https://gitlab.com/yourname/yourproject/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

