New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

moya

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moya

web development platform

  • 0.6.20
  • PyPI
  • Socket score

Maintainers
1

Moya

Moya is a platform for the rapid development of modern web applications.

Installation

You can install from PyPi with the following:

::

pip install moya

Or download the repos and run the following:

::

python setup.py install

Which ever method you use, this will add a moya command line application.

Quick Start

Moya quick start will create a basic web application based on your specifications in seconds.

Run the following to get started:

::

moya start project

Example Projects

In addition to the example projects directory in the Moya repos, you can check out the following complete projects:

  • Moya Techblog <https://github.com/moyaproject/moya-techblog>__ A blogging application for coders and photographers

  • Bean Counter <https://github.com/moyaproject/beancounter>__ A virtual currency platform

  • Encrypted Notes <https://github.com/moyaproject/notes>__ An encrypted note taking application

  • Social Links <https://github.com/moyaproject/sociallinks>__ A social linking (Reddit like) application

  • Short URL <https://github.com/moyaproject/shorturl>__ A super simple URL shortener application

Running a project

Navigate to the project directory you want to run, then do the following:

::

moya init

This will initialize the database and users system. You only need to do this once.

To run a development server, do the following:

::

moya runserver

And navigate to http://127.0.0.1:8000

Package Index

Find packages for Moya on the Moya Package Index <https://packages.moyaproject.com>__.

Install packages moya-pm which comes with Moya:

::

moya-pm install moya.sociallinks

More Information

  • Moya Homepage <http://www.moyaproject.com/>__
  • Moya's Documentation <http://docs.moyaproject.com/>__
  • Developer's Blog <https://www.willmcgugan.com/tag/moya/>__

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc