Giter Club home page Giter Club logo

pyopteryx's Introduction

PyOpteryx

Authors: Frederic Born ([email protected]) and Ewald Rode ([email protected])

Technology

  • Python 3.6.7

Note

Tested with python 3.6.7. No guarantee for older versions

Getting Started

These instructions will help you to run this project.

Installing

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

  • install virtualenv via cmd line
pip install virtualenv
  • Create and activate virtual environment
    • If python version 3.6.7+ is normaly used:
      cd /Path/to/Project
      virtualenv --python=Path\to\Python36\python.exe venv
      venv/Scripts/activate
      
    • If python version 3.6.7 is installed globally
      cd /Path/to/Project
      virtualenv venv
      venv/Scripts/activate
      

Note:

source venv/bin/activate (Linux)

  • Install requirements
pip install -r requirements.txt
  • alternatively
pip install -e path\to\pyopteryx\

Usage

Simply take a look at the files pyopteryx/tests/test_lqn_solver.py and pyopteryx/tests/test_lqn_builder.py for usage examples

Folder structure

  • pyopteryx: Source code Folder
    • factories: Factories used in the software
    • tests: usageexamples used for testing the lqn_builder
    • utils: utility functions used throughout the project
  • documentation: contains presentations, reports, etc.
  • html: pydoc browsable code structure
  • pcms: folder containing PCM models
    • BusinessReportingSystem
    • SimpleHeuristicsExample
  • peropteryx_import: subfolders contain PCM model specific allCandidates.csv's
    • BusinessReportingSystem
    • SimpleHeuristicsExample

pyopteryx's People

Contributors

danielzim avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.