This tools is a Command Line Interface to manage the FreeboxV6
Install
Install Python tools:
$ apt-get install python-pip
$ pip install virtualenvwrapper
$ source /usr/local/bin/virtualenvwrapper.sh
Install dependencies :
$ mkvirtualenv freeboxclient
New python executable in python-freeboxclient/bin/python
Installing Setuptools..................done.
Installing Pip.........................done.
$ pip install -r requirements.txt
Development
Unit tests using Tox
$ tox
Code coverage:
$ tox -ecoverage
Documentation
This documentation is written by contributors, for contributors. The source is maintained in the doc/source folder using reStructuredText and built by Sphinx
Building Manually:
$ sphinx-build -b html doc/source build/sphinx/html
Results are in the build/sphinx/html directory.
Documentation is available at: http://readthedocs.org/docs/python-freeboxclient/en/latest
Contribute
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
Write a test which shows that the bug was fixed or that the feature works as expected.
Send a pull request and bug the maintainer until it gets merged and published. :)
Make sure to add yourself to AUTHORS.
ChangeLog
A changelog is available ChangeLog.
Contact
Nicolas Lamirault <nicolas.lamirault@gmail.com>
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-freeboxclient-0.1.0.tar.gz.
File metadata
- Download URL: python-freeboxclient-0.1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f2e9906c6d0b75997c80c4dbc0e3eaafe21b190453e0dfc0acde62a9da5454a
|
|
| MD5 |
175acb69e0d7a96da55d7ba548d5a9cb
|
|
| BLAKE2b-256 |
35862e9f2b1f3be5d91ea472cde1e83317238c06b382a2db691a783b99dc1e4a
|