Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kruserr/i6_py

A standardized collection of python libs and tools
https://github.com/kruserr/i6_py

Last synced: about 2 months ago
JSON representation

A standardized collection of python libs and tools

Awesome Lists containing this project

README

        

# i6

A standardized collection of python libs and tools.


# Install
### Using pip
```
pip install i6
i6
```

### Using binary from GitHub
```
git clone https://github.com/kruserr/i6.git
cd i6
./bin/i6.exe
```


For further install instructions visit the [Documentation](https://github.com/kruserr/i6/wiki/Install).


# Develop
### Open in VS Code
```
git clone https://github.com/kruserr/i6.git
python -m pip install --upgrade pip setuptools wheel pytest tox twine pyinstaller
cd i6
python -m pip install -e .
code .
```

### Run VS Code Tasks
CTRL+P
```
>Tasks: Run Task
```


For further developing instructions visit the [Documentation](https://github.com/kruserr/i6/wiki/Develop).