Skip to main content

A library for working with text and timeseries data.

Project description

News Signals

New environment

Run conda create -n <env-name> python=3.8 if you're using Anaconda, alternatively python3.8 -m venv <env-path>

Activate:
Run conda activate <env-name> or source <env-path>/bin/activate

Install library

Run make dev

Create New Project

To create an new empty project, pick a project directory and a name for the project's Python package, and run:

PROJ_DIR=my_project PKG_NAME=my_lib make new-project

This will create an empty new project from scratch, including all of the default components.

Here is a checklist to turn the new project into a fully functional tool:

  • implement your project's core functionality in the Python package
  • maintain dependencies in requirements.txt
  • implement a demo
  • implement service

New Demo

Within a project, you can initialize a new demo as follows:
DEMO_NAME=mydemo make new-demo

A demo directory with the given name and running streamlit skeleton will be created in /demos.

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

news-signals-0.1.tar.gz (898.1 kB view hashes)

Uploaded Source

Built Distribution

news_signals-0.1-py3-none-any.whl (45.7 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