Metadata-Version: 2.1
Name: python-project-stub
Version: 0.0.22
Summary: Stub files to use as the basis of a Python project that can be packaged and uploaded to PyPI
Home-page: https://github.com/striebel/python-project-stub
Author: Jacob Striebel
Author-email: jacob.striebel@example.com
License: MIT
Project-URL: Homepage, https://github.com/striebel/python-project-stub
Description-Content-Type: text/x-rst
License-File: LICENSE

.. image:: https://img.shields.io/pypi/v/python-project-stub
   :alt: PyPI
   :target: https://pypi.org/project/python-project-stub

.. image:: https://static.pepy.tech/badge/python-project-stub
   :alt: Downloads
   :target: https://pepy.tech/project/python-project-stub

.. image:: https://img.shields.io/github/license/striebel/python-project-stub
   :alt: License
   :target: https://github.com/striebel/python-project-stub/blob/master/LICENSE 

.. image:: https://img.shields.io/badge/python_3-gray
   :alt: Python 3
   :target: https://docs.python.org/3/

.. image:: https://img.shields.io/badge/linux-gray
   :alt: Linux
   :target: https://kernel.org/

The ``python-project-stub`` codebase provides stub files that
can be used to create a Python project that is able to
be packaged and uploaded to the Python Package Index
and hence can be conveniently installed with

.. code-block:: sh
   
   pip install my-project-name
   
The ``Makefile`` provided in the codebase has targets for
building, uploading,
downloading, installing, and executing the package.

Project links
-------------

* Repo: `https://github.com/striebel/python-project-stub
  <https://github.com/striebel/python-project-stub>`_
* PyPI: `https://pypi.org/project/python-project-stub
  <https://pypi.org/project/python-project-stub>`_
* Docs: `https://striebel.github.io/python-project-stub
  <https://striebel.github.io/python-project-stub>`_
