wrapper to use git in python
Project description
Chibi_git
wrapper to use git in python
Ejemplos de uso
from chibi_git import Git
repo = Git( '/algun/directorio' )
for file in repo.status.modified:
file.add()
repo.commit( 'algun mensaje' )
Free software: WTFPL
Documentation: https://chibi-git.readthedocs.io.
Features
TODO
History
0.9.1 ( 2025-06-25 )
se corrigio mensaje de error en una excepcion cuando no encuentra la rama remota
0.9.0 ( 2025-05-29 )
parametro para agregar mensajes en los tags Git( ‘.’ ).tags.create( ‘new_branch’, message=”algun mensaje en el tag” )
0.8.1 ( 2025-05-22 )
correcion se agrego el path del src en pull
0.8.0 ( 2025-05-22 )
funcionalidad para hacer pull Git( ‘.’ ).pull()
0.7.0 ( 2025-05-21 )
funcionalidad para hacer fetch Git( ‘.’ ).fetch()
0.6.0 ( 2025-05-21 )
funcionalidad para cambiar de ramas locales y remotas Git( ‘.’ ).branches[ ‘master’ ].checkout()
0.5.0 ( 2025-05-17 )
funcionalidad para crear ramas Git( ‘.’ ).branches.create( ‘new_branch’ )
funcionalidad para crear tags Git( ‘.’ ).tags.create( ‘new_branch’ )
0.4.1 ( 2025-05-16 )
comando push no es captivo
0.4.0 ( 2025-05-16 )
funcion para leer las ramas de los repos Git( ‘.’ ).branches
0.3.0 ( 2025-05-16 )
funcion para clonar repos Git.clone( url )
0.2.0 (2025-03-03)
se cambio el uso de status ahora usa direciones absolutas y tiene add
0.1.0 (2025-03-01)
funciones agregar remote
0.0.1 (2025-01-22)
First release on PyPI.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chibi_git-0.9.1.tar.gz.
File metadata
- Download URL: chibi_git-0.9.1.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b535ce38bef92a19a96e28864ced5c7cbbdf8e612ace04aca87906e39d72194e
|
|
| MD5 |
10533f10fe6385f289f8248440059bb8
|
|
| BLAKE2b-256 |
9ff1478ce3c7afe60b5a124e269a9645cb8285fa24edccacadef462e14a4e947
|
File details
Details for the file chibi_git-0.9.1-py2.py3-none-any.whl.
File metadata
- Download URL: chibi_git-0.9.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea686a991e367d4bdab6da533ab8f548418018b30792cd19bbd50813f4b5b745
|
|
| MD5 |
3565dfe6aea08c7b5700454d8133021f
|
|
| BLAKE2b-256 |
b408a1f39b02c5b186dd746a6907c5c97ba2f3ff12365d5bcf7eb0856a896bd8
|