different utils and tools for projects
collecting python modules into library.
needs VTK
brew install vtk
install from pypi
pip install laapyCore
install from source
to work on project install source locally, activate venv and run (if mac run zsh version):
pip install -e .[dev]
pip install -e '.[dev]'
use
from working_tools import tet
test setup state
python setup.py sdist
create manifest
check-manifest --create
git add MANIFEST.in
build to upload
python setup.py bdist_wheel sdist
twine upload dist/*
Release files for laapyCore 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| laapyCore-0.0.2.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| laapyCore-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.0 kB
Release files / laapyCore-0.0.2.tar.gz
| Download URL | laapyCore-0.0.2.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0d3158f01298be3c5e5de1036bf1d3c9a6fb2f62277c99df2ad4e6d1d5ba9afd
|
|
BLAKE2b-256 checksum How to use checksums |
aa63ae2f68cb3373165524741140e43ced29e805a2c36bc40c468df1f9a16e5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|
Release files / laapyCore-0.0.2-py3-none-any.whl
| Download URL | laapyCore-0.0.2-py3-none-any.whl |
|---|---|
| Size | 1.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea7104715b2658dffcbe325d0e4bc55f463908c29be05ea17f4ed14e5f2e9f3e
|
|
BLAKE2b-256 checksum How to use checksums |
cc5071ff51e27f90beaaa1a31bfd9020f616b09667111a64564cb21889c4a1ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|