An open API service indexing awesome lists of open source software.

https://github.com/random-python/devrepo

Development repository operations
https://github.com/random-python/devrepo

Last synced: about 1 month ago
JSON representation

Development repository operations

Awesome Lists containing this project

README

          

## devrepo

[![Travis Status][travis_icon]][travis_link]
[![Package Version][pypi_icon]][pypi_link]
[![Python Versions][python_icon]][python_link]

Development repository operations

### Install

```
pip install devrepo
```

### Usage

#### `base_dir()`

Discover project root
* https://github.com/random-python/devrepo/blob/master/tool/release_update.py

#### `shell()`

Invoke shell inside project root
* https://github.com/random-python/devrepo/blob/master/tool/github_squash.py

### Config

Default module configuration settings:
* https://github.com/random-python/devrepo/blob/master/src/main/devrepo/config.ini

[travis_icon]: https://travis-ci.org/random-python/devrepo.svg?branch=master
[travis_link]: https://travis-ci.org/random-python/devrepo/builds

[pypi_icon]: https://badge.fury.io/py/devrepo.svg
[pypi_link]: https://pypi.python.org/pypi/devrepo

[python_icon]: https://img.shields.io/pypi/pyversions/devrepo.svg
[python_link]: https://pypi.python.org/pypi/devrepo