Skip to main content

A collection of splashings to master that which has no form and count that which is uncountable.

Project description

odhpy

Installation

This package may be installed using pip from Bitbucket (requires authentication), or directly from PyPi (public), or from a .tar.gz. Examples are shown below.

pip install git+https://bitbucket.org/odhydrology/odhpy.git
pip install odhpy
pip install .\dist\odhpy-0.0.32.tar.gz

Usage

import odhpy

# returns the package version
odhpy.__version__

# prints 'Hello world!' to the console
odhpy.hello_world()

Build and Upload to PyPi

First build a distribution from an anaconda prompt in the root of your project, and then upload the dist to PyPi using Twine.

python setup.py sdist
twine upload dist\odhpy-0.0.32.tar.gz

As of Nov 2023, PyPi uses an API token instead of a conventional password. You can still use Twine, but the username is "token", and password is the API token which is very long string starting with "pypi-". Check for API tokens in your email.

username = __token__
password = pypi-#####################################################################################

Unit Tests

WARNING: Run unit tests from an anaconda environment with compatable dependencies!

Install the nose2 test-runner framework. Then from the root project folder run the nose2 module. This will automatically find and run tests in any modules named "test_*".

pip install nose2
python -m nose2

License

None.

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

odhpy-0.0.35.tar.gz (29.2 kB view details)

Uploaded Source

File details

Details for the file odhpy-0.0.35.tar.gz.

File metadata

  • Download URL: odhpy-0.0.35.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for odhpy-0.0.35.tar.gz
Algorithm Hash digest
SHA256 ccf461a372b9adde12cf0210cad3b0ab89c3f1d5510646a7788f35ef3cb09f4a
MD5 5f5da44cc7f83781a504ad0d32d6cae0
BLAKE2b-256 15ecb59541d79afa4bf4153978a82eaf2b0ec5de9db7aca97c741e6444239b52

See more details on using hashes here.

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