Coder Social home page Coder Social logo

accelero-cloud / appkernel Goto Github PK

View Code? Open in Web Editor NEW
158.0 14.0 12.0 488 KB

API development made easy: a smart Python 3 API framework

Home Page: http://appkernel.readthedocs.io/

License: Apache License 2.0

Python 96.19% Shell 3.81%
python python-library mongodb mongo rest-api rest restful-api restful-webservices restapi flask

appkernel's People

Contributors

bobotig avatar pyup-bot avatar thingsplode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appkernel's Issues

Logo Design

Hi. I am a graphic designer. I volunteer to design a logo for open source projects. I can design it for you to use it in the readme file. What dou you say?

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

print() is a function in Python 3

flake8 testing of https://github.com/accelero-cloud/appkernel on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./appkernel/compat.py:10:1: F822 undefined name 'unicode' in __all__
__all__ = ('bytes', 'set', 'unicode', 'long', 'unichr', 'queue')
^
./appkernel/compat.py:10:1: F822 undefined name 'unichr' in __all__
__all__ = ('bytes', 'set', 'unicode', 'long', 'unichr', 'queue')
^
./appkernel/engine.py:44:25: F821 undefined name 'iterable'
            return list(iterable)
                        ^
./appkernel/hacks/hacks.py:16:48: E999 SyntaxError: invalid syntax
        print "Creating table %s with fields %s" % (self.table_name, self.fields)
                                               ^
./appkernel/hacks/ioc.py:137:22: E999 SyntaxError: invalid syntax
            print self.prefix, message
                     ^
./tutorials/metaprogramming/order_processing_b.py:43:43: E999 SyntaxError: invalid syntax
        print '>> Audit time: %r  %2.2f ms' % (method.__name__, (te - ts) * 1000)
                                          ^
./tutorials/metaprogramming/order_processing_c.py:42:39: E999 SyntaxError: invalid syntax
    print '>> Audit time: %r  %2.2f ms' % (wrapped_function.__name__, (te - ts) * 1000)
                                      ^
4     E999 SyntaxError: invalid syntax
1     F821 undefined name 'iterable'
2     F822 undefined name 'unicode' in __all__
7

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.