This repository was archived by the owner on Oct 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +38
-4
lines changed
Expand file tree Collapse file tree 2 files changed +38
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ |pyautoupdate_logo |
2+
3+ ``pyautoupdate `` is a python wrapper that allows the wrapped code to
4+ automatically update.
5+
6+ |Build_Status | |Codecov_Status |
7+
8+ **Note: This is pre-alpha code. The update functionality does not work
9+ yet. **
10+
11+ Advantages
12+ ----------
13+
14+ - This module is written in pure python. **This means that there is no
15+ need to have a C compiler to use this module. **
16+ - pyautoupdate works with both python 2 and 3
17+ - pypy and pypy3 can also be used
18+
19+ Dependencies
20+ ------------
21+
22+ - For python 2, python 2.6 or later is required
23+ - For python 3, python 3.3 or later is required
24+ - ``requests `` for retrieving updated versions
25+ - ``pytest `` for running the tests
26+ - ``pytest_cov `` to measure coverage
27+ - ``pylint `` for code style checks
28+
29+ License
30+ -------
31+
32+ LGPL 2.1
33+
34+ .. |pyautoupdate_logo | image :: https://cloud.githubusercontent.com/assets/14067959/13902076/25e8305e-edf7-11e5-873c-8a4e0fc2780f.png
35+ .. |Build_Status | image :: https://travis-ci.org/rlee287/pyautoupdate.svg?branch=develop
36+ :target: https://travis-ci.org/rlee287/pyautoupdate
37+ .. |Codecov_Status | image :: http://codecov.io/github/rlee287/pyautoupdate/coverage.svg?branch=develop
38+ :target: http://codecov.io/github/rlee287/pyautoupdate?branch=develop
You can’t perform that action at this time.
0 commit comments