masonite


Namemasonite JSON
Version 4.20.0 PyPI version JSON
download
home_pagehttps://github.com/masoniteframework/masonite
SummaryThe Masonite Framework
upload_time2024-03-12 02:01:30
maintainer
docs_urlNone
authorJoe Mancuso
requires_python
licenseMIT
keywords masonite masoniteframework python orm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4trhpkkdbbzutc5ufxi9.png" width="160px">
  <h1 align="center">Masonite</h1>
</p>
<p align="center">
  <img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/MasoniteFramework/masonite/pythonapp.yml?branch=develop">
  <img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="Python Version">
  <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/MasoniteFramework/masonite?include_prereleases">
  <img src="https://img.shields.io/github/license/MasoniteFramework/masonite.svg" alt="License">
  <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

## About Masonite

Stop using old frameworks with just a few confusing features. Masonite is the developer focused dev tool with all the features you need for the rapid development you deserve. Masonite is perfect for beginners getting their first web app deployed or advanced developers and businesses that need to reach for the full fleet of features available. A short list of the available features are:

* Mail support for sending emails quickly.
* Queue support to speed your application up by sending jobs to run on a queue or asynchronously.
* Notifications for sending notifications to your users simply and effectively.
* Task scheduling to run your jobs on a schedule (like everyday at midnight) so you can set and forget your tasks.
* Events you can listen for to execute listeners that perform your tasks when certain events happen in your app.
* A BEAUTIFUL Active Record style ORM called Masonite ORM. Amazingness at your fingertips.
* Many more features you need which you can find in the docs!

## Learning Masonite

New to Masonite? Read the [Official Documentation](https://docs.masoniteproject.com/).
Masonite strives to have extremely clear documentation 😃. It would be wise to go through the tutorials there.
If you find any discrepencies or anything that doesn't make sense, please open an issue and we will get it cleared up!

Have questions or want to talk? Be sure to join the [Masonite Discord Community](https://discord.gg/TwKeFahmPZ)!

## Getting Started Quickly

Create and activate a virtual environment and if you have a working Python 3.7+ installation then getting started is as quick as typing

```bash
pip install masonite
project start .
python craft serve
```

## Contributing

Contributing to Masonite is simple:

- Hop on [Masonite Discord Community](https://discord.gg/TwKeFahmPZ) to ask any questions you need!
- Read the [How To Contribute](https://docs.masoniteproject.com/prologue/how-to-contribute) documentation to see ways to contribute to the project.
- Read the [Contributing Guide](https://docs.masoniteproject.com/prologue/contributing-guide) to learn how to contribute to the core source code development of the project.
- [Follow Masonite Framework on Twitter](https://twitter.com/masoniteproject) to get updates about tips and tricks, announcement and releases.

## Core Maintainers

- [Joseph Mancuso](https://github.com/josephmancuso) (Author)
- [Samuel Girardin](https://github.com/girardinsamuel)
- [Marlysson Silva](https://github.com/Marlysson)

## Sponsors

To become a sponsor head to our [GitHub Sponsors page](https://github.com/sponsors/MasoniteFramework)!

## Security Vulnerabilities

If you discover a security vulnerability within Masonite please read the [Security Policy](./SECURITY.md). All security vulnerabilities will be promptly addressed.

## License

The Masonite framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/masoniteframework/masonite",
    "name": "masonite",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Masonite,MasoniteFramework,Python,ORM",
    "author": "Joe Mancuso",
    "author_email": "joe@masoniteproject.com",
    "download_url": "https://files.pythonhosted.org/packages/81/83/22e52441431440d5b0e74b979365a74962b173e61ab9b47dc5212b593989/masonite-4.20.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4trhpkkdbbzutc5ufxi9.png\" width=\"160px\">\n  <h1 align=\"center\">Masonite</h1>\n</p>\n<p align=\"center\">\n  <img alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/MasoniteFramework/masonite/pythonapp.yml?branch=develop\">\n  <img src=\"https://img.shields.io/badge/python-3.7+-blue.svg\" alt=\"Python Version\">\n  <img alt=\"GitHub release (latest by date including pre-releases)\" src=\"https://img.shields.io/github/v/release/MasoniteFramework/masonite?include_prereleases\">\n  <img src=\"https://img.shields.io/github/license/MasoniteFramework/masonite.svg\" alt=\"License\">\n  <a href=\"https://github.com/psf/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a>\n</p>\n\n## About Masonite\n\nStop using old frameworks with just a few confusing features. Masonite is the developer focused dev tool with all the features you need for the rapid development you deserve. Masonite is perfect for beginners getting their first web app deployed or advanced developers and businesses that need to reach for the full fleet of features available. A short list of the available features are:\n\n* Mail support for sending emails quickly.\n* Queue support to speed your application up by sending jobs to run on a queue or asynchronously.\n* Notifications for sending notifications to your users simply and effectively.\n* Task scheduling to run your jobs on a schedule (like everyday at midnight) so you can set and forget your tasks.\n* Events you can listen for to execute listeners that perform your tasks when certain events happen in your app.\n* A BEAUTIFUL Active Record style ORM called Masonite ORM. Amazingness at your fingertips.\n* Many more features you need which you can find in the docs!\n\n## Learning Masonite\n\nNew to Masonite? Read the [Official Documentation](https://docs.masoniteproject.com/).\nMasonite strives to have extremely clear documentation \ud83d\ude03. It would be wise to go through the tutorials there.\nIf you find any discrepencies or anything that doesn't make sense, please open an issue and we will get it cleared up!\n\nHave questions or want to talk? Be sure to join the [Masonite Discord Community](https://discord.gg/TwKeFahmPZ)!\n\n## Getting Started Quickly\n\nCreate and activate a virtual environment and if you have a working Python 3.7+ installation then getting started is as quick as typing\n\n```bash\npip install masonite\nproject start .\npython craft serve\n```\n\n## Contributing\n\nContributing to Masonite is simple:\n\n- Hop on [Masonite Discord Community](https://discord.gg/TwKeFahmPZ) to ask any questions you need!\n- Read the [How To Contribute](https://docs.masoniteproject.com/prologue/how-to-contribute) documentation to see ways to contribute to the project.\n- Read the [Contributing Guide](https://docs.masoniteproject.com/prologue/contributing-guide) to learn how to contribute to the core source code development of the project.\n- [Follow Masonite Framework on Twitter](https://twitter.com/masoniteproject) to get updates about tips and tricks, announcement and releases.\n\n## Core Maintainers\n\n- [Joseph Mancuso](https://github.com/josephmancuso) (Author)\n- [Samuel Girardin](https://github.com/girardinsamuel)\n- [Marlysson Silva](https://github.com/Marlysson)\n\n## Sponsors\n\nTo become a sponsor head to our [GitHub Sponsors page](https://github.com/sponsors/MasoniteFramework)!\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Masonite please read the [Security Policy](./SECURITY.md). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Masonite framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The Masonite Framework",
    "version": "4.20.0",
    "project_urls": {
        "Homepage": "https://github.com/masoniteframework/masonite"
    },
    "split_keywords": [
        "masonite",
        "masoniteframework",
        "python",
        "orm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "818322e52441431440d5b0e74b979365a74962b173e61ab9b47dc5212b593989",
                "md5": "08f7c7f535e59d469dee4dca602371ba",
                "sha256": "275c10f2446cf13de0fd2a730a57919e98ed3a6493a891a23b7860620c7a5986"
            },
            "downloads": -1,
            "filename": "masonite-4.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "08f7c7f535e59d469dee4dca602371ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 603806,
            "upload_time": "2024-03-12T02:01:30",
            "upload_time_iso_8601": "2024-03-12T02:01:30.355590Z",
            "url": "https://files.pythonhosted.org/packages/81/83/22e52441431440d5b0e74b979365a74962b173e61ab9b47dc5212b593989/masonite-4.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 02:01:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "masoniteframework",
    "github_project": "masonite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "masonite"
}
        
Elapsed time: 0.21306s