https://github.com/douban/ellen
Ellen is a wrapper of pygit2 and git command.
https://github.com/douban/ellen
Last synced: 6 months ago
JSON representation
Ellen is a wrapper of pygit2 and git command.
- Host: GitHub
- URL: https://github.com/douban/ellen
- Owner: douban
- License: other
- Created: 2013-10-28T03:44:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T17:17:38.000Z (over 4 years ago)
- Last Synced: 2025-03-20T14:40:35.218Z (7 months ago)
- Language: Python
- Size: 633 KB
- Stars: 41
- Watchers: 14
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ellen - The Core of Jagare.
艾伦·耶格尔 / 艾连·叶卡 (エレン·イェーガー Ellen Jäger)
Ellen is a wrapper of pygit2 and git command.
## Tests
### Install nose
`pip install nose`
### Run
```
$ nosetests
................
----------------------------------------------------------------------
Ran 16 tests in 0.519sOK
```## Dependency
1. git
1. pygit2
1. python-magic