-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.rst.orig
130 lines (82 loc) · 2.59 KB
/
README.rst.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
nextHIV
=======================
|PyPI| |GitHub-license| |Requires.io| |Travis|
$
Built from `makenew/python-package <https://github.com/makenew/python-package>`__.
$
.. |PyPI| image:: https://img.shields.io/pypi/v/nexthiv.svg
:target: https://pypi.python.org/pypi/nexthiv
:alt: PyPI
.. |GitHub-license| image:: https://img.shields.io/github/license/sdwfrost/nexthiv.svg
:target: ./LICENSE.txt
:alt: GitHub license
.. |Requires.io| image:: https://img.shields.io/requires/github/sdwfrost/nexthiv.svg
:target: https://requires.io/github/sdwfrost/nexthiv/requirements/
:alt: Requires.io
.. |Travis| image:: https://img.shields.io/travis/sdwfrost/nexthiv.svg
:target: https://travis-ci.org/sdwfrost/nexthiv
:alt: Travis
Description
-----------
$
Processing code for nextHIV$
Installation
------------
This package is registered on the `Python Package Index (PyPI)`_
as nexthiv_.
Add this line to your application's requirements.txt
::
nexthiv
and install it with
::
$ pip install -r requirements.txt
If you are writing a Python package which will depend on this,
add this to your requirements in ``setup.py``.
Alternatively, install it directly using pip with
::
$ pip install nexthiv
.. _nexthiv: https://pypi.python.org/pypi/nexthiv
.. _Python Package Index (PyPI): https://pypi.python.org/
Development and Testing
-----------------------
Source Code
~~~~~~~~~~~
The `nexthiv source`_ is hosted on GitHub.
Clone the project with
::
$ git clone https://github.com/sdwfrost/nexthiv.git
.. _nexthiv source: https://github.com/sdwfrost/nexthiv
Requirements
~~~~~~~~~~~~
You will need `Python 3`_ with pip_.
Install the development dependencies with
::
$ pip install -r requirements.devel.txt
.. _pip: https://pip.pypa.io/
.. _Python 3: https://www.python.org/
Tests
~~~~~
Lint code with
::
$ python setup.py lint
Run tests with
::
$ python setup.py test
Contributing
------------
Please submit and comment on bug reports and feature requests.
To submit a patch:
1. Fork it (https://github.com/sdwfrost/nexthiv/fork).
2. Create your feature branch (``git checkout -b my-new-feature``).
3. Make changes. Write and run tests.
4. Commit your changes (``git commit -am 'Add some feature'``).
5. Push to the branch (``git push origin my-new-feature``).
6. Create a new Pull Request.
License
-------
This Python package is licensed under the MIT license.
Warranty
--------
This software is provided "as is" and without any express or implied
warranties, including, without limitation, the implied warranties of
merchantibility and fitness for a particular purpose.