# najia **Repository Path**: lisniuse/najia ## Basic Information - **Project Name**: najia - **Description**: Python六爻排盘工具 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-01 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 纳甲六爻排盘项目 ================ [![image](https://img.shields.io/pypi/v/najia.svg)](https://pypi.python.org/pypi/najia) [![image](https://img.shields.io/travis/bopo/najia.svg)](https://travis-ci.org/bopo/najia) [![Documentation Status](https://readthedocs.org/projects/najia/badge/?version=latest)](https://najia.readthedocs.io/en/latest/?badge=latest) [![Updates](https://pyup.io/repos/github/bopo/najia/shield.svg)](https://pyup.io/repos/github/bopo/najia/) Python Boilerplate contains all the boilerplate you need to create a Python package. - Free software: MIT license - Documentation: . Features -------- - 全部安易卦爻 - 函数独立编写 - 测试各个函数 - 重新命名函数 阳历,阴历(干支,旬空) - 卦符: mark (001000),自下而上 - 卦名: name - 变爻: bian - 卦宫: gong - 六亲: qin6 - 六神: god6 - 世爻: shiy, ying - 纳甲: naja - 纳甲五行: dzwx - 卦宫五行: gowx 修复问题 -------- - 解决: 六神不对 - 解决: 世应也有点小BUG , 地天泰卦的世爻为3, 应爻为6 - 解决: 归魂卦世爻为3 此处返回4, 需要修改 \* 解决: 归魂卦的六亲是不对的,原因是utils.py里 判断六爻卦的卦宫名时,优先判读了if index in (1, 2, 3, 6) 而归魂卦的世爻也在3爻,被这个条件带走了. 解决: elif hun==\'归魂\' 这个条件调到前面即可 \* 解决: 还有一个不知是否算是错误的地方,就是bian 变卦中的六亲, 程序中是按变卦所在的本宫卦来定的,而不是按初始卦所属的本宫卦来定的六亲. Credits ------- This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.