Skip to main content

A simple english joiner.

Project description

This module is pretty self-explanatory.

::
>>> from eng_join import join
>>> join(['blue', 'red', 'yellow'], conj='or', im_a_moron=True)
'blue, red or yellow'
>>> join(['blue', 'red', 'yellow'], conj='or')
'blue, red, or yellow'
>>> join(['blue', 'red'], conj='or')
'blue or red'
>>> join(['blue', 'red'], conj='and')
'blue and red'
>>> join(['blue'], conj='and')
'blue'
>>> join(['blue', 'red', 'yellow', 'green', 'yello'], conj='and')
'blue, red, yellow, green, and yello'

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

eng_join-0.1.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

eng_join-0.1.0-py2-none-any.whl (2.8 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