Expross

Latest version: v1.1.2

Safety actively analyzes 623694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.2

<div id="top"></div>

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fmauro-balades%2Fexpross&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

<!-- PROJECT LOGO -->
<br />
<div align="center">

<h1 align="center">Expross</h3>

<p align="center">
Expross is a lightweight web server to introduce JavaScript developers familiar with Express to Python.
<br />
<a href="https://mauro-balades.gitbook.io/docs/"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://mauro-balades.gitbook.io/expross/geting-started/basic-ussage">Example app</a>
·
<a href="https://github.com/mauro-balades/expross/issues">Report Bug</a>
·
<a href="https://github.com/mauro-balades/expross/pulls">Request Feature</a>
</p>
</div>

About The Project

**NOTE**: for obvious reasons, it will not be exactly the same (maybe because of language resctrictions or because it is not implemented).

Theres a lot of people that work with express.js and they whant to change to python for many diferent reasons. That is why Expross it created. To give web development from express.js users a nice and clean introduction to web development in python.

Here's why:
* Function names are very similar to express.js
* It is faster than other web frameworks
* Secure and continuesly maintained :smile:

Of course, this is not a perfect project but. We have shown people with no idea of web development for python how to use this framework. They said it is the most easy framework to learn because it's similarities with express.js

<p align="right">(<a href="top">back to top</a>)</p>

Getting Started

Here, we will show you how easy is to run a web server in expros
To get a local copy up and running follow these simple example steps.

Prerequisites

You will need to install the package (obviously) with `pip3` and run the application with `python3` (wich normally comes with pip3 integrated).

Installation

_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._

1. Install Expross
sh
pip3 install Expross


... is that simple

<p align="right">(<a href="top">back to top</a>)</p>

Usage

This is an example of a hello world with Expross

python
Import expross with capital leter
from expross import Expross

app = Expross()

def main(req, res):
return "<h1>Hello, world!</h1>"

def listening():
print("server live!")

app.get("/", main)
app.listen(cb=listening) Can include a host name and port


* then, run `python3 [file].py`

That is all....

_For more examples, please refer to the [Documentation]()_

<p align="right">(<a href="top">back to top</a>)</p>

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="top">back to top</a>)</p>



License

Distributed under the MIT License. See `LICENSE.md` for more information.

<p align="right">(<a href="top">back to top</a>)</p>

Contact

Mauro Baladés - [mauro.baladestutanota.com](mailto:mauro.baladestanota.com)

Project Link: [https://github.com/mauro-balades/expross/](https://github.com/mauro-balades/expross/)

<p align="right">(<a href="top">back to top</a>)</p>

1.1.1

<div id="top"></div>

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fmauro-balades%2Fexpross&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

<!-- PROJECT LOGO -->
<br />
<div align="center">

<h1 align="center">Expross</h3>

<p align="center">
Expross is a lightweight web server to introduce JavaScript developers familiar with Express to Python.
<br />
<a href="https://mauro-balades.gitbook.io/expross/"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://mauro-balades.gitbook.io/expross/geting-started/basic-ussage">Example app</a>
·
<a href="https://github.com/mauro-balades/expross/issues">Report Bug</a>
·
<a href="https://github.com/mauro-balades/expross/pulls">Request Feature</a>
</p>
</div>

About The Project

**NOTE**: for obvious reasons, it will not be exactly the same (maybe because of language resctrictions or because it is not implemented).

Theres a lot of people that work with express.js and they whant to change to python for many diferent reasons. That is why Expross it created. To give web development from express.js users a nice and clean introduction to web development in python.

Here's why:
* Function names are very similar to express.js
* It is faster than other web frameworks
* Secure and continuesly maintained :smile:

Of course, this is not a perfect project but. We have shown people with no idea of web development for python how to use this framework. They said it is the most easy framework to learn because it's similarities with express.js

<p align="right">(<a href="top">back to top</a>)</p>

Getting Started

Here, we will show you how easy is to run a web server in expros
To get a local copy up and running follow these simple example steps.

Prerequisites

You will need to install the package (obviously) with `pip3` and run the application with `python3` (wich normally comes with pip3 integrated).

Installation

_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._

1. Install Expross
sh
pip3 install Expross


... is that simple

<p align="right">(<a href="top">back to top</a>)</p>

Usage

This is an example of a hello world with Expross

python
Import expross with capital leter
from expross import Expross

app = Expross()

def main(req, res):
return "<h1>Hello, world!</h1>"

def listening():
print("server live!")

app.get("/", main)
app.listen(cb=listening) Can include a host name and port


* then, run `python3 [file].py`

That is all....

_For more examples, please refer to the [Documentation]()_

<p align="right">(<a href="top">back to top</a>)</p>

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="top">back to top</a>)</p>



License

Distributed under the MIT License. See `LICENSE.md` for more information.

<p align="right">(<a href="top">back to top</a>)</p>

Contact

Mauro Baladés - [mauro.baladestutanota.com](mailto:mauro.baladestanota.com)

Project Link: [https://github.com/mauro-balades/expross/](https://github.com/mauro-balades/expross/)

<p align="right">(<a href="top">back to top</a>)</p>

1.1.0

<div id="top"></div>

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fmauro-balades%2Fexpross&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

<!-- PROJECT LOGO -->
<br />
<div align="center">

<h1 align="center">Expross</h3>

<p align="center">
Expross is a lightweight web server to introduce JavaScript developers familiar with Express to Python.
<br />
<a href="https://mauro-balades.gitbook.io/expross/"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://mauro-balades.gitbook.io/expross/geting-started/basic-ussage">Example app</a>
·
<a href="https://github.com/mauro-balades/expross/issues">Report Bug</a>
·
<a href="https://github.com/mauro-balades/expross/pulls">Request Feature</a>
</p>
</div>

About The Project

**NOTE**: for obvious reasons, it will not be exactly the same (maybe because of language resctrictions or because it is not implemented).

Theres a lot of people that work with express.js and they whant to change to python for many diferent reasons. That is why Expross it created. To give web development from express.js users a nice and clean introduction to web development in python.

Here's why:
* Function names are very similar to express.js
* It is faster than other web frameworks
* Secure and continuesly maintained :smile:

Of course, this is not a perfect project but. We have shown people with no idea of web development for python how to use this framework. They said it is the most easy framework to learn because it's similarities with express.js

<p align="right">(<a href="top">back to top</a>)</p>

Getting Started

Here, we will show you how easy is to run a web server in expros
To get a local copy up and running follow these simple example steps.

Prerequisites

You will need to install the package (obviously) with `pip3` and run the application with `python3` (wich normally comes with pip3 integrated).

Installation

_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._

1. Install Expross
sh
pip3 install Expross


... is that simple

<p align="right">(<a href="top">back to top</a>)</p>

Usage

This is an example of a hello world with Expross

python
Import expross with capital leter
from expross import Expross

app = Expross()

def main(req, res):
return "<h1>Hello, world!</h1>"

def listening():
print("server live!")

app.get("/", main)
app.listen(cb=listening) Can include a host name and port


* then, run `python3 [file].py`

That is all....

_For more examples, please refer to the [Documentation]()_

<p align="right">(<a href="top">back to top</a>)</p>

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="top">back to top</a>)</p>



License

Distributed under the MIT License. See `LICENSE.md` for more information.

<p align="right">(<a href="top">back to top</a>)</p>

Contact

Mauro Baladés - [mauro.baladestutanota.com](mailto:mauro.baladestanota.com)

Project Link: [https://github.com/mauro-balades/expross/](https://github.com/mauro-balades/expross/)

<p align="right">(<a href="top">back to top</a>)</p>

1.0.9

Expross

Expross is a lightweight web server to introduce JavaScript developers familiar with [Express](http://expressjs.com) to Python.

Instalation

To install `Expross`, you will need to have the following requirements:

* pip3
* [python3](https://python.org)

To install `Expross` you can do it by entering the follow commands in your command prompt.


$ pip3 install expross


Basic usage

Here's an example of how to use Expross:

python
Import expross with capital leter
from expross import Expross

app = Expross()

app.get("/")
def main():
return "<h1>Hello, world!</h1>"

app.listen() Can include a host name and port


Documentation

* You can follow the documentation [here](https://mauro-balades.gitbook.io/expross/)

License


The MIT License (MIT)

Copyright (c) 2021 expross

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

1.0.8

Expross

Expross is a lightweight web server to introduce JavaScript developers familiar with [Express](http://expressjs.com) to Python.

Instalation

To install `Expross`, you will need to have the following requirements:

* pip3
* [python3](https://python.org)

To install `Expross` you can do it by entering the follow commands in your command prompt.


$ pip3 install expross


Basic usage

Here's an example of how to use Expross:

python
Import expross with capital leter
from expross import Expross

app = Expross()

app.get("/")
def main():
return "<h1>Hello, world!</h1>"

app.listen() Can include a host name and port


Documentation

* You can follow the documentation [here](https://mauro-balades.gitbook.io/expross/)

License


The MIT License (MIT)

Copyright (c) 2021 expross

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

1.0.7

Expross

Expross is a lightweight web server to introduce JavaScript developers familiar with [Express](http://expressjs.com) to Python.

Instalation

To install `Expross`, you will need to have the following requirements:

* pip3
* [python3](https://python.org)

To install `Expross` you can do it by entering the follow commands in your command prompt.


$ pip3 install expross


Basic usage

Here's an example of how to use Expross:

python
Import expross with capital leter
from expross import Expross

app = Expross()

app.get("/")
def main():
return "<h1>Hello, world!</h1>"

app.listen() Can include a host name and port


Documentation

* You can follow the documentation [here](https://mauro-balades.gitbook.io/expross/)

License


The MIT License (MIT)

Copyright (c) 2021 expross

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.