Skip to content

crunchdao/crowdsourced-investment-research

Repository files navigation

Crowdsourced Investment Research

Build status Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License

cir is the Python package for Crowdsourced Investment Research by CrunchDAO

Description

CrunchDAO is a Decentralized Autonomous Organization of scientists making use of collective intelligence to solve complex problems, powered by a tokenomics.

Installation

Makefile contains functions for faster development.

1. Install all dependencies and pre-commit hooks

make install

2. Codestyle

Automatic formatting uses pyupgrade, isort, and black.

make codestyle

# or use synonym
make formatting

Codestyle checks only, without rewriting files:

make check-codestyle

Note: check-codestyle uses isort, black and darglint library

Update all dev libraries to the latest version using one command

make update-dev-deps
3. Cleanup

Delete pycache files

make pycache-remove

Remove package build

make build-remove

Delete .DS_STORE files

make dsstore-remove

Remove .mypycache

make mypycache-remove

Or to remove all above run:

make cleanup

Credits 🚀 Your next Python package needs a bleeding-edge project structure.

This project was generated with python-package-template

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published