Skip to content

LinodeContent/pythonapp-example2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Own Python App

This is a very basic Python application, intended for tutorial examples.

Getting Started

Just clone this repository to your local machine and start playing with it.

Prerequisites

The application has no special prerequisites.

Installing

It's highly recommended that you use virtualenv when working with Python applications.

Clone this repository to a suitable location, for example your home directory:

cd ~
git clone https://github.com/LinodeContent/pythonapp-example.git

Change to pythonapp-example folder:

cd pythonapp-example

Install the application:

python setup.py install

Or if you want to start developing it right away:

python setup.py develop

Running the tests

Do you want to run some basic test? No problem:

python setup.py test

Deployment

This application example is not registered on pypi.python.org, feel free to edit it, upload your source and then distribute/install using pip

Contributing

Help is welcome to expand this simple example.

Versioning

Current version is 0.0.1

Authors

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages