Skip to main content

wrapper to use git in python

Project description

Chibi_git

https://img.shields.io/pypi/v/chibi_git.svg Documentation Status

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' )

Features

  • TODO

History

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


Download files

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

Source Distribution

chibi_git-0.9.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chibi_git-0.9.0-py2.py3-none-any.whl (9.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file chibi_git-0.9.0.tar.gz.

File metadata

  • Download URL: chibi_git-0.9.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for chibi_git-0.9.0.tar.gz
Algorithm Hash digest
SHA256 bbd39b68b1e4827ca0a49ad3a002d3377eda949c7f5330bb81795206427a5eb6
MD5 d708620d91ed9f936432d815ac44d70a
BLAKE2b-256 3f52d8ff2ee7ae90f2cb95f2cc9f9408e58ff11b362b52cfb9497688e35fba43

See more details on using hashes here.

File details

Details for the file chibi_git-0.9.0-py2.py3-none-any.whl.

File metadata

  • Download URL: chibi_git-0.9.0-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

Hashes for chibi_git-0.9.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0b26d0643db9f178311a2576b3739684c931c2b877c438a23baaead43ba8f559
MD5 45782b16e2ee8f6ecb0022dd664faa2f
BLAKE2b-256 f6d6fc2a85274cc738a3a8e25dd60f56a164a99631ad7b98e085b2b2b8e2afcf

See more details on using hashes here.

Supported by

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