Skip to main content

Simple CLI to provide choices to a user, and let them type in phrases which filters possible options.

Project description

Typing Filter

Simple CLI for a typing filter to provide choices to a user and let them type in phrases which filters possible options.

Status: in progress · Notion Roadmap »

Installation

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

  1. First step
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
    
  3. Import the package
    import ytlink
    

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

import numpy as np
import stp
# Dimensionless, time-dependent parameter for self assembly matrix
alpha = lambda t : np.cos(t) + 2
W = stp.self_assembly_rate_matrix(alpha)

# The initial matrix
print(W(0))
# [[-2.  3.  9.]
# [ 1. -3.  0.]
# [ 1.  0. -9.]]

# A later matrix
print(W(1))
# [[-2.          2.54030231  6.45313581]
# [ 1.         -2.54030231  0.        ]
# [ 1.          0.         -6.45313581]]

For more examples, please refer to the Documentation.

(back to top)

Roadmap

Refer to the Notion Roadmap for future features and the state of the project.

(back to top)

Contact

Created by Jonathan Delgado.

(back to top)

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

typing_filter-0.1.0.tar.gz (17.9 kB view hashes)

Uploaded Source

Built Distribution

typing_filter-0.1.0-py3-none-any.whl (30.8 kB view hashes)

Uploaded 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