Skip to content

LTibbetts/yo-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

A test project for in depth python programing

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For UNIX:

What things you need to install the software and how to install them

pip

sudo apt-get install python3-pip

virtualenv

sudo pip install virtualenv

For Windows:

Install the latest version of Python3

Installing

For UNIX:

A step by step series of examples that tell you have to get a development env running

Say what the step will be

  1. Clone the repository
  2. cd yo-indexer
  3. Run the following:
virtualenv env &&
source env/bin/activate &&
pip install -e .
  1. Run with python yo_indexer

For Windows:

  1. Clone the repository
  2. cd yo-indexer
  3. Run the following:
python -m venv env
.\env\Scripts\activate.bat
  1. Run with python yo_indexer

Development

All code installation and running should be done in the isolated virtualenv environment.

In order to access the env after the terminal has closed enter source env/bin/activate

If you would like to leave the virtual environmen then enter deactivate

Simple change the code and run python yo_indexer

pip install -e allows for the code changes to automatically be reflected withing the virtualenv environment.

Running the tests

Currently no tests

Break down into end to end tests

N/A

Coding Style

Use PEP-8

Deployment

Add additional notes about how to deploy this on a live system

Built With

Python3

Contributing

How to contribute

Versioning

We use SemVer for versioning.

Authors

  • Logan Tibbetts

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Python csv file examination for a class project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages