Metadata-Version: 2.1
Name: Nova-EveFamilia
Version: 0.1.2
Summary: WebApplication Framework
Home-page: https://github.com/Eve-Familia-Inc/Nova
Author: Eve.Familia, Inc.
Author-email: eve@eve.ninja
License: UNKNOWN
Project-URL: Documentation, https://nova.eve.ninja/
Project-URL: Homepage, https://nova.eve.ninja/
Project-URL: Source, https://github.com/Eve-Familia-Inc/Nova
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Japanese
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Nova
https://nova.eve.ninja  
https://pypi.org/project/Nova-EveFamilia

## Nova｜Python3.9｜多分モダンなWebアプリケーションフレームワーク
Novaは、よくある普通のWebアプリケーションのためにPython3.9で書かれた普通のフレームワークです。  
今ではすっかりスタンダードとなった非同期処理(Async)を基本とし、Html, CSS, 画像などの静的コンテンツをオンメモリ化。　 
WebSocketも気軽に利用できて、分かりやすく自由度の高いコードが書けます。 マッピングのために妙なデコレーターを利用することはせず、サーバー部分で最後にメソッドを寄せ集めます。 特に何も考えなくても機能単位でコードの分割がしやすく、チームでの開発もスムーズに進むでしょう。  

<a href="https://nova.eve.ninja"><img src="https://nova.eve.ninja/img/wallpaper.png"></a>


