Measure you FPGA circuit!
Project description
icerok-server
Receive data from the icerok circuits on the FPGA
Installation
pip install -U icerok_server
Developers
First clone
Make sure you create a virtual environment
- Install
python3-venv
sudo apt install python3-venv
- Create the virtual environment
cd icerok-server-python
python3 -m venv env
- Start the virtual environment
. env/bin/activate
- Install
flit
pip install flit
Run all the checks
tox
Execute icerok-server
python3 icerok_server/main.py
Publish in TestPyPi
flit publish --repository pypitest
Publish package
- Increase version number in
icerok_server/__init__.py
- Execute:
flit publish
Release
Steps for Releasing a new version
- Increase the version number in
icerok_server/__init__.py
- Create the release in Github
- Automatically an action will be executed and the package will be publish in Pypi
Credits
- Thanks to Anton Zhiyanov for this wonderful article: How to make an awesome Python package in 2021
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
icerok_server-0.1.11.tar.gz
(12.6 kB
view hashes)
Built Distribution
Close
Hashes for icerok_server-0.1.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3679de8ea74d1aad18bc5d45fc1eec5b2adb41e840766840462abbdf9248a27 |
|
MD5 | 9b573743ea4e7d40c6b9f0ad05e9aeb2 |
|
BLAKE2b-256 | 5a6b476f31bbdaec24a7ba33bfc2635d9a31a2adfed51e509e09b7f510f68a38 |