Skip to main content

Aurora is an MVC web framework for creating RESTFUL CRUD applications quickly and simply

Project description

Aurora Framework (v0.9.3 beta)

Aurora is an MVC web framework for creating CRUD applications quickly and simply.

It is based on REST architecture. In another word it is a RESTFUL web framework.

Aurora is written in Python, and partially used Flask.

Installation

You can install Aurora by running:

$ pip install aurora-mvc

Usage

Get Started

To get started with Aurora simply do the following steps:

  1. Create the root app (project) directory:
$ mkdir my_app

Here my_app is a variable name. Change it to anything of your choice at any time you want.

  1. Create a python virtual environment in the same path the project directory exists:

Linux / Mac:

$ python3 -m venv venv

Windows:

$ py -m venv venv
  1. Activate the virtual environment:

Linux / Mac:

$ source venv/bin/activate

Windows:

$ venv\scripts\activate
  1. Navigate to the project directory:
(venv) cd my_app

Notice that the project directory must be empty, otherwise you will get an error on the next step.

  1. Initialize the root app with Aurora via python shell:

Linux / Mac:

(venv) python3
>>> from aurora import init
>>> init.start()

Windows:

(venv) py
>>> from aurora import init
>>> init.start()

Congratulations! You successfully initialized the root app. Now you are ready to get started with Aurora.

  1. To start the root app run the following command:

Linux / Mac:

(venv) python3 -m app

Windows:

(venv) py -m app

Next Steps

Documentation: Aurora Docs

Changelog: Aurora Changes

Issues: Aurora Bug Tracker

Source: Aurora GitHub Repo

PyPI: Aurora PyPI Page

Dependencies

Packages:

Database APIs:

  • sqlite3 -- If you are using SQLite Database. Included in the standard python library
  • mysql.connector -- If you are using MySQL Database.
  • psycopg2 -- If you are using Postgres Database.

About The Author

Hello Everyone!

I'm Hemin Satya, a freelance programmer. Aurora framework is currently in beta version, and I'm trying my best to make it something magnificent. I hope you like it.

If you saw any bugs or mistakes, please let me know. I'll do my best to solve them asap.

Please let me know your precious comments, observations, and suggestions. (GitHub) (Twitter)

Thank you all.

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

aurora-mvc-0.9.3.tar.gz (169.6 kB view details)

Uploaded Source

Built Distribution

aurora_mvc-0.9.3-py3-none-any.whl (172.2 kB view details)

Uploaded Python 3

File details

Details for the file aurora-mvc-0.9.3.tar.gz.

File metadata

  • Download URL: aurora-mvc-0.9.3.tar.gz
  • Upload date:
  • Size: 169.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for aurora-mvc-0.9.3.tar.gz
Algorithm Hash digest
SHA256 b7e4092cf9058a84253cda6641f249a860360e4f894d0f5e4917bf6cdcbf76c2
MD5 c6dd3cc1e34865e1d38ee53a4dd45367
BLAKE2b-256 4a68be55e8e7e4c96a8b7e0fa2f95bfffef18454e5ae21d7b1fa8e2cd71f98e7

See more details on using hashes here.

File details

Details for the file aurora_mvc-0.9.3-py3-none-any.whl.

File metadata

  • Download URL: aurora_mvc-0.9.3-py3-none-any.whl
  • Upload date:
  • Size: 172.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for aurora_mvc-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 715420af75161e56b54626603f600ccee599f286c46a11051976af321ef2891e
MD5 668efa4d9605687f30340548c848c018
BLAKE2b-256 cc84dbe567b4bf5da7dfbbc77321856d57c32cb3c122da0c19cd214d335ceccb

See more details on using hashes here.

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