Skip to content

Commit

Permalink
Merge pull request #145 from ZeroIntensity/space-hosting
Browse files Browse the repository at this point in the history
Space Hosting Affiliation
  • Loading branch information
ZeroIntensity authored Jan 31, 2024
2 parents e555638 + 7421cb5 commit fe21eb0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@
> If you would like to follow development progress, join [the discord](https://discord.gg/tZAfuWAbm2).
> For contributing to view.py, please see our [CONTRIBUTING.md](https://github.com/ZeroIntensity/view.py/blob/master/CONTRIBUTING.md)
<div align="center">
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=250 height=auto src="https://cdn-dennd.nitrocdn.com/fygsTSpFNuiCdXWNTtgOTVMRlPWNnIZx/assets/images/optimized/rev-758b0f8/www.space-hosting.net/wp-content/uploads/2023/02/cropped-Icon.png"></a>
<h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
</div>

- [Docs](https://view.zintensity.dev)
- [Source](https://github.com/ZeroIntensity/view.py)
- [PyPI](https://pypi.org/project/view.py)
- [Discord](https://discord.gg/tZAfuWAbm2)

## Example

```py
from view import new_app, h1

Expand All @@ -24,23 +31,23 @@ async def index():
app.run()
```

### Installation
## Installation

**Python 3.8+ is required.**

#### Development
### Development

```
$ pip install git+https://github.com/ZeroIntensity/view.py
```

#### Linux/macOS
### Linux/macOS

```
$ python3 -m pip install -U view.py
```

#### Windows
### Windows

```
> py -3 -m pip install -U view.py
Expand Down
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div align="center"><img src="https://raw.githubusercontent.com/ZeroIntensity/view.py/master/html/logo.png" alt="view.py logo" width=250 height=auto /></div>

# Welcome to the view.py documentation!

Here, you can learn how to use view.py and its various features.
Expand All @@ -13,6 +14,11 @@ Here, you can learn how to use view.py and its various features.
If you would like to follow development progress, join [the discord](https://discord.gg/tZAfuWAbm2).
For contributing to view.py, please see our [CONTRIBUTING.md](https://github.com/ZeroIntensity/view.py/blob/master/CONTRIBUTING.md)

<div align="center">
<a href="https://clientarea.space-hosting.net/aff.php?aff=303"><img width=250 height=auto src="https://cdn-dennd.nitrocdn.com/fygsTSpFNuiCdXWNTtgOTVMRlPWNnIZx/assets/images/optimized/rev-758b0f8/www.space-hosting.net/wp-content/uploads/2023/02/cropped-Icon.png"></a>
<h3>view.py is affiliated with <a href="https://clientarea.space-hosting.net/aff.php?aff=303">Space Hosting</a></h3>
</div>

## Quickstart

Install view.py:
Expand Down

0 comments on commit fe21eb0

Please sign in to comment.