Electronic Package Descriptor, an abstract model to describe electronic components for my generator of symbols for Kicad.
Project description
Sporniket's electronic package descriptor
[WARNING] Please read carefully this note before using this project. It contains important facts.
Content
- What is Sporniket's electronic package descriptor, and when to use it ?
- What should you know before using Sporniket's electronic package descriptor ?
- How to use Sporniket's electronic package descriptor ?
- Known issues
- Miscellanous
1. What is Sporniket's electronic package descriptor, and when to use it ?
Sporniket's electronic package descriptor is a python library that provide an abstract model and API for helping generate component symbols for EDA suites like Kicad.
Licence
Sporniket's electronic package descriptor is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Sporniket's electronic package descriptor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
Release notes
v0.0.2
- The model of a group of pins is complete
v0.0.1
- the model of a pin is complete
2. What should you know before using Sporniket's electronic package descriptor ?
Sporniket's electronic package descriptor is written using python version 3.6, and should work with python version 3.7 up to 3.10.
It relies on the following packages to build and test :
- build
- pytest
see README packaging for further details.
Do not use Sporniket's electronic package descriptor if this project is not suitable for your project.
3. How to use Sporniket's electronic package descriptor ?
From sources
To get the latest available models, one must clone the git repository, build and install the package.
git clone https://github.com/sporniket/electronic-package-descriptor.git
cd electronic-package-descriptor
python3 -m build && python3 -m pip install --force-reinstall dist/*.whl
Then, import the library in your code :
from electronic_package_descriptor import *
Using pip
pip install electronic-package-descriptor-by-sporniket
Then, import the library in your code :
from electronic_package_descriptor import *
4. Known issues
See the project issues page.
5. Miscellanous
Report issues
Use the project issues page.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file electronic-package-descriptor-by-sporniket-0.0.2.tar.gz
.
File metadata
- Download URL: electronic-package-descriptor-by-sporniket-0.0.2.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 726158b347e6946366ccf43ff488c7614b29da594fe2601a3a096dae10b2785e |
|
MD5 | ebd65b8fdba30ee7ba0a9e3ea406c38f |
|
BLAKE2b-256 | 122ba8dc729d9cb4856877dffa8ccf72914777706312d595eb4054fa1c790391 |
File details
Details for the file electronic_package_descriptor_by_sporniket-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: electronic_package_descriptor_by_sporniket-0.0.2-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d38f9311c666e44dea9f21c61d03f26bc13b6987928218db9dd62d7e4f7d643e |
|
MD5 | 5e98a399e52d24bb13cb963724361594 |
|
BLAKE2b-256 | 4a2079cf41e90b30630bdf32f47abde38e772b9e46134f30e36d346bb75ec9e2 |