Metadata-Version: 2.1
Name: book-name-generator
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Levi Eby
Author-email: Levi Eby <levgrav@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/Book-Name-Generator.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/Book-Name-Generator
    .. image:: https://readthedocs.org/projects/Book-Name-Generator/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://Book-Name-Generator.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/Book-Name-Generator/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/Book-Name-Generator
    .. image:: https://img.shields.io/pypi/v/Book-Name-Generator.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/Book-Name-Generator/
    .. image:: https://img.shields.io/conda/vn/conda-forge/Book-Name-Generator.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/Book-Name-Generator
    .. image:: https://pepy.tech/badge/Book-Name-Generator/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/Book-Name-Generator
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/Book-Name-Generator

.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/

|

===================
Book-Name-Generator
===================


    Add a short description here!


A longer description of your project goes here...


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.4. For details and usage
information on PyScaffold see https://pyscaffold.org/.
