Python scaffolding project
Project description
Copyright (c) 2023 Jérémie DECOCK (www.jdhp.org)
Online documentation: https://jdhp-dev.gitlab.io/pyskf
Notebooks: https://gitlab.com/jdhp-dev/pyskf-notebooks
Source code: https://gitlab.com/jdhp-dev/pyskf
Issue tracker: https://gitlab.com/jdhp-dev/pyskf/issues
Pytest code coverage: https://jdhp-dev.gitlab.io/pyskf/htmlcov/index.html
Py-Skf on PyPI: https://pypi.org/project/pyskf
Description
Python scaffolding project
Note:
This project is still in beta stage, so the API is not finalized yet.
Dependencies
C.f. requirements.txt
Installation (development environment)
Posix (Linux, MacOSX, WSL, …)
From the Py-Skf source code:
conda deactivate # Only if you use Anaconda... python3 -m venv env source env/bin/activate python3 -m pip install --upgrade pip python3 -m pip install -r requirements-dev.txt
Windows
From the Py-Skf source code:
conda deactivate # Only if you use Anaconda... python3 -m venv env env\Scripts\activate.bat python3 -m pip install --upgrade pip python3 -m pip install -r requirements-dev.txt
Installation (production environment)
python3 -m pip install --no-cache-dir "pyskf @ git+ssh://git@gitlab.com/jdhp-dev/pyskf.git"
Documentation
Online documentation: https://jdhp-dev.gitlab.io/pyskf
API documentation: https://jdhp-dev.gitlab.io/pyskf/api.html
Example usage
Build and run the Python Docker image
Build the docker image
From the Py-Skf source code:
docker build -t pyskf:latest .
Run unit tests from the docker container
From the Py-Skf source code:
docker run pyskf pytest
Run an example from the docker container
From the Py-Skf source code:
docker run pyskf python3 /app/examples/hello.py
Bug reports
To search for bugs or report them, please use the Py-Skf Bug Tracker at:
License
This project is provided under the terms and conditions of the MIT License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyscaff-0.1.dev0.tar.gz.
File metadata
- Download URL: pyscaff-0.1.dev0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf69188ba2d48edefa49623d36ad8326acf1a427eaf63ecd0b5aab153077961
|
|
| MD5 |
5bcb05bb0c9ee25ce282c4328cf3ed65
|
|
| BLAKE2b-256 |
cd165c8cb7300d22f1e82e93ec52bf93728f9a422789f271c879422b12d24ff3
|
File details
Details for the file pyscaff-0.1.dev0-py3-none-any.whl.
File metadata
- Download URL: pyscaff-0.1.dev0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74c95a565fb43a3d444bdd3856d87889792faa958c3ffe45a40ac0589acfe9a7
|
|
| MD5 |
756d5350f1934949dca228c200b5e644
|
|
| BLAKE2b-256 |
281172cb712ab47bc27ac6e7ec9a5788003935deade1cd7edee9c6206a0783fb
|