AI powered Git repository analysis and reporting
Project description
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
- Clone the repository
- 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. - 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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file gitmind-0.0.1.tar.gz
.
File metadata
- Download URL: gitmind-0.0.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f56025f35b19bdadf488bc7f7a687f47f476c1044e97e2e886dc1fcdc9e1188 |
|
MD5 | 5fa738074a35ca33aecafa53c664af2e |
|
BLAKE2b-256 | 26e4c5dcb7ba82b345034b7ede39f789ca3500407ece4989ca7c96b0ef51a99c |