Metadata-Version: 2.1
Name: ospa
Version: 0.0.1
Summary: OS extension
Home-page: https://github.com/kwentar/ospa
Author: Aleksei Alekseev
Author-email: alekseev.yeskela@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

[![Build Status](https://travis-ci.org/Kwentar/ospa.svg?branch=master)](https://travis-ci.org/Kwentar/ospa) 
[![Coverage Status](https://coveralls.io/repos/github/Kwentar/ospa/badge.svg?branch=master)](https://coveralls.io/github/Kwentar/ospa?branch=master) 
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Kwentar/ospa.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Kwentar/ospa/context:python) 
[![Documentation Status](https://readthedocs.org/projects/ospa/badge/?version=latest)](https://ospa.readthedocs.io/en/latest/?badge=latest)

# OSpa
OSpa is the syntactic sugar for python os package.
 ### todo:
- [ ] Sugar for specific data, like get_all_images
- [ ] Template param for file names
- [ ] automate deploy on pypi

### for release:
- [ ] deploy on pypi
- [ ] github badges (~~travis ci~~, ~~test coverhance~~, ~~docs~~, pypi, ~~code quality~~)

### done:
- [x] listdir with all default parameters
- [x] deploy on test.pypi
- [x] convert . and .. in values
- [x] only files parameter
- [x] Test dummy folder
- [x] unittests
- [x] docstrings
- [x] Function for removing root path, return only files names
- [x] Add walk (os.walk) parameter
- [x] Add file extension filter in listdir function
- [x] Fix issue with ..


<p align="center"><a href="https://www.python.org/" alt="forthebadge made-with-python">
        <img src="http://ForTheBadge.com/images/badges/made-with-python.svg" /></a></p>

