用于分析公司财务文件的库
项目描述
DIY-FilingsResearch是一个库,用于在您自己的计算机上舒适地分析复杂的公司财务文件。
安装
安装 DIY-FilingsResearch 最简单的方法是使用 pip
sudo pip install DIY-FilingsResearch
确保您的sys.path是正确的。请注意,它目前只是脚本的集合。
要求
Python >= 2.7 或 >= 3.3
测试
要运行单元测试,您需要 pytest
pip install pytest
一旦你有了它,cd进入这个 repo 的根目录,然后
py.test --tb=line -vs
执照
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the license.