一个建筑剖面模块!

Profetch的Python项目详细描述


专业

简介

Profetch是一个轻量级库,专门处理相对容易制作的配置文件系统的数据。Profetch提供通过ID创建、编辑、删除和显示每个人配置中的数据的功能。此ID用于确定哪个用户拥有哪个配置文件,并且只要工作正常,任何ID系统都可以使用。

它能做什么

Profetch可以创建、编辑、删除和显示特定的配置文件,在任何给定点存储数据,而无需其他要求。这意味着无论功能或限制如何,它最终都可以在任何应用程序中使用。Profetch有以下方法:

MethodInputsOutputsDescription
create_table()NoneNoneCreates the table required to store data
create_profile(id)IDNoneCreate a single profile
remove_profile(id)IDNoneRemove a single profile
set_name(id, text)ID, TextNoneSet a profiles name
set_age(id, text)ID, TextNoneSet a profiles age
set_hobby(id, text)ID, TextNoneSet a profiles hobby
set_location(id, text)ID, TextNoneSet a profiles location
set_job(id, text)ID, TextNoneSet a profiles job
set_birth(id, text)ID, TextNoneSet a profiles birthdate
set_sex(id, text)ID, TextNoneSet a profiles sexuality
set_nationality(id, text)ID, TextNoneSet a profiles nationality
set_bio(id, text)ID, TextNoneSet a profiles bio
set_gender(id, text)ID, TextNoneSet a profiles gender
get_profile(id)IDProfileGet an id's profile
get_name(id)IDNameGet a profiles name
get_age(id)IDAgeGet a profiles age
get_hobby(id)IDHobbyGet a profiles hobby
get_location(id)IDLocationGet a profiles location
get_job(id)IDJobGet a profiles job
get_birth(id)IDBirthdateGet a profiles birthdate
get_sex(id)IDSexGet a profiles sexuality
get_nationality(id)IDNationGet a profiles nationality
get_bio(id)IDBioGet a profiles bio
get_gender(id)IDGenderGet a profiles gender

联系人

需要帮助吗?不用担心,我们有一个不协调支持服务器,如果您需要帮助,可以加入,您可以找到我们here!

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

推荐PyPI第三方库


热门话题
java可以从struts传递<param/>。xml作为隐藏参数?   带有文件字符串的java建议   安卓中带有用户名和密码的java RTSP流   eclipse如何在我的java代码中导入CSVreader特性?无论出于什么原因,我都不能使用cvsreader功能   Java类型推断在编译时失败,但Eclipse编译并运行良好   SpringBootJava。木卫一。IOException weblogic。乌提尔斯。编译器。ToolFailureException   在Spark中排序时出现java NotSerializableException   java在整数数组中查找缺少的数字   Angular 4中的AES 128加密和Java中的解密   显示GUI的java问题   java不包括ant build in javadocs中的文件   关闭弹出窗口后关闭java平台| JavaFX   java使用for循环还是while循环进行迭代?   java如何使用POI Apache获取生成的Excel文件中列的大小或长度   java Thornttail ArquillianTest,带有用于pactProvider测试的h2数据库   为什么XPATH(Java7)选择了太多的节点?   在自定义远程webapp上将数据附加到我的HDFS时发生java异常   xml如何在java多模块项目中创建bean entityManagerFactoryBean?   ConcurrentHashMap中的java死锁   Tomcat Java内存选项保存在哪个文件中