Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.33 KB

README.rst

File metadata and controls

43 lines (23 loc) · 1.33 KB

Restfulie Python

Restfulie python port is in earlier stages. Wait a while for some extra information and docs.

Meanwhile visit Restfulie's website.

How to install

You need some native dependencies for the lxml library. On Ubuntu, you must run:

apt-get install libxml2 libxslt1.1 libxslt1-dev

Makefile installs the dependencies using Pip, then you have to install it (run with root privileges):

apt-get install python-setuptools

easy_install pip

After install these system-related dependencies, you can run make to install all Python dependencies (if they are not installed) and run all tests. Depending on your environment, this script may need root permissions in order to install the dependencies.

A simple get

A simple post

How to contribute

The Restfulie python is an open source project. To contribute, just fork the central repository, make your changes and send a pull request (please, send a expressive message.)

The principal issues to resolve in restfulie python are in here.

License

Restfulie is licensed under the Apache License, Version 2.0.