Skip to main content

ropts

Project description

ropts

Developer Guide

Setup

# create conda environment
$ mamba env create -f env.yml

# update conda environment
$ mamba env update -n ropts --file env.yml

Install

pip install -e .

# install from pypi
pip install ropts

nbdev

# activate conda environment
$ conda activate ropts

# make sure the ropts package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to the ropts package
$ nbdev_prepare

Publishing

# publish to pypi
$ nbdev_pypi

# publish to conda
$ nbdev_conda --build_args '-c conda-forge'
$ nbdev_conda --mambabuild --build_args '-c conda-forge -c dsm-72'

Usage

Installation

Install latest from the GitHub repository:

$ pip install git+https://github.com/dsm-72/ropts.git

or from conda

$ conda install -c dsm-72 ropts

or from pypi

$ pip install ropts

Documentation

Documentation can be found hosted on GitHub repository pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.

opts = ['a', 'b', 'c']
vals = dict(a=1, bs=2, c=3)
(
    ropts(opts),
    (ropts(opts).get(**vals), ropts.getval(opts=opts, **vals), ropts(opts).idx('b'), ),
    ropts(opts).rnk('c', **vals), 
    (ropts(opts).rnk(0, **vals), ropts(opts).rnk(1, **vals), ropts(opts).rnk(2, **vals), ),
)
(ropts('a', 'b', 'c'), (1, 1, 1), 3, (1, None, 3))

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

ropts-0.0.4.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

ropts-0.0.4-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file ropts-0.0.4.tar.gz.

File metadata

  • Download URL: ropts-0.0.4.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for ropts-0.0.4.tar.gz
Algorithm Hash digest
SHA256 8cc0224700eee8ee9396528c943bd1d3d8b948114c4b898f27c810a75c845c8b
MD5 cb0b2209ac624569b24c1041df251567
BLAKE2b-256 3dd6be529c34dbdd23750ffb51dec275806c678b39ade1136c7c948b1080929b

See more details on using hashes here.

File details

Details for the file ropts-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: ropts-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for ropts-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 925ea7e2aaf496fab5bc7ebe05b2bc6690d8c3ad1a2f4bc1a5f66940648a0aa8
MD5 c7ac103fe6bab61e632906aebcfe677a
BLAKE2b-256 a36e771b3532eab67aa16264ca3d6ea9ea5d08cfa0f08db98c503d98d3d28355

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