Skip to main content

A Python micro web framework for creating dynamic websites.

Project description

Arc 2.5.3

Python ASGI web framework for creating fast and dynamic web applications.

Arc is a python ASGI web framework for creating dynamic web pages. Arc is still under heavy devlopment, and all help is appreciated. Arc is built using Starlette, and runs on the lighting fast uvicorn web server.

Installation

Arc is relatively easy to get set up with. Arc is cross platform, and can be installed on any operating system. You can install it using pip.

# Windows
pip install arcframework

# Linux
pip3 install arcframework

Quickstart

Arc is a very easy to use libary, and is similar to other micro frameworks such as Flask or Bottle, so learning it won't be too hard. The below is an example of an Arc application.

from arc import App, TextResponse

app = App()

@app.route("/home")
def home(request):
    return TextResponse("Hello, World")

if __name__ == "__main__":
    app.run()

Copy and paste the above and run your file, you'll get an output like the following in your console.

INFO: Running on http://127.0.0.1:5000

INFO: Press CTRL + C to stop

Now go to http://127.0.0.1:5000/home, and you should see Hello World being displayed on the screen.

Issues/Bugs

Arc is still under heavy development abd has loads of bugs and errors that I'm constantly working on resolving. You can check out the documentation at https://aboominister25.github.io/arc/. Feel free to open an issue or email me at aboominister@gmail.com, all help would be appreciated.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcframework-2.7.1.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arcframework-2.7.1-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file arcframework-2.7.1.tar.gz.

File metadata

  • Download URL: arcframework-2.7.1.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for arcframework-2.7.1.tar.gz
Algorithm Hash digest
SHA256 6e035e4c490131adcbd893572254bdb231114c55c18b4cdca05840baa3b34860
MD5 a9cbd518764e662c2d37393439fc4cb5
BLAKE2b-256 ed5cd9bc8cfe37f5b139f05cee78dd96520b96f39f3cbb220f3b104fc7b3ba0d

See more details on using hashes here.

File details

Details for the file arcframework-2.7.1-py3-none-any.whl.

File metadata

  • Download URL: arcframework-2.7.1-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for arcframework-2.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 798889feaede001bcb1849838a02fec3d0812a441dc9bd1cc908c9352139d54b
MD5 b688986df0b46fe484107fa9c9b2f04d
BLAKE2b-256 1464b54176bfd71517581482bc30bfd93fa6fc9c551124cde0ce74737c040d38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page