ospa

OS extension


License
MIT
Install
pip install ospa==0.0.1

Documentation

Build Status Coverage Status Language grade: Python Documentation Status

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:

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