195 projects
django-crontab-manager
Manage crontab tasks on web. Update crontab file on system while changes made on manager. Work with django-crontab-agent.
pinyin-segmenter
拼音分割器,用于将连续的拼音字符串分割为有效的拼音片段
openldapctrl
Simple command tool to setup openldap server.
python-sendmail
Sendmail client. send mail via stmp server.
django-simple-tags
Collection of simple django tags and filters.
bizerror
Collections of common business errors.
django-changelist-toolbar-admin
Provides custom button management function on changelist page of django admin site.
django-admin-logentry-extension
Django Admin操作日志增强。添加浏览、查看、登录、登出、导入、导出等动作标识。
django-cascading-dropdown-widget
Provide a cascading-dropdown widget for django.
globallock
Distributed lock manager, support many types of backend, e.g. redis, django-redis, etcd, zookeeper...
buildincr
Increment the value in the build-serial-file by one.
redis-fair-semaphore
基于Redis的信号量。
redmq
Redis message queue utils: a simple distributed lock based on redis, a simple message queue based on redis with ack feature.
simplemagic
Simple file magic. We try to get file's mimetype using 'file-magic', 'command file' and 'puremagic'. On linux we need system package 'file-libs' which mostly already installed. On MacOS we need system package 'libimage' which can be installed by 'brew install libmagic'. On windows we need file command which can be install by 'pacman -S file' within msys2. If system package missing, we try to get the file's mimetype using 'puremagic' which is write in pure python without any extra depends.
django-apis
基于Django的API接口开发框架。使用pydantic做接口参数验证,自动生成swagger接口管理界面,支持多种返回体封装。
daemon-application
A simple python package for creating daemon applications.
django-db-lock
Lock something and keep status in database. A simple distributed lock system.
django-listfilter-media-extension
为`listfilter`类添加`class Media`支持。
django-readedit-switch-admin
Read item detail first, and click the Edit switch button to turn to edit view.
django-toggle-switch-widget
Display toggle switch in stead of checkbox for BooleanField in django admin site.
celery-debug
celery debug tasks.
celery-callback-service
基于celery的回调服务。业务系统创建celery回调任务,celery-callback-worker执行回调任务,业务系统在回调任务中处理异步任务。
django-object-toolbar-admin
Add toolbar in every item line in django's changelist view, and on top of django's changeform view.
rot-codec
rot5, rot13, rot18, rot47 codecs.
django-fastadmin
django admin extensions.
s1ncipher
A simple cipher keeps original order and can be search partly by encode 1 byte data to many bytes.
pooling
pooling anything.
xmlrpcutils
XML-RPC Server Simplification.
django-admin-daterange-listfilter
为Django模型列表页的时间过滤器增加日期范围选择功能。
django-mptt-simple-listfilters
Provides simple filters based on django-mptt's TreeRelatedFieldListFilter, e.g. ListFilterIgnoreLeafNodes and ListFilterLimitDepth.
orpc-client
Open RPC client.
orpc-server
Open RPC server.
django-horizontal-list-filter
在Django管理站点中,将列表筛选器移动到变更列表上方,并且采用横向布局样式。
django-visit-on-site-in-new-window
Turn VISIT-ON-SITE button to open in the new window on Django's admin site.
kafka-admin-service
KAFKA管理类,提供用户创建、删除、列表查询、修改密码,提供主题创建、删除、列表查询,提供权限创建、删除、列表查询等基础管理功能。
logio
Parse log file as input and export the data to database as output.
django-server-controller
Django server controllers, e.g. UwsgiController, GunicornController.
django-static-echarts
Django application contain echarts static files.
django-static-ionicons
Django application contain ionicons static files.
django-command-server
Django management.command is running a long live task, we make it a linux daemon server, so that you can start, stop, restart the task.
django-static-jquery-ui
Django application contains all jquery static files.
django-secure-password-input
A simple django application provides function to encrypt password value with rsa public key before form submit and decrypt at the backend.
ldaputils
Ldap utils library.
magic-import
Import python object from string and return the reference of the object. The object can be a class, instance, variable and anything else, and can be from class, instance, module, global/local environment.
xlsxhelper
Excel file manipulation toolset.
django-safe-settings
Django application let you write your database password settings in an encrypted way.
fastutils
Collection of simple utils.
django-middleware-request-id
The middleware detect if a client or the front reverse proxy server provides a X-Request-ID header, and get it as the request_id. If no such header is provided, it can provide a random value.
django-middleware-global-request
Django middleware that keep request instance for every thread.
django-checkbox-normalize
It's NOT a good design to put label after checkbox for BooleanField widget, so let's make it normal.
srndcipher
A simple way to encode plain text, keeps the result sortable and partly searchable.
miniweb
A simple web framework for Python.
msg2bytes
MessageToBytes(msg2bytes) is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller.
django-static-swagger-ui
Django application contain swagger-ui static files
django-static-fontawesome
Django application contain font-awesome static files
django-static-jquery3
Django application contain jquery3 static files.
django-static-bootstrap
Django application contain bootstrap static files.
dictop
DICT-OPERATION allow you select data value from a dict-instance with dot separated path, and update.
django-cards-admin
Show cards in changelist instead of table for django admin site.
django-app-requires
A simple Django app that allows you to specify app dependencies and middleware dependencies in your own apps, and also add defaults for additional configurations.
django-admin-safe-login
Add captcha field for django admin's login page.
sm3utils
SM3 Cryptographic Hash Algorithm.
django-static-adminlte
Django application contain adminlte static files.
django-static-ace-builds
Django application contain ace-builds(Ajax.org Cloud9 Editor) static files.
django-fullname-localization
Add localization support for user's fullname.
django-tabbed-changeform-admin
Group fieldsets or inlinegroups into tabs for django admin's changeform.
tkit
简易工具类集合:JsonParser、URLSign、PinYinUtils等。
django-site-warnings
记录站点告警信息,提供告警确认等管理功能。
openai-simple-chat
大模型对话标准接口。支持模板对话、JSON对话等。
django-vectorstore-indexed-model
基于RedisStack向量数据库的Django数据模型应用。
openai-redis-vectorstore
基于RedisStack向量数据库,集成embeddings和rerank模型,支持二阶段召回,支持添加和删除等管理功能。
openai-simple-rerank
一个简单的rank模型的OPENAI兼容API服务的客户端访问工具。
django-app-metadata
Django数据字典管理应用。
django-model-helper
Helpful django abstract models collection.
openai-simple-embeddings
基于OPENAI兼容API接口的embeddings服务封装,以解决langchain_community.vectorstores在使用bge-m3/bge-reranker-v2-m3等模型提供的OPENAI兼容API接口服务时遇到的兼容性问题。
django-simpletask3
基于Redis及SimQ的异步任务处理。
corecipher
加解密工具基础包。提供AES/RSA等加解密方式。
llmhelper
大模型辅助函数库
python-environment-settings
简易的配置项获取方式,支持添加多种配置项获取源。默认从环境变量中获取配置项。
django-safe-fields
Save field value encrypted to database.
simqcore
基于redis的消息队列。
django-environment-settings
允许Django应用从settings.py或环境变量中获取配置。
sha1prng
SHA1PRNG在Python中的实现,与JAVA SecureRandom的生成结果保持一致。
django-data-history
A Django application that allows you to store detailed data in the change log and display the detailed information in object's history view.
django-ace-widget
Django admin widget using ACE editor for TextField.
graceful-sigterm
Receive the kill signal from the operating system and gracefully wait for the worker thread to end.
simqd
SIMQ服务提供者,同时也是SIMQ消息的消费者。
simqclient
SIMQ客户端。SIMQ是一款基于redis的消息队列接口服务。
simqsvr
SIMQ服务器。基于redis的消息队列,通过web接口提供对外服务。
django-environ-settings
从环境变量中加载Django配置项。
zenutils
Collection of simple utils.
django-simpletask2-server
Django simpletask2 handler server.
django-simpletask2
A simple asynchronous task manager based on the Django framework. All business logic written in a custom task data model. Tasks are triggered by a Redis queue.
fschat-FlagEmbedding-worker
FlagEmbedding model worker for fastchat.
django-static-dm-file-uploader
Django application contain jquery-uploader static files.
django-admin-global-sidebar
Provides a configurable left navigation bar for Django's admin site.
hybrid-cipher
Hybrid Encryption Mode with Public-Key Encryption and Symmetric Encryption.
celery-streaming-result
Celery任务结果分片管理
taskbeat
In memory task schedule support cron tasks, interval tasks and onetime tasks. Using python's asyncio.
django-simple-export-admin
A simple django admin allow your export queryset to xlsx file.
django-simpletask
Django application provides simple task model, admin, server services and client service.
django-simple-publish-model
Django application provides simple publish/unpublish model and admin.
django-redis-data-manager
A simple django application provide simple redis cache data manager functional.
django-msms-admin
Intelligent management for multiple subclass models in django's admin site.
ipa-utils
Freeipa command line utils. Use sub-command to do real work.
django-data-import-management
Django data import management application.
django-power-admin
Django提供了快捷的生成后台管理站点的能力。本应用旨在增强Django Admin的能力,提供丰富的Admin、Widget、ListFilter、Form等等界面扩展类,同时也为常用的数据管理模型提供完整的管理功能。
jarexps
Setup a simple orpc server to export services from a jar file.
django-apiview
A set of django tools to help you create JSON service..
zencore-etcd3
Python client for the etcd3 API
django-db-counter
Obtain continuous count.
django-zencache
Django cache backend for ZenCached.
zencache
Pure memory cache powered by Open RPC.
orpc
Open RPC.
imapbackup
Download all emails from an IMAP server and save these emails to .eml files, and allow you to restore these emails to a new imap server.
zencoreipinfo
Get outgoing ip from https://zencore.cn/ipinfo.
django-content-safe-uploader
FileField security validators: FileExtensionValidator, FileContentMatchesWithFileExtensionValidator.
zsfile
zstandard compress and decompress tool.
django-dynamic-model-admin
Define new type model in Django's admin site. New type model can be managed in admin site, and also provide the auto generated ModelForm.
django-gazing-select-widget
Choices of select widget changes while the value of another filed changes.
win32fastutils
Collection of win32 related utils.
c3tools
Collections of simple commands.
zencore-json2csv
Convert json array data to csv.
sftpd
A simple multi-thread sftp server.
unzip-aes
Unzip AES encrypted zip file.
filesplitor
Split file into small ones.
urltesting
URLs testing tool.
kadminutils
kadmin.local wrapper
django-template-standalone
Simple setup to use django's template engine for non-django applications.
django-force-disable-permissions-admin
Force disable permissions in admin site.
lua-resty-fastutils
Collection of simple utils.
lua-fastutils
Collection of simple utils.
django-crontab-agent
Agent for django-crontab-manager. Installed the agent on the target server. The agent will sync settings from the manager and update the crontab file every minutes. Note: It is an agent implementation of django-crontab-manager server.
django-mailcenter
Django mailcenter application.
luaproject
Use python package to manage LUA plugin, so that the plugin can be published to private pypi server and used internally. A temporary solution for PYTHONER using kong.
net-url
PYPI wrapper for lua project net-url. See package information at https://luarocks.org/modules/golgote/net-url.
python-abspath
python-abspath provides a command line tool that prints the absolute paths of all given files. File names can be piped via STDIN or given as arguments. Work for both Windows and Linux.
django-power-extensions
Collections of django extensions.
django-dynamic-resource-admin
Add dynamic css & js resources to django's admin site.
django-lookup-table-rating-widget
A django rating widget with a lookup-table for score-making rules.
django-static-respond
Django application contain respond static files.
django-item-owner-model
Data item has owner and can be shared to other users. Login user can only see owned or shared data items. User with permit_all permission can see all data items.
echo-server
Network service that send messages back to client. Used in network testing.
django-static-html5shiv
Django application contain html5shiv static files.
dataman
Json & Yaml file parse tools.
kong-plugin-local-manager
Use python package to manage kong plugin, so that the plugin can be published to private pypi server and used internally. A temporary solution for PYTHONER using kong.
qrimg
Generate QRCode Image
get-pypi-statistics
Get statistics of pypi.org. How many projects, how many releases, how many files and how many users?
hashtools
Hash tools collection, like md5, sha1, sha256 and many other hash tools.
win32printing
Printing utils.
browserctrl
Control the browser behavior automaticly.
sshrun
Run command on remote server via ssh channel.
ssh-get-sysinfo
Get system information via ssh channel.
pdf-tools
PDF tools, e.g. pdf2images, images2pdf, pdf2text, pdf2html, pdfmeta...
grayscale-image
Grayscale image.
django-power-cms
A power content management system based on django admin framework.
mtcping
Do tcping on many targets.
convert-csv-to-xlsx
Convert csv file to excel file.
django-yearmonth-widget
We only care about year and month for DateField, and always set the day to 1, it's a Django Widget allow you select the year and month. And now we support CharField backend.
django-static-arrive
Django application contain arrive js files. And arrive js is absorbed in watching for DOM elements creation and removal.
django-admin-app-sidebar
A django application that add portlets in right sidebar at app level.
filename-transencoding
Fix filename encoding problem. Copy all files to new position with new encoding.
django-simple-workflow
Simple workflow system based on django.
django-with-extra-context-admin
Provide a simple way to add extra context for view rendering in Django's admin site.
django-admin-fix-ie-compatible
Add X-UA-Compatible meta to django's admin site, so that the admin site can work in IE's compatible mode under IE9 or high version.
django-admin-item-owner
Model item always has an owner, and login user can only see owned items.
checkalive
Check the status of the service by checking whether the IP exists whether the PROCESS exists or whether the LISTENING PORT exists
uname2
Print certain system information. With no OPTION, same as -s.
ps2
Show process list.
imagespack
Package images into one PDF file or GIF file or TIFF file.
python-json2csv
Convert json array data to csv.
xlsx-split
Create new file for every row in excel sheet, with support of header and footer replication.
django-dataperm-model
A data model containing data permissions.
makegif
Make gif from images.
gif-frames
Extract frames from gif image.
django-fixstaticurl
Django static tag ignores META.SCRIPT_NAME settings, so we get it fixed.
tail
文件tail工具。引入“偏移量文件”记录文件读取信息,支持文件内容断续读取。
copytruncate
文件另存后清空文件,保持文件inode不变。一般可用于大日志文件的交换等场景。
xlsx-xargs
类似xargs命令,遍历依据是excel表单中的每一行。命令参数,允许被string.format替换,替换内容为指定单元格值。
transencoding
Convert encoding of given file from one encoding to another.
udp-test
A simple udp server and client for network testing.
distlock-client
Distribute lock system's client.
python-json2yaml
A simple command that turn json data to yaml format and vice versa. It can be used in Linux, MacOS and Window.
appserver
Application server framework help you write long run application.
keepserver
Monitor keepalived status, run start.sh if server get MASTER role, and run stop.sh if server get SLAVE role.
reids-json-storage
Redis json stroage.
appstart
Application server framework help you write long run application.
keepstart
Monitor keepalived status, run start.sh if server get MASTER role, and run stop.sh if server get SLAVE role.
zdas
Zencore daemon application start.
zas
Zencore Application Server.
django-redis-counter
Django application that keeps content visit count in redis first, then dump to database via extra job.
rjs
Redis json stroage.
giteway
Git repos manage.
hostnamed
Dynamic hostname manage and update.
ezrsa
Easy Rsa Django Application