├── .gitignore ├── LICENSE ├── README.md ├── pipe.py ├── setup.py └── test_pipe.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aber-s-practice/only-pipe/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aber-s-practice/only-pipe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aber-s-practice/only-pipe/HEAD/README.md -------------------------------------------------------------------------------- /pipe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aber-s-practice/only-pipe/HEAD/pipe.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aber-s-practice/only-pipe/HEAD/setup.py -------------------------------------------------------------------------------- /test_pipe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aber-s-practice/only-pipe/HEAD/test_pipe.py --------------------------------------------------------------------------------