Giter VIP home page Giter VIP logo

ideas-public-python-utils's Introduction

IDEAS Python Utils

This repository contains utilities and functions to help you build tools for IDEAS.

Installation

You do not have to install this to use (unless you are developing this). If so, see below

Usage

In a project using Pipfile

If you're building a tool in IDEAS, you are probably working on a project that uses a Pipfile. Include this repo in your IDEAS tool by adding this to your Pipfile:

[packages]
ideas-python-utils = {ref = "main", git = "https://${IDEAS_GITHUB_TOKEN}@github.com/inscopix/ideas-python-utils.git"}

You can omit the IDEAS_GITHUB_TOKEN when this repo becomes public.

Developing

Prerequisites

  • python
  • make
  • git
  • You should have SSH keys set up with github

If you are working on developing this, download and install using:

git clone [email protected]:inscopix/ideas-python-utils.git
cd ideas-python-utils
poetry install  # this is a "editable" install

If you use Jupyter Lab, and you want this kernel available to your global install of Jupyter Lab, use this:

make jupyter

This will create a kernel called ideas_python_utils that you can access from Jupyter (Lab or notebook).

Run tests

Locally

make test

On remote.

Tests should run via Github Actions on push/merge to main. This is automatic.

License

ideas-public-python-utils's People

Contributors

zachary-ip avatar

Watchers

Harish Balakrishnan avatar  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.