Intelligent Accounting package for Intelligent Accountants .为会计人打造的智能会计框架。
Project description
CPANLP: Certified Public Accountant Natural Language Processing toolkit
We are the accounting-intelligent-ai Team of Beijing Foreign Studies University. We develop A package for intelligent certified accountants.
Redefining Accounting! Developed by Bfsu Intelligent Accounting Team (c) 2023 Github
特点
安装说明
pip install cpanlp
主要功能
1.获取今日财报
import cpanlp as cp
df = cp.gettoday()
标题 | 证券代码 | 证券简称 | 网址 | 日期 | id | |
---|---|---|---|---|---|---|
0 | 唐源电气:国金证券关于唐源电气2022年度现场检查报告 | 300789 | 唐源电气 | http://static.cninfo.com.cn/finalpage/2023-01-03/1215519757.PDF | 2023-01-03 | 1 |
report = cp.getreport(df.iloc[0, 3])
2.模拟会计科目
import cpanlp as cp
资产1 = cp.Asset(account="黄金", debit=1000,date="2023-01-01")
print(资产1.bubble)
3.描述信息不对称
import cpanlp as cp
info = cp.AsymmetricInformation("投资人", "企业A", "我很有兴趣投资您的企业", "我有有限的预算")
info.get_advantage()
Check out: https://cpanlp.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpanlp-0.0.27.tar.gz
(20.4 kB
view hashes)
Built Distribution
cpanlp-0.0.27-py3-none-any.whl
(28.0 kB
view hashes)