Skip to main content

Nimba is a modern, fast coding, web framework with Python.

Project description

Nimba framework

https://github.com/hadpro24/nimba-framework/actions https://pypi.org/project/nimba/ https://pypi.org/project/nimba/ https://pypi.org/project/nimba/

Nimba Framework is a modern, fast coding, web framework with python.

warning This project is private and is still in design, not ready for production. Create an issue if you encounter any bugs!

Everything you need to know about Nimba Framework

Nimba Framework

The key features are:

  • Fast to code: Increase the speed to develop features. *
  • Intuitive: Excellent editor support. Quick understanding. Less debugging time..
  • Easy: Designed to be easy to use and learn. Less time reading docs.
  • Short: Minimizes code duplication. Multiple functionalities. Fewer bugs.

Installation

$ pip install nimba

Create Application

$ nimba create --app awesome_app

Structure project

  • app - Your app project, you will spend most of your time here.
    • views.py - Your logic code
    • models.py - Define here the schema of your database
    • tests.py - Write your test here
  • staticfiles - The static files.
  • templates - Your template (html page etc...).
  • settings.py - Settings database, secret key and other.
  • mask.py - the command utility, start the server, create views and many more.

Run server

In your project app awesome_app

$ python mask.py serve

Monitoring for changes...
Starting server in PID 72932
June 25, 2021 - 18:04:32
Serving on http://127.0.0.1:8000
Quit the server with CONTROL-C.

Open http://127.0.0.1:8000 in your navigator Screenshot

continue directly with tutorial

Licence

This project is licensed under the terms of Nimba solution compagny.

Credit

Harouna Diallo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nimba-0.0.9.tar.gz (29.1 MB view hashes)

Uploaded Source

Built Distribution

nimba-0.0.9-py3-none-any.whl (179.2 kB view hashes)

Uploaded Python 3

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