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.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.2.0.tar.gz
(10.6 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.2.0.tar.gz.
File metadata
- Download URL: chibi_git-0.2.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
443ceafd19dacb5dfef47af7ec2f64d89da702cbc9558bbb2ce2708f9ec57c62
|
|
| MD5 |
ac70ea4521c032d88f2499b544e29260
|
|
| BLAKE2b-256 |
c380cedeaf1adf9cc97ec222e554a9efc4e4b4a1037d86fae1c8d0c39ad24820
|
File details
Details for the file chibi_git-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: chibi_git-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7ac3f0f6c0f33b7c350280d917e1fe8449e1df746d8df21f459534bb0ee6b8e
|
|
| MD5 |
c52e4f0cd7873d87015e441b31babe8e
|
|
| BLAKE2b-256 |
d117ecc94c334f38cf127a3029c4b1d28d79970e8f0af9977fc02f5e02fea59e
|