git2doc 📚
A powerful Python library for converting git repositories into documents. git2doc allows you to extract and analyze code from GitHub repositories, making it easier to understand and work with large codebases.
Why git2doc? 🚀
Working with large repositories can be overwhelming, especially when trying to understand the structure and content of the code. git2doc simplifies this process by converting repositories into documents, allowing you to easily search, analyze, and understand the codebase.
Table of Contents 📖
Installation 💻
pip install git2doc
Usage 🛠️
Fetching Repositories
from git2doc import get_repos_orchestrator
repos = get_repos_orchestrator(
n_repos=10,
last_n_days=30,
language="Python"
)
Loading Repository Data
from git2doc import pull_code_from_repo
repo_data = pull_code_from_repo(
repo="https://github.com/voynow/git2doc",
branch="main"
)
Writing Data to Parquet Files
from git2doc import pipeline_fetch_and_load
pipeline_fetch_and_load(
n_repos=1000,
last_n_days=365,
language="Python",
write_batch_size=100,
delete=True,
)
Badges 🏅
Contributing 🤝
Contributions are welcome! Please feel free to submit a pull request or open an issue on GitHub.
License 📄
This project is licensed under the MIT License. See the LICENSE file for more details.
Release files for git2doc 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| git2doc-0.2.4.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| git2doc-0.2.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.1 kB
Release files / git2doc-0.2.4.tar.gz
| Download URL | git2doc-0.2.4.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2421a3f4762d358acd51a6036c9bdb7115948d96b7019403b332dfae8f9cc08d
|
|
BLAKE2b-256 checksum How to use checksums |
aca5762ce241ea17a99a2ea243e919b103678c93cd64f7cbdbd443723b3d56ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.1
|
Release files / git2doc-0.2.4-py3-none-any.whl
| Download URL | git2doc-0.2.4-py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f0765f2e0ec8fbb3a2f1e5c0a0b09cc107394d962ebaf7aff09892b0e7f077ec
|
|
BLAKE2b-256 checksum How to use checksums |
a0ca677df399819be7acc3e9f6d8dc5454d7a36b55006eb3f893139839c4edaf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.1
|