Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgreinho/saliere
Templatize everything
https://github.com/rgreinho/saliere
Last synced: 9 days ago
JSON representation
Templatize everything
- Host: GitHub
- URL: https://github.com/rgreinho/saliere
- Owner: rgreinho
- License: mit
- Created: 2015-02-15T02:01:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T18:32:44.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T00:09:00.994Z (30 days ago)
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: LICENSE.txt
Awesome Lists containing this project
README
Salière
=======.. image:: https://requires.io/github/rgreinho/saliere/requirements.svg?branch=master
:target: https://requires.io/github/rgreinho/saliere/requirements/?branch=master
:alt: Requirements Status.. image:: https://readthedocs.org/projects/saliere/badge/?version=latest
:target: https://readthedocs.org/projects/saliere/?badge=latest
:alt: Documentation StatusSalière is a tool giving the ability to easily generate a skeleton for your project.
Install
-------Using pip::
$ pip install saliere
Read the docs
-------------The latest documentation is published on Read the Docs: http://saliere.readthedocs.org.
Build the docs
--------------To build the documentation::
$ pip install sphinx
$ python setup.py build_sphinxAnd then browse to doc/build/html/index.html
Contribute
----------The repository is located on Github: https://github.com/rgreinho/saliere.
Formatting
^^^^^^^^^^For formating the files properly, please use YAPF (https://github.com/google/yapf).
In the root directory of the project, run the following command:
.. code-block:: bash
yapf -r -i saliere/