Skip to content

marple-newsrobot/marple-py-modules

Repository files navigation

Marple Python Modules

A python package for modules shared across the Marple project.

Get started

make install (sets up local environment and installs dependencies)

Install package

pip install git+ssh://git@github.com/marple-newsrobot/marple-py-modules.git

...or, using https:

pip install git+https://github.com/marple-newsrobot/marple-py-modules.git

Run tests

make tests (run all tests)

make test file=path/to/test (run specific test)

Deploy

make deploy_new_version v=0.0.4 msg="Made some changes"

The current version is defined in CURRENT_VERSION.txt. This file is updated with this make command.

Update docs

cd docs

make html

Notes to self

Useful links:

About

Python modules shared across the Marple project

Resources

Stars

Watchers

Forks

Packages

No packages published