Skip to content

Kwentar/ospa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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