法律权威结构化数据管理工具

AuthoritySpoke的Python项目详细描述


AuthoritySpoke

CircleCICoverage Status

AuthoritySpoke是一个用于管理有关法律规则的结构化数据的Python库。

了解AuthoritySpoke

熟悉AuthoritySpoke的最佳方法是通过Introduction to AuthoritySpoke Jupyter notebook

使用此按钮可通过活页夹与笔记本进行联机交互。

Binder

Full documentation for AuthoritySpoke是正在进行的工作。

安装AuthoritySpoke

我建议在PipeNV环境中运行AuthoritySpoke。请参阅installation instructions for Pipenv

然后运行

$ pipenv install
$ pipenv shell

如果一切正常,authoritypoke应该可以在python环境中导入。

$ python
import authorityspoke

对AuthoritySpoke的贡献

贡献者文档即将发布!

所有参与者都应该遵循code of conduct。AuthoritySpoke使用Contributor Covenant, version 1.4,

向AuthoritySpoke提交请求或其他代码贡献需要接受contributor license agreement。协议的条款是基于Apache Software Foundation Individual Contributor License Agreement V2.0

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java窗口。位置和窗口。公开问题   java如何从存储在ArrayList<Node>中的动态生成的文本字段中获取文本?   java如何立即关闭InputStream?   如何重新启动Java程序以激活环境变量   java搜索字符串是否相差一个字符   java CFB模式输出与CTR输出相同;我做错什么了吗?   java如何在javaFX中将实例化对象添加到Stage   java如何在jtextarea上打印来自不同类的文本消息   java以编程方式确定IOException的原因?   限制Java NIO通道(文件或socket)中的可用内容   javajaxb与JDOM:是否可以使用JAXB更新xml文件   批处理文件到java测试   JavaFX:stage的作用是什么。可设置大小(false)是否会导致额外的页边距?   java有没有办法告诉IntelliJ按需堆叠参数?   java Seam会话范围的组件在下一个请求中消失   java Google Web Toolkit对开发复杂的java脚本有用吗?   安卓 studio java ArrayList正在检索最高值   java为什么递归地用随机数填充LinkedList时会出现StackOverflowException?