Skip to content

Latest commit

 

History

History
129 lines (82 loc) · 2.66 KB

README.rst

File metadata and controls

129 lines (82 loc) · 2.66 KB

epyrecipes

PyPI GitHub license Requires.io Travis

$
Built from makenew/python-package.

$

Description

$ epirecipes for Python$

Installation

This package is registered on the Python Package Index (PyPI) as epyrecipes.

Add this line to your application's requirements.txt

epyrecipes

and install it with

$ pip install -r requirements.txt

If you are writing a Python package which will depend on this, add this to your requirements in setup.py.

Alternatively, install it directly using pip with

$ pip install epyrecipes

Development and Testing

Source Code

The epyrecipes source is hosted on GitHub. Clone the project with

$ git clone https://github.com/epirecipes/epyrecipes.git

Requirements

You will need Python 3 with pip.

Install the development dependencies with

$ pip install -r requirements.devel.txt

Tests

Lint code with

$ python setup.py lint

Run tests with

$ python setup.py test

Contributing

Please submit and comment on bug reports and feature requests.

To submit a patch:

  1. Fork it (https://github.com/epirecipes/epyrecipes/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make changes. Write and run tests.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin my-new-feature).
  6. Create a new Pull Request.

License

This Python package is licensed under the MIT license.

Warranty

This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.