Metadata-Version: 2.1
Name: ciopath
Version: 0.2.0
Summary: Object-oriented platform-transparent path manipulations.
Home-page: https://github.com/ConductorTechnologies/sequence
Author: conductor
Author-email: info@conductortech.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: future (>=0.18.2)

# ciopath
Object-oriented platform-transparent path manipulations

## Install

```bash
pip install ciopath
```

## Usage

## Test

```
python -m unittest discover -v -s ./tests  -p 'test_*.py'
```

## Contributing

Pull requests welcome. 

## License
[MIT](LICENSE)


