Skip to main content

Support for programmatic creation of resources in the CognitiveScale Cortex Cognitive Platform

Project description

Programmatic Building of Cortex Resources

The Cortex Python Builders module provides tools to programmatically build Cortex resources (e.g. Skill, Actions, Datasets, etc.) using Python. Refer to the Cortex documentation for details on how to use the library:

Installation

To install:

  > pip install cortex-python-builders

or from source code:

  > git clone git@github.com:CognitiveScale/cortex-python-builders.git
  > cd cortex-python-builders
  > pip install -e .

Development

Setup

When developing, it's a best practice to work in a virtual environment. Create and activate a virtual environment:

  > virtualenv --python=python3.6 _venv
  > source _venv/bin/activate

Install developer dependencies:

  > git clone git@github.com:CognitiveScale/cortex-python-builders.git
  > cd cortex-python-builders
  > make dev.install

There's a convenience Makefile that has commands to common tasks, such as build, test, etc. Use it!

Testing

Unit Tests

Follow above setup instructions (making sure to be in the virtual environment and having the necessary dependencies)

  • make test to run test suite

To run an individual file or class method, use pytest. Example tests shown below:

  • file: pytest test/unit/ames_test.py
  • class method: pytest test/unit/ames_test.py::TestLocal::test_analysis

Publishing an alpha build

Suppose you want to release new functionality so it can be installed without releasing a new official version. We need to use an alpha version in PyPi.

  • we need to create and publish an alpha release:
  • get credentials to the cortex-python-builders pypi CognitiveScale account (via lastpass)
  • run make dev.push. The alpha pre-release number (the N in X.Y.ZaN) with be determined automatically.

Contribution

After contributing to the library, and before you submit changes as a PR, please do the following

  1. Run unit tests via make test
  2. Manually verification (i.e. try the new changes out in Cortex) to make sure everything is going well. Not required, but highly encouraged.
  3. Bump up setup.py version and update the CHANGELOG.md

Documentation

The package documentation is built with Sphinx. To build the documentation:

> make docs

The documentation will be rendered in HTML format under the docs/_build/html directory.

Activate your virtual environment:

> source _venv/bin/activate

Setup your environment, if you have not done so:

> make dev.install 

Pre-release to staging

  1. Create and push an alpha release:
    > make dev.push TAG=1
    
    This will build an alpha-tagged package.
  2. Merge develop to staging branch:
    > make stage
    
  3. In GitHub, create a pull request from staging to master.

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

cortex-python-builders-1.0.2a1.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

cortex_python_builders-1.0.2a1-py3-none-any.whl (47.6 kB view details)

Uploaded Python 3

File details

Details for the file cortex-python-builders-1.0.2a1.tar.gz.

File metadata

  • Download URL: cortex-python-builders-1.0.2a1.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/20.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.14

File hashes

Hashes for cortex-python-builders-1.0.2a1.tar.gz
Algorithm Hash digest
SHA256 f39155ba4c8bcb8f28654a0778d3d9b67116b6bcbdcfed2a0c0479d4406fa9f1
MD5 69951826c259c840eb5e8022287df89d
BLAKE2b-256 348b66175a4457e265a7cd41067bbed7286e69ee706440a99f769ab950ae23c1

See more details on using hashes here.

File details

Details for the file cortex_python_builders-1.0.2a1-py3-none-any.whl.

File metadata

  • Download URL: cortex_python_builders-1.0.2a1-py3-none-any.whl
  • Upload date:
  • Size: 47.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/20.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.14

File hashes

Hashes for cortex_python_builders-1.0.2a1-py3-none-any.whl
Algorithm Hash digest
SHA256 98682fbcb7d96b537d0df40d3a7547e1a06c8ec4d4bb3d00dcdb69d41d731db3
MD5 d4a03ce66bf17456f887424a8c8f6038
BLAKE2b-256 261add4839a6693836a9d6e0f363859f8113698deda4e5038d3f07680e049a95

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