Skip to main content

A tool for converting git repositories into documents

Project description

Git2Doc

Git2Doc is a Python package for handling Git data. It provides functionality to load and process Git repositories, and supports concurrent file loading for improved performance. The package can be found on PyPI.

Table of Contents

Installation

To install Git2Doc, run the following command:

pip install git2doc

Setup

Before using Git2Doc, make sure to have the following dependencies installed:

  • langchain
  • tiktoken
  • gitpython
  • python-dotenv
  • pandas

You can install them using the following command:

pip install -r requirements.txt

Usage

Loading Git Repositories

The main functionality of Git2Doc is provided by the loader.py module. Here's an example of how to use the pull_code_from_repo function to load a Git repository:

from git2doc.loader import pull_code_from_repo

repo_url = "https://github.com/username/repo.git"
branch = "main"

repo_data = pull_code_from_repo(repo_url, branch)

Getting Top Repositories

You can use the get_top_repos function to fetch the top repositories based on certain criteria:

from git2doc.loader import get_top_repos

n_repos = 10
last_n_days = 30
language = "Python"
sort = "stars"
order = "desc"

top_repos = get_top_repos(n_repos, last_n_days, language, sort, order)

Pipeline Fetch and Load

The pipeline_fetch_and_load function can be used to fetch and load repositories in a single step:

from git2doc.loader import pipeline_fetch_and_load

n_repos = 10
last_n_days = 30
language = "Python"
sort = "stars"
order = "desc"

github_data = pipeline_fetch_and_load(n_repos, last_n_days, language, sort, order)

Contributing

If you'd like to contribute to Git2Doc, feel free to fork the repository and submit a pull request. If you have any questions or issues, please open an issue on the GitHub repository.

License

Git2Doc is released under the MIT License.

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

git2doc-0.2.1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

git2doc-0.2.1-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file git2doc-0.2.1.tar.gz.

File metadata

  • Download URL: git2doc-0.2.1.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for git2doc-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2b70e8bc3583a9e0a5390abbaeac60962388cc4e486f0a8bc6969f4fec66940b
MD5 abeca74541527f4a480f5a8c88b658a0
BLAKE2b-256 c97140d9f51f1e43bc7550ea07e6a3ab353a39981755be51ff5a443e4ef73c99

See more details on using hashes here.

File details

Details for the file git2doc-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: git2doc-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for git2doc-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ef89a58461e24da5a4dc4bd93feabf24d9a1d7867623481f9714ae0acaf9bfc6
MD5 a146bfbb270b5e42eefa5b91027e2ab7
BLAKE2b-256 b36d4b61c45c537c29f2f88242f8e6cfc76d668c3b3b3efaf75462e2f9c03683

See more details on using hashes here.

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