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 app.py
Publish in TestPyPi
flit publish --repository pypitest
Publish package
- Increase version number in
icerok_server/version.py
- Execute:
flit publish
Release
Steps for Releasing a new version
- Increase the version number in
icerok_server/version.py
- Create the release in Github
- Automatically an action will be executed and the package will be published 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.13.tar.gz
(12.9 kB
view details)
Built Distribution
File details
Details for the file icerok_server-0.1.13.tar.gz
.
File metadata
- Download URL: icerok_server-0.1.13.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d482408fabdfe62599a2d9b7fcc77379486c11be7a6b305a37edcd78ad4510d2 |
|
MD5 | bddba0b6381dec7aa5b6d587803f906d |
|
BLAKE2b-256 | 1c0b950816e04c8d057cf6190b02506bec9330f4d137905d1d605a30d93a5d2c |
File details
Details for the file icerok_server-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: icerok_server-0.1.13-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e819fad5e851796fd1854396f5df7ace5364d769f1fc7260cfa7b9726dd3bfb6 |
|
MD5 | d920c435cbf7f2db9b2483790fcfbfde |
|
BLAKE2b-256 | 05e891f97298d00479e0024aaaf751b621ae6f65f7d36874e0d4562c3f9fc18f |