Metadata-Version: 2.0
Name: fluiddevops
Version: 0.0.0b0
Summary: Console scripts to make DevOps easier.
Home-page: http://bitbucket.org/gfdyn/fluiddevops
Author: Ashwin Vishnu Mohanan
Author-email: avmo@kth.se
License: CeCILL
Keywords: DevOps,continuous integration,testing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: configparser
Requires-Dist: hg-git
Requires-Dist: mercurial

FluidDevOps is a small package which provides some console scripts to make DevOps
easier.

See directory `docker` for more on running Docker containers.

## Installation

```
python setup.py develop
```

## Features

- `python -m fluiddevops.mirror` or `fluidmirror` to setup hg to git mirroring
  for a group of packages and periodically check for updates

```
usage: fluidmirror [-h] [-c CFG] {list,clone,set-remote,pull,push} ...

positional arguments:
  {list,clone,set-remote,pull,push}
                        sub-command
    list                list all configured repositories
    clone               clone all repositories based on config
    set-remote          set remote path in hgrc of all configured repositories
    pull                pull all configured repositories
    push                push all configured repositories
    sync                sync all configured repositories

optional arguments:
  -h, --help            show this help message and exit
  -c CFG, --cfg CFG     config file
```


