saxproject


Namesaxproject JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://rise-consulting.github.io/saxproject/
Summary
upload_time2023-01-12 12:37:49
maintainerMassimiliano Bertinetti
docs_urlNone
authorMassimiliano Bertinetti
requires_python>=3.10,<4.0
license
keywords web framework wsgi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center" id="top">
  <img src="https://raw.githubusercontent.com/rise-consulting/saxproject/main/.github/sax.png?raw=true" alt="Sax" height="100px"/>
</div>

<br />

<div align="center">
  <h1>Python Web Framework built for real projects</h1>
  &#xa0;
  
  ## 📖 [Documentation](https://rise-consulting.github.io/saxproject) 📖

  &#xa0;

[![PyPI](https://img.shields.io/pypi/v/saxproject.svg)](https://pypi.org/project/saxproject/)
[![CI/CD](https://github.com/rise-consulting/saxproject/actions/workflows/release.yml/badge.svg)](https://github.com/rise-consulting/saxproject/actions/workflows/release.yml)
[![Coverage Status](https://coveralls.io/repos/github/rise-consulting/saxproject/badge.svg)](https://coveralls.io/github/rise-consulting/saxproject)

[![GitHub](https://img.shields.io/github/license/rise-consulting/saxproject)](https://github.com/rise-consulting/saxproject/blob/main/LICENSE.md)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)

</div>

<hr>

<p align="center">
  <a href="#-about">About</a> &#xa0; | &#xa0;
  <a href="#-features">Features</a> &#xa0; | &#xa0;
  <a href="#-technologies">Technologies</a> &#xa0; | &#xa0;
  <a href="#-installation">Installation</a> &#xa0; | &#xa0;
  <a href="#-license">License</a> &#xa0; | &#xa0;
  <a href="https://github.com/max-bertinetti" target="_blank">Author</a>
</p>

&#xa0;

## 🎯 About

Saxproject is a Python web framework built for learning purposes and evolving for working on real projects.

It's a WSGI framework and can be used with any WSGI application server such as [Gunicorn](https://gunicorn.org/).

&#xa0;

## ✨ Features

✔️ WSGI compatibility\
✔️ Flask and Django style routing.\
✔️ Json / HTML / Text Responses\
✔️ Templates\
✔️ Static Files\
✔️ Middleware\
✔️ Test\
✔️ ORM with SQLite

&#xa0;

## 🚀 Technologies

The following tools were used in this project:

- [Parse](https://pypi.org/project/parse/)
- [Jinja2](https://pypi.org/project/Jinja2/)
- [Whitenoise](https://pypi.org/project/whitenoise/)
- [WebOb](https://pypi.org/project/WebOb/)
- [Pytest](https://pypi.org/project/pytest/)
- [Requests](https://pypi.org/project/requests/)
- [Requests-wsgi-adapter](https://pypi.org/project/requests-wsgi-adapter/)

&#xa0;

## 🏁 Installation

```shell
pip install saxproject
```

&#xa0;

## 📝 License

This project is under license from MIT. For more details, see the [LICENSE](https://github.com/rise-consulting/saxproject/blob/main/LICENSE.md) file.

Made with ❤️ & ☕ by <a href="https://github.com/rise-consulting" target="_blank">Rise Consulting</a>

&#xa0;

<a href="#top">Back to top</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://rise-consulting.github.io/saxproject/",
    "name": "saxproject",
    "maintainer": "Massimiliano Bertinetti",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "max-b@murena.io",
    "keywords": "web framework,WSGI",
    "author": "Massimiliano Bertinetti",
    "author_email": "max-b@murena.io",
    "download_url": "https://files.pythonhosted.org/packages/e7/f5/8d4b77dfc13d17cd5cc315cbac1c0ec9f556dabb9d3cd43489b828b94d58/saxproject-1.1.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\" id=\"top\">\n  <img src=\"https://raw.githubusercontent.com/rise-consulting/saxproject/main/.github/sax.png?raw=true\" alt=\"Sax\" height=\"100px\"/>\n</div>\n\n<br />\n\n<div align=\"center\">\n  <h1>Python Web Framework built for real projects</h1>\n  &#xa0;\n  \n  ## \ud83d\udcd6 [Documentation](https://rise-consulting.github.io/saxproject) \ud83d\udcd6\n\n  &#xa0;\n\n[![PyPI](https://img.shields.io/pypi/v/saxproject.svg)](https://pypi.org/project/saxproject/)\n[![CI/CD](https://github.com/rise-consulting/saxproject/actions/workflows/release.yml/badge.svg)](https://github.com/rise-consulting/saxproject/actions/workflows/release.yml)\n[![Coverage Status](https://coveralls.io/repos/github/rise-consulting/saxproject/badge.svg)](https://coveralls.io/github/rise-consulting/saxproject)\n\n[![GitHub](https://img.shields.io/github/license/rise-consulting/saxproject)](https://github.com/rise-consulting/saxproject/blob/main/LICENSE.md)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)\n\n</div>\n\n<hr>\n\n<p align=\"center\">\n  <a href=\"#-about\">About</a> &#xa0; | &#xa0;\n  <a href=\"#-features\">Features</a> &#xa0; | &#xa0;\n  <a href=\"#-technologies\">Technologies</a> &#xa0; | &#xa0;\n  <a href=\"#-installation\">Installation</a> &#xa0; | &#xa0;\n  <a href=\"#-license\">License</a> &#xa0; | &#xa0;\n  <a href=\"https://github.com/max-bertinetti\" target=\"_blank\">Author</a>\n</p>\n\n&#xa0;\n\n## \ud83c\udfaf About\n\nSaxproject is a Python web framework built for learning purposes and evolving for working on real projects.\n\nIt's a WSGI framework and can be used with any WSGI application server such as [Gunicorn](https://gunicorn.org/).\n\n&#xa0;\n\n## \u2728 Features\n\n\u2714\ufe0f WSGI compatibility\\\n\u2714\ufe0f Flask and Django style routing.\\\n\u2714\ufe0f Json / HTML / Text Responses\\\n\u2714\ufe0f Templates\\\n\u2714\ufe0f Static Files\\\n\u2714\ufe0f Middleware\\\n\u2714\ufe0f Test\\\n\u2714\ufe0f ORM with SQLite\n\n&#xa0;\n\n## \ud83d\ude80 Technologies\n\nThe following tools were used in this project:\n\n- [Parse](https://pypi.org/project/parse/)\n- [Jinja2](https://pypi.org/project/Jinja2/)\n- [Whitenoise](https://pypi.org/project/whitenoise/)\n- [WebOb](https://pypi.org/project/WebOb/)\n- [Pytest](https://pypi.org/project/pytest/)\n- [Requests](https://pypi.org/project/requests/)\n- [Requests-wsgi-adapter](https://pypi.org/project/requests-wsgi-adapter/)\n\n&#xa0;\n\n## \ud83c\udfc1 Installation\n\n```shell\npip install saxproject\n```\n\n&#xa0;\n\n## \ud83d\udcdd License\n\nThis project is under license from MIT. For more details, see the [LICENSE](https://github.com/rise-consulting/saxproject/blob/main/LICENSE.md) file.\n\nMade with \u2764\ufe0f & \u2615 by <a href=\"https://github.com/rise-consulting\" target=\"_blank\">Rise Consulting</a>\n\n&#xa0;\n\n<a href=\"#top\">Back to top</a>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "1.1.1",
    "split_keywords": [
        "web framework",
        "wsgi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be01900befb2d93674fe6087865ba74c702bca7a42ed16caef83cd70c8c57da4",
                "md5": "76953eafd0f23ae6c5b6f05a0e14d3e1",
                "sha256": "9b6601ed6024b41de1140b0ab69af0c6d25869cbae760e5eddea23d296b81823"
            },
            "downloads": -1,
            "filename": "saxproject-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76953eafd0f23ae6c5b6f05a0e14d3e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 7114,
            "upload_time": "2023-01-12T12:37:47",
            "upload_time_iso_8601": "2023-01-12T12:37:47.811980Z",
            "url": "https://files.pythonhosted.org/packages/be/01/900befb2d93674fe6087865ba74c702bca7a42ed16caef83cd70c8c57da4/saxproject-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7f58d4b77dfc13d17cd5cc315cbac1c0ec9f556dabb9d3cd43489b828b94d58",
                "md5": "9db7d45390c0c4f6243fc3d5db6078cd",
                "sha256": "64c7184b84287c4a87da096488d5a1d2bd6080e8d56635dc81bd8cc81fc9600b"
            },
            "downloads": -1,
            "filename": "saxproject-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9db7d45390c0c4f6243fc3d5db6078cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 6866,
            "upload_time": "2023-01-12T12:37:49",
            "upload_time_iso_8601": "2023-01-12T12:37:49.003257Z",
            "url": "https://files.pythonhosted.org/packages/e7/f5/8d4b77dfc13d17cd5cc315cbac1c0ec9f556dabb9d3cd43489b828b94d58/saxproject-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-12 12:37:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "saxproject"
}
        
Elapsed time: 0.02639s