This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PKG-INFO
60 lines (37 loc) · 1.75 KB
/
PKG-INFO
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
Metadata-Version: 1.0
Name: imboclient
Version: 0.1.3
Summary: Python client for Imbo
Home-page: http://www.imbo-project.org
Author: Andreas Søvik, Mats Lindh
Author-email: [email protected], [email protected]
License: LICENSE.txt
Description: Python client for Imbo
======================
A client for Imbo written in Python for 2.7/3.4+
Installation
============
Install the most recently released version from pip:
pip install imboclient
.. or if you like living on the edge, install the bleeding fresh version directly from Github:
pip install git+git://github.com/imbo/imboclient-python.git
Usage
=====
For a quick overview of the current functionality refer to the integration tests that perform simple operations with the client.
Develop/Contribute to Python client for Imbo
============================================
Get the code and install dependencies:
git clone [email protected]:imbo/imboclient-python.git
cd imboclient-python && make install
Run the unit testsuite:
make test
run the integration testsuite (NOTE: this requires a running imbo-instance as specified in imboclient/test/integration/config.py):
make integration-test
- Keep it simple and easy to understand
- Solid test coverage
- PEP8
License
=======
Copyright (c) 2013, Andreas Søvik <[email protected]>
Licensed under the MIT License
Platform: UNKNOWN