Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.52 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.52 KB

Build Status Coverage Status Language grade: Python Documentation Status PyPI version

OSpa

OSpa is the syntactic sugar for python os package.

todo:

  • Template param for file names
  • automate deploy on pypi

for release:

  • Sugar for specific data, like get_all_images
  • Make good readme
  • os proxy functions

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 ..
  • github badges (travis ci, test coverhance, docs, pypi, code quality)
  • deploy on pypi