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
- Host: GitHub
- URL: https://github.com/random-python/devrepo
- Owner: random-python
- License: apache-2.0
- Created: 2019-06-19T20:22:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T18:15:12.000Z (about 4 years ago)
- Last Synced: 2025-09-22T11:57:18.536Z (8 months ago)
- Language: Python
- Homepage: https://pypi.org/project/devrepo/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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