Metadata-Version: 2.4
Name: blueprint_tool
Version: 0.0.1
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Author-email: Rex Wang <1073853456@qq.com>
Maintainer-email: Rex Wang <1073853456@qq.com>
License: MIT license
Project-URL: bugs, https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/issues
Project-URL: changelog, https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/blob/master/changelog.md
Project-URL: homepage, https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

==============
blueprint-tool
==============


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

.. image:: https://img.shields.io/travis/RexWzh/blueprint_tool.svg
        :target: https://travis-ci.com/RexWzh/blueprint_tool

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




Python Boilerplate contains all the boilerplate you need to create a Python package.


* Free software: MIT license
* Documentation: https://blueprint-tool.readthedocs.io.


Features
--------

* TODO

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
