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', rst=False)[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’. rst (bool) – Whether to use ‘markdown’ or ‘rst’. Defaults to False, to use ‘markdown’. Return type: None Module contents¶