Metadata-Version: 2.1
Name: projectx
Version: 0.0.1
Summary: Note Demo
Author-email: xinetzone <735613050@qq.com>
Maintainer-email: xinetzone <735613050@qq.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: d2py
Requires-Dist: attrs
Requires-Dist: importlib-metadata>=4.12
Requires-Dist: pytest-cov ; extra == "coverage"
Requires-Dist: pytest-regressions ; extra == "coverage"
Requires-Dist: codecov ; extra == "coverage"
Requires-Dist: projectx[test] ; extra == "coverage"
Requires-Dist: pyyaml ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: note-demo[coverage] ; extra == "dev"
Requires-Dist: myst-nb ; extra == "doc"
Requires-Dist: xyzstyle ; extra == "doc"
Requires-Dist: sphinx-copybutton ; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex ; extra == "doc"
Requires-Dist: sphinx-thebe ; extra == "doc"
Requires-Dist: sphinx-design ; extra == "doc"
Requires-Dist: sphinx-automodapi ; extra == "doc"
Requires-Dist: sphinx-sitemap ; extra == "doc"
Requires-Dist: sphinx-comments ; extra == "doc"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: projectx[doc] ; extra == "test"
Project-URL: Home, https://github.com/xinetzone/projectx
Provides-Extra: coverage
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# 项目开发工具

![repo size](https://img.shields.io/github/repo-size/xinetzone/projectx.svg)
[![PyPI][pypi-badge]][pypi-link]
[![GitHub issues][issue-badge]][issue-link]
[![GitHub forks][fork-badge]][fork-link]
[![GitHub stars][star-badge]][star-link]
[![GitHub license][license-badge]][license-link]
[![contributors][contributor-badge]][contributor-link]
[![watcher][watcher-badge]][watcher-link]
[![Binder][binder-badge]][binder-link]
[![Downloads][download-badge]][download-link]
[![Documentation Status][status-badge]][status-link]
[![PyPI - Downloads][install-badge]][install-link]

打造优质的笔记模板。

[pypi-badge]: https://img.shields.io/pypi/v/projectx.svg
[pypi-link]: https://pypi.org/project/projectx/
[issue-badge]: https://img.shields.io/github/issues/xinetzone/projectx
[issue-link]: https://github.com/xinetzone/projectx/issues
[fork-badge]: https://img.shields.io/github/forks/xinetzone/projectx
[fork-link]: https://github.com/xinetzone/projectx/network
[star-badge]: https://img.shields.io/github/stars/xinetzone/projectx
[star-link]: https://github.com/xinetzone/projectx/stargazers
[license-badge]: https://img.shields.io/github/license/xinetzone/projectx
[license-link]: https://github.com/xinetzone/projectx/LICENSE
[contributor-badge]: https://img.shields.io/github/contributors/xinetzone/projectx
[contributor-link]: https://github.com/xinetzone/projectx/contributors
[watcher-badge]: https://img.shields.io/github/watchers/xinetzone/projectx
[watcher-link]: https://github.com/xinetzone/projectx/watchers
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder-link]: https://mybinder.org/v2/gh/xinetzone/projectx/main
[install-badge]: https://img.shields.io/pypi/dw/projectx?label=pypi%20installs
[install-link]: https://pypistats.org/packages/projectx
[status-badge]: https://readthedocs.org/projects/projectx/badge/?version=latest
[status-link]: https://projectx.readthedocs.io/zh/latest/?badge=latest
[download-badge]: https://pepy.tech/badge/projectx
[download-link]: https://pepy.tech/project/projectx

## PyPI

支持 PyPI：

```sh
pip install projectx
```


