Coder Social home page Coder Social logo

hypy's Introduction

Python HY_Features

Description: This python package provides base abstract classes for HY_Features.

Other things to include:

  • Technology stack: Indicate the technological nature of the software, including primary programming language(s) and whether the software is intended as standalone or as a module in a framework or other ecosystem.
  • Status: Initial development consider pre-alpha. For more details on implementation, see the CHANGELOG.
  • Related Work
  • This project is based loosely on the work done on the ngen modeling framework and hygeo, bringing similar data structures and abstractions to a python library to support various workflows.

Dependencies

Unit testing done with pytest. See requirements.txt for other specific python dependencies.

Installation

Package can be installed from source using pip: pip install -e "git+git://github.com/noaa-owp/hypy@master#egg=hypy&subdirectory=python"

TODO see INSTALL.

Usage

TODO

How to test the software

Install pytest and other python dependencies (pip install -r python/requirements.txt) Or create a virtual environment:

mkdir venv
virtualenv ./venv
source ./venv/bin/activate
pip install -r python/requirements.txt

Then use pytest to run the tests:

pytest --log-cli-level 0 python/hypy/test/

Also, the following check commands can be run locally to perform code analysis. PRs have these or similar checks run automatically (see the Github Actions config file).

flake8 ./python --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 ./python --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

Known issues

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

Getting involved

See CONTRIBUTING, or open an issue to start a conversation!


Open source licensing info

  1. TERMS
  2. LICENSE

hypy's People

Contributors

frsalas-noaa avatar hellkite500 avatar robertbartel 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.