short package description
Project description
FastVector
Template For Python Projects
This is a template for Python projects. What you get:
- Source code and test code is seperated in different directories.
- External libraries installed and managed by Pip.
- Setup for tests using Pytest.
- Continuous testing with Github-Actions.
- Code coverage reports, including automatic upload to Codecov.
- Code documentation with Mkdocs.
- Optional: Use of VSCode with the Python and UnitTest extension.
Structure
├── setup.py
├── setup.cfg
├── pyproject.toml
├── ... other config files ...
├── tests
│ ├── __init__.py
│ └── test_vector.py
├── docs
│ ├── api.md
│ └── index.md
├── fastvector
│ ├── __init__.py
│ ├── vector.py
│ └── version.py
└── tests
├── __init__.py
└── test_vector.py
Commands
# Build and Install (local)
pip install -e .
# Test
pytest tests
# Code Coverage
pytest --cov=fastvector tests --cov-report=html
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
cnxfastvector-0.2.0.tar.gz
(4.9 kB
view details)
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 cnxfastvector-0.2.0.tar.gz.
File metadata
- Download URL: cnxfastvector-0.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c38480d292933ebcc598f7dd382d3378e643931bfa54720351c82443af9623b6
|
|
| MD5 |
be0b24858c6149aaea5c4f12dfaad37a
|
|
| BLAKE2b-256 |
d45d92230e964a0fed68c8094094c60a5317f4c8a9a54d8c7bd0c0041ef2a9be
|
File details
Details for the file cnxfastvector-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cnxfastvector-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d22a908619871403f51d53b5fb2305487132b8235a5b0190dc3602a0e0231c0b
|
|
| MD5 |
f34650f9e228e184f423e738da778183
|
|
| BLAKE2b-256 |
f431d184968986ac8d1d7e684456c7f7b105ed0ba2be074b1e39221f19e20283
|