Skip to main content
Avatar for zencore from gravatar.com
Username    zencore
Date joined   Joined

165 projects

django-static-adminlte

Last released

Django application contain adminlte static files.

celery-streaming-result

Last released

Celery任务结果分片管理

zenutils

Last released

Collection of simple utils.

django-model-helper

Last released

Helpful django abstract models collection.

globallock

Last released

Distributed lock manager, support many types of backend, e.g. redis, django-redis, etcd, zookeeper...

fastutils

Last released

Collection of simple utils.

taskbeat

Last released

In memory task schedule support cron tasks, interval tasks and onetime tasks. Using python's asyncio.

django-site-warnings

Last released

Django application allow to create site warnings, make subscription, and receive notifies.

django-simpletask2

Last released

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.

ldaputils

Last released

Ldap utils library.

django-readedit-switch-admin

Last released

Read item detail first, and click the Edit switch button to turn to edit view.

orpc-server

Last released

Open RPC server.

django-crontab-manager

Last released

Manage crontab tasks on web. Update crontab file on system while changes made on manager. Work with django-crontab-agent.

buildincr

Last released

Increment the value in the build-serial-file by one.

django-simple-export-admin

Last released

A simple django admin allow your export queryset to xlsx file.

django-simpletask

Last released

Django application provides simple task model, admin, server services and client service.

django-simple-publish-model

Last released

Django application provides simple publish/unpublish model and admin.

django-redis-data-manager

Last released

A simple django application provide simple redis cache data manager functional.

django-static-echarts

Last released

Django application contain echarts static files.

sm3utils

Last released

SM3 Cryptographic Hash Algorithm.

django-command-server

Last released

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-msms-admin

Last released

Intelligent management for multiple subclass models in django's admin site.

django-static-bootstrap

Last released

Django application contain bootstrap static files.

miniweb

Last released

A simple web framework for Python.

django-middleware-global-request

Last released

Django middleware that keep request instance for every thread.

django-middleware-request-id

Last released

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-toggle-switch-widget

Last released

Display toggle switch in stead of checkbox for BooleanField in django admin site.

django-cards-admin

Last released

Show cards in changelist instead of table for django admin site.

django-checkbox-normalize

Last released

It's NOT a good design to put label after checkbox for BooleanField widget, so let's make it normal.

django-static-ionicons

Last released

Django application contain ionicons static files.

django-visit-on-site-in-new-window

Last released

Turn VISIT-ON-SITE button to open in the new window on Django's admin site.

django-tabbed-changeform-admin

Last released

Group fieldsets or inlinegroups into tabs for django admin's changeform.

django-simpletask2-server

Last released

Django simpletask2 handler server.

ipa-utils

Last released

Freeipa command line utils. Use sub-command to do real work.

django-mptt-simple-listfilters

Last released

Provides simple filters based on django-mptt's TreeRelatedFieldListFilter, e.g. ListFilterIgnoreLeafNodes and ListFilterLimitDepth.

django-simple-tags

Last released

Collection of simple django tags and filters.

django-fastadmin

Last released

django admin extensions.

django-changelist-toolbar-admin

Last released

Provides custom button management function on changelist page of django admin site.

django-admin-safe-login

Last released

Add captcha field for django admin's login page.

graceful-sigterm

Last released

Receive the kill signal from the operating system and gracefully wait for the worker thread to end.

python-sendmail

Last released

Sendmail client. send mail via stmp server.

django-horizontal-list-filter

Last released

Move list filter to above of the changelist in django admin site.

bizerror

Last released

Collections of common business errors.

pooling

Last released

pooling anything.

django-secure-password-input

Last released

A simple django application provides function to encrypt password value with rsa public key before form submit and decrypt at the backend.

django-object-toolbar-admin

Last released

Add toolbar in every item line in django's changelist view, and on top of django's changeform view.

django-data-import-management

Last released

Django data import management application.

django-power-admin

Last released

Django提供了快捷的生成后台管理站点的能力。本应用旨在增强Django Admin的能力,提供丰富的Admin、Widget、ListFilter、Form等等界面扩展类,同时也为常用的数据管理模型提供完整的管理功能。

django-safe-settings

Last released

Django application let you write your database password settings in an encrypted way.

msg2bytes

Last released

MessageToBytes(msg2bytes) is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller.

jarexps

Last released

Setup a simple orpc server to export services from a jar file.

orpc-client

Last released

Open RPC client.

django-server-controller

Last released

Django server controllers, e.g. UwsgiController, GunicornController.

django-cascading-dropdown-widget

Last released

Provide a cascading-dropdown widget for django.

django-db-lock

Last released

Lock something and keep status in database. A simple distributed lock system.

django-app-requires

Last released

A simple tool that allows you to specify app dependencies and middleware dependencies in your application, and also allow you to add default values for your additional configurations, after then load all your application settings into your project's settings.

django-apiview

Last released

A set of django tools to help you create JSON service..

django-admin-global-sidebar

Last released

Provides a configurable left navigation bar for Django's admin site.

django-static-jquery-ui

Last released

Django application contains all jquery static files.

django-static-ace-builds

Last released

Django application contain ace-builds(Ajax.org Cloud9 Editor) static files.

django-static-jquery3

Last released

Django application contain jquery3 static files.

django-static-fontawesome

Last released

Django application contain font-awesome static files

django-static-swagger-ui

Last released

Django application contain swagger-ui static files

daemon-application

Last released

A simple python package for creating daemon applications.

xlsxhelper

Last released

Excel file manipulation toolset.

s1ncipher

Last released

A simple cipher keeps original order and can be search partly by encode 1 byte data to many bytes.

srndcipher

Last released

A simple way to encode plain text, keeps the result sortable and partly searchable.

django-safe-fields

Last released

Save field value encrypted to database.

magic-import

Last released

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.

dictop

Last released

DICT-OPERATION allow you select data value from a dict-instance with dot separated path, and update.

zencore-etcd3

Last released

Python client for the etcd3 API

simplemagic

Last released

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-data-history

Last released

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-db-counter

Last released

Obtain continuous count.

django-zencache

Last released

Django cache backend for ZenCached.

zencache

Last released

Pure memory cache powered by Open RPC.

orpc

Last released

Open RPC.

imapbackup

Last released

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

Last released

Get outgoing ip from https://zencore.cn/ipinfo.

django-content-safe-uploader

Last released

FileField security validators: FileExtensionValidator, FileContentMatchesWithFileExtensionValidator.

zsfile

Last released

zstandard compress and decompress tool.

xmlrpcutils

Last released

xmlrpc server simplify.

django-dynamic-model-admin

Last released

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

Last released

Choices of select widget changes while the value of another filed changes.

redmq

Last released

Redis message queue utils: a simple distributed lock based on redis, a simple message queue based on redis with ack feature.

kafka-admin-service

Last released

Kafka admin service class, provides basic management functions such as USER creation, USER deletion, USER listing all and USER password changing, TOPIC creation, TOPIC deletion, TOPIC listing all, and ACL creation, ACL deletion and ACL listing all.

win32fastutils

Last released

Collection of win32 related utils.

c3tools

Last released

Collections of simple commands.

logio

Last released

Parse log file as input and export the data to database as output.

zencore-json2csv

Last released

Convert json array data to csv.

sftpd

Last released

A simple multi-thread sftp server.

unzip-aes

Last released

Unzip AES encrypted zip file.

filesplitor

Last released

Split file into small ones.

urltesting

Last released

URLs testing tool.

kadminutils

Last released

kadmin.local wrapper

django-template-standalone

Last released

Simple setup to use django's template engine for non-django applications.

django-force-disable-permissions-admin

Last released

Force disable permissions in admin site.

lua-resty-fastutils

Last released

Collection of simple utils.

lua-fastutils

Last released

Collection of simple utils.

django-crontab-agent

Last released

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

Last released

Django mailcenter application.

openldapctrl

Last released

Simple command tool to setup openldap server.

luaproject

Last released

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

Last released

PYPI wrapper for lua project net-url. See package information at https://luarocks.org/modules/golgote/net-url.

python-abspath

Last released

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

Last released

Collections of django extensions.

django-dynamic-resource-admin

Last released

Add dynamic css & js resources to django's admin site.

django-lookup-table-rating-widget

Last released

A django rating widget with a lookup-table for score-making rules.

django-static-respond

Last released

Django application contain respond static files.

django-fullname-localization

Last released

Add localization support for user's fullname.

django-item-owner-model

Last released

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

Last released

Network service that send messages back to client. Used in network testing.

django-static-html5shiv

Last released

Django application contain html5shiv static files.

dataman

Last released

Json & Yaml file parse tools.

kong-plugin-local-manager

Last released

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

Last released

Generate QRCode Image

get-pypi-statistics

Last released

Get statistics of pypi.org. How many projects, how many releases, how many files and how many users?

hashtools

Last released

Hash tools collection, like md5, sha1, sha256 and many other hash tools.

win32printing

Last released

Printing utils.

browserctrl

Last released

Control the browser behavior automaticly.

sshrun

Last released

Run command on remote server via ssh channel.

ssh-get-sysinfo

Last released

Get system information via ssh channel.

pdf-tools

Last released

PDF tools, e.g. pdf2images, images2pdf, pdf2text, pdf2html, pdfmeta...

grayscale-image

Last released

Grayscale image.

django-power-cms

Last released

A power content management system based on django admin framework.

mtcping

Last released

Do tcping on many targets.

convert-csv-to-xlsx

Last released

Convert csv file to excel file.

django-yearmonth-widget

Last released

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

Last released

Django application contain arrive js files. And arrive js is absorbed in watching for DOM elements creation and removal.

django-admin-app-sidebar

Last released

A django application that add portlets in right sidebar at app level.

filename-transencoding

Last released

Fix filename encoding problem. Copy all files to new position with new encoding.

django-simple-workflow

Last released

Simple workflow system based on django.

django-with-extra-context-admin

Last released

Provide a simple way to add extra context for view rendering in Django's admin site.

django-admin-fix-ie-compatible

Last released

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

Last released

Model item always has an owner, and login user can only see owned items.

checkalive

Last released

Check the status of the service by checking whether the IP exists whether the PROCESS exists or whether the LISTENING PORT exists

uname2

Last released

Print certain system information. With no OPTION, same as -s.

ps2

Last released

Show process list.

imagespack

Last released

Package images into one PDF file or GIF file or TIFF file.

python-json2csv

Last released

Convert json array data to csv.

xlsx-split

Last released

Create new file for every row in excel sheet, with support of header and footer replication.

django-dataperm-model

Last released

A data model containing data permissions.

makegif

Last released

Make gif from images.

rot-codec

Last released

rot5, rot13, rot18, rot47 codecs.

gif-frames

Last released

Extract frames from gif image.

django-fixstaticurl

Last released

Django static tag ignores META.SCRIPT_NAME settings, so we get it fixed.

tail

Last released

文件tail工具。引入“偏移量文件”记录文件读取信息,支持文件内容断续读取。

copytruncate

Last released

文件另存后清空文件,保持文件inode不变。一般可用于大日志文件的交换等场景。

xlsx-xargs

Last released

类似xargs命令,遍历依据是excel表单中的每一行。命令参数,允许被string.format替换,替换内容为指定单元格值。

transencoding

Last released

Convert encoding of given file from one encoding to another.

udp-test

Last released

A simple udp server and client for network testing.

distlock-client

Last released

Distribute lock system's client.

python-json2yaml

Last released

A simple command that turn json data to yaml format and vice versa. It can be used in Linux, MacOS and Window.

appserver

Last released

Application server framework help you write long run application.

keepserver

Last released

Monitor keepalived status, run start.sh if server get MASTER role, and run stop.sh if server get SLAVE role.

reids-json-storage

Last released

Redis json stroage.

appstart

Last released

Application server framework help you write long run application.

keepstart

Last released

Monitor keepalived status, run start.sh if server get MASTER role, and run stop.sh if server get SLAVE role.

zdas

Last released

Zencore daemon application start.

zas

Last released

Zencore Application Server.

django-redis-counter

Last released

Django application that keeps content visit count in redis first, then dump to database via extra job.

rjs

Last released

Redis json stroage.

giteway

Last released

Git repos manage.

hostnamed

Last released

Dynamic hostname manage and update.

ezrsa

Last released

Easy Rsa Django Application

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page