Metadata-Version: 2.1
Name: cajun_name_generator
Version: 0.2.1
Summary: Package to generate random Cajun first and last names.
Home-page: https://github.com/adammelancon/cajun_name_generator
Author: Adam Melancon
Author-email: adammelancon@gmail.com
License: MIT license
Keywords: cajun_name_generator
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

====================
Cajun Name Generator
====================


.. image:: https://img.shields.io/pypi/v/cajun_name_generator.svg
        :target: https://pypi.python.org/pypi/cajun_name_generator

.. image:: https://img.shields.io/travis/adammelancon/cajun_name_generator.svg
        :target: https://travis-ci.com/adammelancon/cajun_name_generator

.. image:: https://readthedocs.org/projects/cajun_name_generator/badge/?version=latest
        :target: https://cajun_name_generator.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Package to generate random Cajun first and last names.


* Free software: MIT license
* Documentation: https://cajun_name_generator.readthedocs.io.


Example
--------

from cajun_name_generator import Cajunnames

cng = Cajunnames()

# Prints and returns 3 first names in a list.
cng.random_first_name(3)
# Prints and returns 3 last names in a list.
cng.random_last_name(3)
# Prints and returns 3 full names in a list.
cng.random_full_name(3)




Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-09-06)
------------------

* First release on PyPI.


0.1.3 (2021-09-07)
------------------

* bugs

0.1.4 (2021-09-07)
------------------

* bugs

0.1.5 (2021-09-07)
------------------

* bugs

0.1.6 (2021-09-07)
------------------

* bugs

0.2.0 (2021-09-07)
------------------

* fixed problem with venv... I think.

0.2.1 (2021-09-07)
------------------

* fixed problem with venv again... I think.

