Skip to main content

Python lib for navio

Project description

pynavio

https://img.shields.io/pypi/v/pynavio.svg https://img.shields.io/travis/craftworksgmbh/pynavio.svg Documentation Status

Python lib for navio

Features

  • TODO

Installation for development

  • Create dedicated virtual environment: conda create –name pynavio pip python=3.6

  • run:

    $ TODO: add git repo here
    $ make install (Uses pip to install package only in environment)
  • To install requirements necessary for development run:

    $ pip install -r requirements_dev.txt
  • Setup Nexus PyPi (pipy@nexus)for uploading releases:
    • Open pypirc file:

      $ nano ~/.pypirc
    • and insert:

      [distutils]
      index-servers =
      nexus
      [nexus]
      see confluence

Versioning

Run (replace “part” with either major, minor or patch):

$ bumpversion part

Deploying

Run (replace part with either major, minor or patch):

$ bumpversion part
$ git push
$ git push --tags
$ make release

Examples

To build all example models, use:

$ cd scripts && make

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Examples/models uses code parts from Open Source project mjain72/Condition-monitoring-of-hydraulic-systems-using-xgboost-modeling.

History

0.0.1 (2021-09-07)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynavio-0.1.0.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

pynavio-0.1.0-py2.py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page