Skip to content

Commit 6d43e94

Browse files
committed
Adding "Examples and use-cases" section
1 parent d56ef8c commit 6d43e94

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install this package by cloning this directory and running:
1010
python setup.py install
1111
```
1212

13-
You can also add following line to `requirements.txt`:
13+
You can also add following line to `requirements.txt` and get latest master:
1414

1515
````
1616
git+https://github.com/databox/databox-python.git
@@ -51,7 +51,7 @@ Retriving information from last push with `last_push`:
5151
print client.last_push()
5252
```
5353

54-
Libary can be used with shorthand methods:
54+
Libary can be used with shorthand methods:
5555

5656

5757
```python
@@ -68,13 +68,18 @@ Using virtualenv:
6868
mkvirtualenv --no-site-packages databox-python
6969
workon databox-python
7070
pip install --upgrade -r requirements.txt
71-
71+
7272
Running test suite with unittest:
7373

7474
python -munittest discover -p -t . 'test*' -v
7575

7676
You can also check working [example.py](example.py).
7777

78+
## Examples and use-cases
79+
- [Simple Python example](example.py)
80+
- [Advanced Python example with MySQL](https://github.com/databox/databox-python-sql)
81+
- For general documentation and examples check [developers.databox.com](https://developers.databox.com)
82+
7883
## Authors and contributions
7984

8085
- [Vlada Petrović](https://github.com/VladaPetrovic)

0 commit comments

Comments
 (0)