# **Flaskavel Framework**
**Your Web Development Laboratory**
<p align="center"><a href="https://flaskavel.com" target="_blank"><img src="https://raw.githubusercontent.com/flaskavel/framework/refs/heads/master/flaskavel/art/logo.png" width="505"></a></p>
Welcome to **Flaskavel**, the web framework designed to provide a seamless and powerful development experience! If you're looking for a solution that combines elegance, robustness, and ease of use, you're in the right place.
---
## **What is Flaskavel?**
Flaskavel is not just another Python framework—it's a unique web development environment built with the ideology of **Laravel** and the lightweight nature of **Flask**. We've crafted Flaskavel to make web development as intuitive as possible while maintaining the power and scalability you need for modern applications.
### **A Blend of Flask and Laravel Ideologies**
While **Flaskavel** might bear the name **Flask**, don't be mistaken—Flask is only used to handle HTTP requests. Beyond that, Flaskavel is entirely developed by our team. From routing and error handling to server initialization and even the built-in **Bootstrap**, everything is crafted by the Flaskavel team to give you complete control and flexibility.
As for **Laravel**—while we don't directly implement Laravel, we embrace its **philosophy** and **structure**. We took the best practices and architecture from Laravel, and merged it with Flask's simplicity, so that any Laravel developer can easily transition to Flaskavel. In our introduction, we dive deeper into why this beautiful solution came into existence.
---
## **Why Flaskavel?**
At Flaskavel, we understand that developers seek a framework that doesn't just work but also evolves with the changing landscape of web development. Here's why Flaskavel stands out:
### **Progressive and Feature-Rich**
Flaskavel was built to progressively cover everything you can accomplish in other languages but with Python's strength.
- **Create REST APIs effortlessly**: With Flaskavel, creating RESTful APIs is a breeze, and it comes with the flexibility you need for modern, scalable services.
- **Render content with SSR**: Looking for Server-Side Rendering (SSR)? Flaskavel allows you to render dynamic content directly on the server and serve it to the browser—faster and more efficiently.
- **Powerful Console System**: Need to build a powerful command-line interface? Flaskavel makes it easier than ever to create sophisticated console commands. Plus, you'll have access to features like AI, OCR, and more without the overhead that other languages impose.
- **Native Desktop Systems (Coming Soon!)**: You’ve heard of “Native” applications before, but what’s more native than Python? Flaskavel can be used to build highly efficient desktop systems, providing a true native experience across platforms.
- **Mobile Applications (Coming Soon!)**: While we focus on the web for now, we're already working on extending Flaskavel to support mobile app development. The future holds incredible possibilities!
---
## **A Framework with Endless Possibilities**
### **A Framework for All Developers**
Whether you're an experienced developer or just starting, Flaskavel is designed to be approachable and powerful. If you’re familiar with Laravel, Flaskavel will feel like a natural fit. Its clear structure, elegant syntax, and robust features make Flaskavel a framework you can rely on for any project—small or large.
### **The Flaskavel Community**
One of the core values of Flaskavel is **community**. As we continue to grow and improve, Flaskavel thrives on collaboration. By joining our community, you’ll unlock endless opportunities, share knowledge, and contribute to making Flaskavel even better. The more you contribute, the faster we evolve!
---
## **Features**
- **Lightweight and Fast**: Flaskavel inherits Flask’s minimalism and speed, allowing you to focus on the application rather than dealing with framework bloat.
- **Elegant Syntax**: Inspired by Laravel’s clean and easy-to-understand syntax, Flaskavel ensures that writing code is as enjoyable as it is productive.
- **Robust Error Handling**: Our custom error handling system ensures that you're always in control, providing clear and concise error messages.
- **Seamless Routing**: Define routes the easy way, with Flaskavel’s innovative approach to routing that’s clean, efficient, and intuitive.
- **Powerful Command-Line Interface (CLI)**: Create custom commands, manage your application, and access advanced tools right from the terminal.
---
Tienes razón, antes de activar el entorno virtual, se debe acceder a la carpeta del proyecto. Aquí está la versión corregida y mejorada con ese detalle:
---
### 1. **Install Flaskavel Globally (Not in a Virtual Environment)**:
To install Flaskavel globally on your system, use the following command:
```bash
pip install flaskavel
```
This will install Flaskavel globally, making it available for all your Python projects. If you're on macOS or Linux, you may need to prepend the command with `sudo` to grant administrator permissions:
```bash
sudo pip install flaskavel
```
If you're using Python 3, ensure you're using `pip3` instead of `pip`:
```bash
sudo pip3 install flaskavel
```
### 2. **Create Your First Flaskavel Project**:
Once Flaskavel is installed, create a new project by running:
```bash
flaskavel new example_app
```
This will generate a new project directory called `example_app` with the necessary files to get started.
### 3. **Navigate to Your Project Folder**:
Before activating the virtual environment, navigate to the folder where your project was created. Use the following command:
```bash
cd example_app
```
### 4. **Activate Flaskavel's Virtual Environment**:
Flaskavel creates a virtual environment within the project directory to keep dependencies isolated. Now that you're inside your project folder, activate the virtual environment:
- On **macOS/Linux**:
```bash
source venv/bin/activate
```
- On **Windows**:
```bash
venv\Scripts\activate
```
Once activated, your terminal will show the virtual environment's name (e.g., `(venv)`) indicating that you're now working within the isolated environment.
### 5. **Run Your Development Server**:
With the virtual environment activated, you can now start the Flaskavel development server:
```bash
python reactor serve
```
This will launch the server, allowing you to view your application in the browser and start developing.
---
## **Contributing**
Flaskavel is an open-source project, and we invite you to help make it better! Whether you're fixing bugs, adding new features, or simply improving the documentation, your contributions are welcome.
- **Fork the repository**
- **Create a new branch**
- **Submit a pull request**
---
## **Documentation**
For a complete reference on how to use Flaskavel, including advanced configuration and tips on building larger applications, visit our [full documentation](https://flaskavel.com).
---
## **Get Involved**
Flaskavel is all about community, so we encourage you to join us and help shape its future. You can get involved by:
- **Using Flaskavel**: Build amazing projects with it and share your experience.
- **Reporting Issues**: Found a bug? Let us know, and we’ll work on fixing it.
- **Contributing Code**: Help improve Flaskavel by submitting your own changes or features.
---
## **Conclusion**
At Flaskavel, we believe in empowering developers to create beautiful, scalable, and efficient web applications. Whether you're building APIs, SSR apps, or console tools, Flaskavel is here to provide the foundation you need. Join us today and be a part of this exciting new development revolution!
Raw data
{
"_id": null,
"home_page": "https://github.com/flaskavel/framework",
"name": "flaskavel",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": null,
"author": "Raul Mauricio U\u00f1ate Castro",
"author_email": "raulmauriciounate@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e8/71/8d10cac8d8c3a1108a6d7596d253ea7ee447325c7205abc6a8f984b8a199/flaskavel-1.65.0.tar.gz",
"platform": null,
"description": "# **Flaskavel Framework**\r\n**Your Web Development Laboratory**\r\n\r\n<p align=\"center\"><a href=\"https://flaskavel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/flaskavel/framework/refs/heads/master/flaskavel/art/logo.png\" width=\"505\"></a></p>\r\n\r\nWelcome to **Flaskavel**, the web framework designed to provide a seamless and powerful development experience! If you're looking for a solution that combines elegance, robustness, and ease of use, you're in the right place.\r\n\r\n---\r\n\r\n## **What is Flaskavel?**\r\n\r\nFlaskavel is not just another Python framework\u2014it's a unique web development environment built with the ideology of **Laravel** and the lightweight nature of **Flask**. We've crafted Flaskavel to make web development as intuitive as possible while maintaining the power and scalability you need for modern applications.\r\n\r\n### **A Blend of Flask and Laravel Ideologies**\r\n\r\nWhile **Flaskavel** might bear the name **Flask**, don't be mistaken\u2014Flask is only used to handle HTTP requests. Beyond that, Flaskavel is entirely developed by our team. From routing and error handling to server initialization and even the built-in **Bootstrap**, everything is crafted by the Flaskavel team to give you complete control and flexibility.\r\n\r\nAs for **Laravel**\u2014while we don't directly implement Laravel, we embrace its **philosophy** and **structure**. We took the best practices and architecture from Laravel, and merged it with Flask's simplicity, so that any Laravel developer can easily transition to Flaskavel. In our introduction, we dive deeper into why this beautiful solution came into existence.\r\n\r\n---\r\n\r\n## **Why Flaskavel?**\r\n\r\nAt Flaskavel, we understand that developers seek a framework that doesn't just work but also evolves with the changing landscape of web development. Here's why Flaskavel stands out:\r\n\r\n### **Progressive and Feature-Rich**\r\nFlaskavel was built to progressively cover everything you can accomplish in other languages but with Python's strength. \r\n\r\n- **Create REST APIs effortlessly**: With Flaskavel, creating RESTful APIs is a breeze, and it comes with the flexibility you need for modern, scalable services.\r\n- **Render content with SSR**: Looking for Server-Side Rendering (SSR)? Flaskavel allows you to render dynamic content directly on the server and serve it to the browser\u2014faster and more efficiently.\r\n- **Powerful Console System**: Need to build a powerful command-line interface? Flaskavel makes it easier than ever to create sophisticated console commands. Plus, you'll have access to features like AI, OCR, and more without the overhead that other languages impose.\r\n- **Native Desktop Systems (Coming Soon!)**: You\u2019ve heard of \u201cNative\u201d applications before, but what\u2019s more native than Python? Flaskavel can be used to build highly efficient desktop systems, providing a true native experience across platforms.\r\n- **Mobile Applications (Coming Soon!)**: While we focus on the web for now, we're already working on extending Flaskavel to support mobile app development. The future holds incredible possibilities!\r\n\r\n---\r\n\r\n## **A Framework with Endless Possibilities**\r\n\r\n### **A Framework for All Developers**\r\n\r\nWhether you're an experienced developer or just starting, Flaskavel is designed to be approachable and powerful. If you\u2019re familiar with Laravel, Flaskavel will feel like a natural fit. Its clear structure, elegant syntax, and robust features make Flaskavel a framework you can rely on for any project\u2014small or large.\r\n\r\n### **The Flaskavel Community**\r\n\r\nOne of the core values of Flaskavel is **community**. As we continue to grow and improve, Flaskavel thrives on collaboration. By joining our community, you\u2019ll unlock endless opportunities, share knowledge, and contribute to making Flaskavel even better. The more you contribute, the faster we evolve!\r\n\r\n---\r\n\r\n## **Features**\r\n\r\n- **Lightweight and Fast**: Flaskavel inherits Flask\u2019s minimalism and speed, allowing you to focus on the application rather than dealing with framework bloat.\r\n- **Elegant Syntax**: Inspired by Laravel\u2019s clean and easy-to-understand syntax, Flaskavel ensures that writing code is as enjoyable as it is productive.\r\n- **Robust Error Handling**: Our custom error handling system ensures that you're always in control, providing clear and concise error messages.\r\n- **Seamless Routing**: Define routes the easy way, with Flaskavel\u2019s innovative approach to routing that\u2019s clean, efficient, and intuitive.\r\n- **Powerful Command-Line Interface (CLI)**: Create custom commands, manage your application, and access advanced tools right from the terminal.\r\n\r\n---\r\n\r\nTienes raz\u00f3n, antes de activar el entorno virtual, se debe acceder a la carpeta del proyecto. Aqu\u00ed est\u00e1 la versi\u00f3n corregida y mejorada con ese detalle:\r\n\r\n---\r\n\r\n### 1. **Install Flaskavel Globally (Not in a Virtual Environment)**:\r\nTo install Flaskavel globally on your system, use the following command:\r\n\r\n```bash\r\npip install flaskavel\r\n```\r\n\r\nThis will install Flaskavel globally, making it available for all your Python projects. If you're on macOS or Linux, you may need to prepend the command with `sudo` to grant administrator permissions:\r\n\r\n```bash\r\nsudo pip install flaskavel\r\n```\r\n\r\nIf you're using Python 3, ensure you're using `pip3` instead of `pip`:\r\n\r\n```bash\r\nsudo pip3 install flaskavel\r\n```\r\n\r\n### 2. **Create Your First Flaskavel Project**:\r\nOnce Flaskavel is installed, create a new project by running:\r\n\r\n```bash\r\nflaskavel new example_app\r\n```\r\n\r\nThis will generate a new project directory called `example_app` with the necessary files to get started.\r\n\r\n### 3. **Navigate to Your Project Folder**:\r\nBefore activating the virtual environment, navigate to the folder where your project was created. Use the following command:\r\n\r\n```bash\r\ncd example_app\r\n```\r\n\r\n### 4. **Activate Flaskavel's Virtual Environment**:\r\nFlaskavel creates a virtual environment within the project directory to keep dependencies isolated. Now that you're inside your project folder, activate the virtual environment:\r\n\r\n- On **macOS/Linux**:\r\n\r\n ```bash\r\n source venv/bin/activate\r\n ```\r\n\r\n- On **Windows**:\r\n\r\n ```bash\r\n venv\\Scripts\\activate\r\n ```\r\n\r\nOnce activated, your terminal will show the virtual environment's name (e.g., `(venv)`) indicating that you're now working within the isolated environment.\r\n\r\n### 5. **Run Your Development Server**:\r\nWith the virtual environment activated, you can now start the Flaskavel development server:\r\n\r\n```bash\r\npython reactor serve\r\n```\r\n\r\nThis will launch the server, allowing you to view your application in the browser and start developing.\r\n\r\n---\r\n\r\n## **Contributing**\r\n\r\nFlaskavel is an open-source project, and we invite you to help make it better! Whether you're fixing bugs, adding new features, or simply improving the documentation, your contributions are welcome.\r\n\r\n- **Fork the repository**\r\n- **Create a new branch**\r\n- **Submit a pull request**\r\n\r\n---\r\n\r\n## **Documentation**\r\n\r\nFor a complete reference on how to use Flaskavel, including advanced configuration and tips on building larger applications, visit our [full documentation](https://flaskavel.com).\r\n\r\n---\r\n\r\n## **Get Involved**\r\n\r\nFlaskavel is all about community, so we encourage you to join us and help shape its future. You can get involved by:\r\n\r\n- **Using Flaskavel**: Build amazing projects with it and share your experience.\r\n- **Reporting Issues**: Found a bug? Let us know, and we\u2019ll work on fixing it.\r\n- **Contributing Code**: Help improve Flaskavel by submitting your own changes or features.\r\n\r\n---\r\n\r\n## **Conclusion**\r\n\r\nAt Flaskavel, we believe in empowering developers to create beautiful, scalable, and efficient web applications. Whether you're building APIs, SSR apps, or console tools, Flaskavel is here to provide the foundation you need. Join us today and be a part of this exciting new development revolution!\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Your Laboratory for Elegant Web Development",
"version": "1.65.0",
"project_urls": {
"Homepage": "https://github.com/flaskavel/framework"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "add38840ab0c4bef0746245fac8080459e6478bf9e86e8c9af1ee5316ee1bf25",
"md5": "94b6ebb6c1c5e5d4a10c06e296c73837",
"sha256": "9850e0ee714e7922711f92d9ea05df4676b3fc49497380a418a8cb787847f01b"
},
"downloads": -1,
"filename": "flaskavel-1.65.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "94b6ebb6c1c5e5d4a10c06e296c73837",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 318755,
"upload_time": "2025-02-15T03:25:01",
"upload_time_iso_8601": "2025-02-15T03:25:01.930939Z",
"url": "https://files.pythonhosted.org/packages/ad/d3/8840ab0c4bef0746245fac8080459e6478bf9e86e8c9af1ee5316ee1bf25/flaskavel-1.65.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e8718d10cac8d8c3a1108a6d7596d253ea7ee447325c7205abc6a8f984b8a199",
"md5": "e844b1acaa8d94aebea4842322d5d755",
"sha256": "18d748b328b46ed82ef737f2523c171d4a0d178d250983404489bc2de9d9b66b"
},
"downloads": -1,
"filename": "flaskavel-1.65.0.tar.gz",
"has_sig": false,
"md5_digest": "e844b1acaa8d94aebea4842322d5d755",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 265646,
"upload_time": "2025-02-15T03:25:03",
"upload_time_iso_8601": "2025-02-15T03:25:03.955770Z",
"url": "https://files.pythonhosted.org/packages/e8/71/8d10cac8d8c3a1108a6d7596d253ea7ee447325c7205abc6a8f984b8a199/flaskavel-1.65.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-15 03:25:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "flaskavel",
"github_project": "framework",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "bcrypt",
"specs": [
[
">=",
"4.2.0"
]
]
},
{
"name": "blinker",
"specs": [
[
">=",
"1.8.2"
]
]
},
{
"name": "cffi",
"specs": [
[
">=",
"1.17.1"
]
]
},
{
"name": "click",
"specs": [
[
">=",
"8.1.7"
]
]
},
{
"name": "colorama",
"specs": [
[
">=",
"0.4.6"
]
]
},
{
"name": "cryptography",
"specs": [
[
">=",
"43.0.3"
]
]
},
{
"name": "Flask",
"specs": [
[
">=",
"3.0.3"
]
]
},
{
"name": "Flask-Cors",
"specs": [
[
">=",
"5.0.0"
]
]
},
{
"name": "flaskavel",
"specs": [
[
">=",
"0.25.0"
]
]
},
{
"name": "greenlet",
"specs": [
[
">=",
"3.1.1"
]
]
},
{
"name": "itsdangerous",
"specs": [
[
">=",
"2.2.0"
]
]
},
{
"name": "Jinja2",
"specs": [
[
">=",
"3.1.4"
]
]
},
{
"name": "MarkupSafe",
"specs": [
[
">=",
"3.0.2"
]
]
},
{
"name": "pyclean",
"specs": [
[
">=",
"3.0.0"
]
]
},
{
"name": "pycparser",
"specs": [
[
">=",
"2.22"
]
]
},
{
"name": "python-dotenv",
"specs": [
[
">=",
"1.0.1"
]
]
},
{
"name": "schedule",
"specs": [
[
">=",
"1.2.2"
]
]
},
{
"name": "SQLAlchemy",
"specs": [
[
">=",
"2.0.36"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
">=",
"4.12.2"
]
]
},
{
"name": "pyparsing",
"specs": [
[
">=",
"3.1.4"
]
]
},
{
"name": "Werkzeug",
"specs": [
[
">=",
"3.0.4"
]
]
}
],
"lcname": "flaskavel"
}