Skip to content

waffle-iron/nfw

'Stories in Ready'

Neutrino

Project Status: Development

Neutrino is a flexible Python Web and RestApi application framework for rapid development. It's free and open source and before you ask: It's BSD Licensed! Contributions and contributors are welcome!

Installation

Neutrino currently fully supports CPython 2.7.

A package is availible on PyPI for the Neutrino framework. Installing it is as simple as:

$ pip install nfw

Source Code

Neutrino infrastructure and code is hosted on GitHub. Making the code easy to browse, download, fork, etc. Pull requests are always welcome!

Clone the project like this:

$ git clone https://github.com/vision1983/nfw.git

Once you have cloned the repo or downloaded a tarball from GitHub, you can install Neutrino like this:

$ cd nfw
$ pip install .

Or, if you want to edit the code, first fork the main repo, clone the fork to your desktop, and then run the following to install it using symbolic linking, so that when you change your code, the changes will be automagically available to your app without having to reinstall the package:

$ cd nfw
$ pip install -e .

You can manually test changes to the Neutrino framework by switching to the directory of the cloned repo:

$ cd nfw/tests
$ python test.py

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
COPYRIGHT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages