Code Monkey home page Code Monkey logo

jupiter's Introduction

jupiter

Build Status Codacy Badge License

jupiter一个AIO web框架,能够快速开发高性能web项目。

https://github.com/dianbaer/jupiter

1、jupiter_http

安装:

pip install jupiter_http

jupiter_http是一个AIO Web框架,扩展了aiohttp,增加扫描、注解、过滤、模板等功能。

例子:jupiter_http_test

jupiter_http如何使用

2、jupiter_orm

安装:

pip install jupiter_orm

jupiter_orm是一个AIO ORM框架,扩展了aiomysql,能够通过对象操作数据库。

例子:jupiter_orm_test

jupiter_orm如何使用

3、jupiter_config

安装:

pip install jupiter_config

jupiter_config如何使用

上传至pypi

windows 创建文件

type NUL > .pypirc

.pypric文件放入home目录下

	[distutils]
	index-servers =
	  pypi

	[pypi]
	repository=https://pypi.python.org/pypi
	username=your_username
	password=your_password

检查	
python setup.py check

打包
python setup.py sdist

上传
python setup.py sdist upload -r pypi

jupiter's People

Contributors

dianbaer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.