Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinetzone/daofield
道可道
https://github.com/xinetzone/daofield
ai daofield
Last synced: 19 days ago
JSON representation
道可道
- Host: GitHub
- URL: https://github.com/xinetzone/daofield
- Owner: xinetzone
- License: apache-2.0
- Created: 2024-03-29T05:21:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T04:38:37.000Z (about 1 month ago)
- Last Synced: 2024-10-08T16:41:42.714Z (about 1 month ago)
- Topics: ai, daofield
- Language: Python
- Homepage: https://xinetzone.github.io/DaoField/
- Size: 4.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 道域
![Static Badge](https://img.shields.io/badge/dao-field)
![repo size](https://img.shields.io/github/repo-size/xinetzone/DaoField.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]
![GitHub top language](https://img.shields.io/github/languages/top/xinetzone/DaoField)道可道。
[pypi-badge]: https://img.shields.io/pypi/v/dao-field.svg
[pypi-link]: https://pypi.org/project/dao-field/
[issue-badge]: https://img.shields.io/github/issues/xinetzone/DaoField
[issue-link]: https://github.com/xinetzone/DaoField/issues
[fork-badge]: https://img.shields.io/github/forks/xinetzone/DaoField
[fork-link]: https://github.com/xinetzone/DaoField/network
[star-badge]: https://img.shields.io/github/stars/xinetzone/DaoField
[star-link]: https://github.com/xinetzone/DaoField/stargazers
[license-badge]: https://img.shields.io/github/license/xinetzone/DaoField
[license-link]: https://github.com/xinetzone/DaoField/LICENSE
[contributor-badge]: https://img.shields.io/github/contributors/xinetzone/DaoField
[contributor-link]: https://github.com/xinetzone/DaoField/contributors
[watcher-badge]: https://img.shields.io/github/watchers/xinetzone/DaoField
[watcher-link]: https://github.com/xinetzone/DaoField/watchers
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder-link]: https://mybinder.org/v2/gh/xinetzone/DaoField/main
[install-badge]: https://img.shields.io/pypi/dw/dao-field?label=pypi%20installs
[install-link]: https://pypistats.org/packages/dao-field
[status-badge]: https://readthedocs.org/projects/daofield/badge/?version=latest
[status-link]: https://daofield.readthedocs.io/zh-cn/latest/?badge=latest
[download-badge]: https://pepy.tech/badge/dao-field
[download-link]: https://pepy.tech/project/dao-field## PyPI
支持 PyPI:
```sh
pip install dao-field
```启用开发模式,可以直接测试一些常用应用:
```sh
pip install dao-field[dev]
```## on-air 服务
- [AI 空间](https://asia-south.on-air.io/xinetzone/ai/)
## 导出 docx
安装 [mystmd](https://mystmd.org/guide/quickstart):
```bash
# Visit https://nodejs.org or:
conda install -c conda-forge nodejs
conda install mystmd -c conda-forge
pip install python-slugify
``````bash
inv doc.build --opts "-b docx" -t ./doc/_build/docx
```