Metadata-Version: 2.1
Name: codeblueprints
Version: 0.1.0a1
Summary: Automates code planning by mapping issues(softwares requirements) to actionable modifications in your codebase, preparing for future code generation.
Home-page: https://github.com/esperyong/codeblueprints
License: Apache-2.0
Author: Liu Yong
Author-email: 13311102957@163.com
Maintainer: Liu Yong
Maintainer-email: 13311102957@163.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: diskcache
Requires-Dist: grep_ast
Requires-Dist: networkx (<3.3)
Requires-Dist: pygments
Requires-Dist: tqdm (==4.66.4)
Requires-Dist: tree-sitter (==0.21.3)
Requires-Dist: tree-sitter-languages (==1.10.2)
Requires-Dist: typing-extensions (==4.12.2)
Project-URL: Documentation, https://github.com/esperyong/codeblueprints/blob/master/changelog.md
Project-URL: Repository, https://github.com/esperyong/codeblueprints
Description-Content-Type: text/x-rst

==============
codeblueprints
==============


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

.. image:: https://img.shields.io/travis/esperyong/codeblueprints.svg
        :target: https://travis-ci.com/esperyong/codeblueprints

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




Automates code planning by mapping issues(softwares requirements) to actionable modifications in your codebase, preparing for future code generation.


* Free software: Apache Software License 2.0
* Documentation: https://codeblueprints.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

