Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init poetry #9

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft

Init poetry #9

wants to merge 2 commits into from

Conversation

Tanvir1337x
Copy link
Owner

@Tanvir1337x Tanvir1337x commented Jan 2, 2025

Summary by Sourcery

Build:

  • Introduce Poetry for dependency management and building the project.

@Tanvir1337x Tanvir1337x added the enhancement New feature or request label Jan 2, 2025
Copy link

sourcery-ai bot commented Jan 2, 2025

Reviewer's Guide by Sourcery

This pull request introduces Poetry for dependency management and build system configuration. It adds pyproject.toml to define project metadata, dependencies (Python 3.11, tqdm, requests, inquirerpy), and build system settings. A poetry.lock file is generated to lock dependency versions, and poetry.nix is added for Nix integration, setting up a development shell with Poetry and Python 3.11.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Added Poetry for dependency management and build system configuration.
  • Defined project metadata (name, version, description, author, license, readme) in pyproject.toml.
  • Specified project dependencies (Python 3.11, tqdm, requests, inquirerpy) in pyproject.toml.
  • Configured the build system using Poetry in pyproject.toml.
  • Generated poetry.lock to lock dependency versions.
  • Created poetry.nix for Nix integration and development shell setup.
pyproject.toml
poetry.lock
poetry.nix

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

deepsource-io bot commented Jan 2, 2025

Here's the code health analysis summary for commits 6ee1ee6..e6c2ed2. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant