Skip to content

dhutty/saliere

 
 

Repository files navigation

Salière

Requirements Status

Documentation Status

Saliè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_sphinx

And 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:

yapf -r -i saliere/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.0%
  • Ruby 8.0%
  • Shell 6.1%
  • Other 1.9%