Skip to main content

Review Themed Lorem Ipsum

Project description

Review Ipsum

Review Ipsum python package - Lorem Ipsum generated with a review theme. Create review of x number of sentences.

Installation

Use pip:

pip install review_ipsum

Usage

Args: number_of_sentences (int): The number of sentences desired.

Returns: A paragraph of formatted sentences.

e.g:

>>> from review_ipsum import create_review
>>> create_review(number_of_sentences=6)
<<< "The screen size is just what I need. Took longer than I expected. So fast. I did'nt even know movies could look this good! Awesome product! Will buy this again. Great deal. "

Code Style

This package uses pre-commit to enforce coding style. These pre-made commit hooks can be installed with:

$ pre-commit install -f --install-hooks

Current style checking tools are:

  • isort: python import sorting
  • flake8: python linting
  • black: explicit python code formatting

Note: Some hooks require python 3.6 to be available on your path.

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b my-newfeature)
  3. Commit your changes (git commit -m 'Some helpful feature')
  4. Push (git push origin my-new-feature)
  5. Create a new Pull Request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

review_ipsum-0.0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

review_ipsum-0.0.4-py2-none-any.whl (4.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page