You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The structure of the project can use the src layout or flat layout. The “src layout” moving the code that is intended to be importable into a subdirectory. This subdirectory is typically named src. "Flat layout" refers to organising a project's files in a folder or repository so that the various configuration files and import packages are all in the top-level directory. You can read about their differences at https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/
Finding common security problems in Python code using bandit
Offers the option to use pydocstyle for checking compliance with Python documentation conventions.
Finds unused code in Python programs using vulture.
To automatically detect overly complex code based on cyclomatic complexity, the template gives you the option to use the McCabe library, which is included via flake8.
Provides the option to add initial files that allow you to run and orchestrate containers using Docker or Podman in your project.
Organization/Project Structure
SciCookie is under the Open Science Labs Incubator Program
@xmnlab thank you for applying to the internship project program.
We're pleased to inform you that your application is complete and in excellent condition.
Our team will review it and get back to you shortly with further details.
We appreciate your interest in joining our program.
All the best.
Organization/Project Name
SciCookie
Organization/Project Webpage URL
https://osl-incubator.github.io/scicookie
Organization/Project Introduction
SciCookie is a template developed by https://opensciencelabs.org/ that creates projects from project templates.
Organization/Project Summary
Key Features:
Offers the option to use pydocstyle for checking compliance with Python documentation conventions.
Organization/Project Structure
SciCookie is under the Open Science Labs Incubator Program
Applicant's Full Name
Ivan Ogasawara
Applicant's Email
[email protected]
Code of Conduct Agreement
Code of Conduct.
Project Ideas Document Link
osl-incubator/scicookie#192
The text was updated successfully, but these errors were encountered: