Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 634 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 634 Bytes

CVL Dummy Python Module 🍸

This repository contains a simple python module.

Building

Requirements

Build Steps

  • Open this directory (containing the setup.py) in a command line
  • Type
python setup.py install

Testing

  • For the cmd example dir to this folder (containing the setup.py)
python lib/mymodule/script.py C:\valid-path 5
  • Now you can call functions like this:
python
import mymodule
mymodule.helper.hfunction()
mymodule.filefunction("C:/valid-path", 5)

Links