biocsetup package

Submodules

biocsetup.cli module

biocsetup.create_repository module

biocsetup.create_repository.create_repository(project_path, description='Add a short description here!', license='MIT')[source]

Create a new BiocPy Python package repository.

Parameters:
  • project_path (str) – Path where the new project should be created.

  • description (Optional[str]) – Optional project description.

  • license (str) – License to use. Defaults to ‘MIT’.

Return type:

None

Module contents