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.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
chibi_git-0.3.0.tar.gz
(11.5 kB
view details)
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.3.0.tar.gz.
File metadata
- Download URL: chibi_git-0.3.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ed588832ac34a31e04c0544c71b72093e2da9872b9db0554804e7d533593b87
|
|
| MD5 |
cdd023f005dd02ff541e278ea187dc57
|
|
| BLAKE2b-256 |
b1f4cb139dbaebd551bcc88c00b216fb6ef554acd7361fa26e905e82b534fed1
|
File details
Details for the file chibi_git-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: chibi_git-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.0 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 |
e73cc4456fca47a14e618190d1646bdc7f94ec3b8d30d8b3840bafcd49d02f28
|
|
| MD5 |
eb1fc0a242401300362e40087f0a6014
|
|
| BLAKE2b-256 |
9eace875ee016ea07a1e0e0553cdeb6a3945398dd37053c0a8609616e32b7798
|