Skip to main content

AI powered Git repository analysis and reporting

Project description

GitMind Logo - Light

Gitmind

AI powered Git repository analysis and reporting.

This project is currently in its infancy. The readme will be updated to include more information as the project progresses.

If you find what you are seeing intriguing, go ahead and ⭐️ the repository to show your support.

Local Development

Prerequisites

  • A compatible python version. It's recommended to use pyenv to manage python versions.
  • pdm installed.
  • pre-commit installed.
  • hatch installed,

Setup

  1. Clone the repository
  2. Inside the repository, install the dependencies with:
       pdm install
    
    This will create a virtual env under the git ignored .venv folder and install all the dependencies.
  3. Install the pre-commit hooks:
       pre-commit install && pre-commit install --hook-type commit-msg
    
    This will install the pre-commit hooks that will run before every commit. This includes linters and formatters.

Linting

To lint the codebase, run:

   pdm run lint

Testing

To run the tests, run:

   pdm run test

Tip: You can also run the linters configured in pyproject.toml inside your IDE of choice.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitmind-0.0.1.tar.gz (19.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page