Metadata-Version: 2.1
Name: ciopath
Version: 0.1.1
Summary: Object-oriented platform-transparent path manipulations.
Home-page: https://github.com/ConductorTechnologies/sequence
Author: conductor
Author-email: info@conductortech.com
License: UNKNOWN
Description: # 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)
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
