Metadata-Version: 2.1
Name: simple-pipes
Version: 0.2.0
Summary: Subprocess utils
Home-page: https://github.com/JoelLefkowitz/pipes
Author: Joel Lefkowitz
Author-email: joellefkowitz@hotmail.com
License: UNKNOWN
Description: # Pipes
        
        Subprocess utils
        
        ### Status
        
        | Source     | Shields                                                        |
        | ---------- | -------------------------------------------------------------- |
        | Project    | ![license][license] ![release][release]                        |
        | Publishers | [![pypi][pypi]][pypi_link]                                     |
        | Downloads  | ![pypi_downloads][pypi_downloads]                              |
        | Raised     | [![issues][issues]][issues_link] [![pulls][pulls]][pulls_link] |
        
        ### Installing
        
        To install the package from pypi:
        
        ```bash
        pip install simple_pipes
        ```
        
        Alternatively, you can clone the repo and build the package locally.
        
        ### Docs
        
        Additional details are available in the [full documentation](https://pipes.readthedocs.io/en/latest/).
        
        To generate the documentation locally:
        
        ```bash
        multi-job docs
        ```
        
        ### Tests
        
        Unit tests and behaviour tests are written with the pytest framework.
        
        To run tests:
        
        ```bash
        multi-job tests
        ```
        
        Additionally, an html report will be saved to the local directory.
        
        ### Contributing
        
        Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.
        
        ### Versioning
        
        [SemVer](http://semver.org/) is used for versioning. For a list of versions available, see the tags on this repository.
        
        Bump2version is used to version and tag changes.
        For example:
        
        ```bash
        bump2version patch
        ```
        
        Releases are made on every major change.
        
        ### Author
        
        - **Joel Lefkowitz** - _Initial work_ - [Joel Lefkowitz](https://github.com/JoelLefkowitz)
        
        See also the list of contributors who participated in this project.
        
        ### License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ### Acknowledgments
        
        None yet!
        
        <!--- Table links --->
        
        [license]: https://img.shields.io/github/license/joellefkowitz/pipes
        [release]: https://img.shields.io/github/v/tag/joellefkowitz/pipes
        [pypi_downloads]: https://img.shields.io/pypi/dw/simple_pipes
        [pypi]: https://img.shields.io/pypi/v/simple_pipes "PyPi"
        [pypi_link]: https://pypi.org/project/simple_pipes
        [issues]: https://img.shields.io/github/issues/joellefkowitz/pipes "Issues"
        [issues_link]: https://github.com/JoelLefkowitz/pipes/issues
        [pulls]: https://img.shields.io/github/issues-pr/joellefkowitz/pipes "Pull requests"
        [pulls_link]: https://github.com/JoelLefkowitz/pipes/pulls
        
Keywords: subprocess,pipes
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: dist
