Skip to content

Refactor code into python module #1

@runck014

Description

@runck014
project_name/
├── LICENSE
├── README.md
├── pyproject.toml
├── setup.py
├── setup.cfg
├── MANIFEST.in
├── .gitignore
├── docs/
│   ├── conf.py
│   ├── index.rst
│   └── ...
├── project_name/
│   ├── __init__.py
│   ├── module1.py
│   ├── module2.py
│   └── subpackage/
│       ├── __init__.py
│       └── ...
├── tests/
│   ├── __init__.py
│   ├── test_module1.py
│   ├── test_module2.py
│   └── ...
└── examples/
    ├── example1.py
    └── ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions