Skip to content

Open-Telecoms-Data/ofdskit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OFDSKit

Command line

Installation

Installation from this git repo:

git clone https://github.com/Open-Telecoms-Data/ofdskit.git
cd ofdskit
python3 -m venv .ve
source .ve/bin/activate
pip install -e .

Using

ofdskit --help

Running tests

python -m pytest

Code linting

Make sure dev dependencies are installed in your virtual environment:

pip install -e .[dev]

Then run:

isort ofdskit/ tests/ setup.py
black ofdskit/ tests/ setup.py
flake8 ofdskit/ tests/ setup.py
mypy --install-types --non-interactive -p  ofdskit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages