crosseval
Project description
crosseval
TODOs: Configuring this template
Create a Netlify site for your repository, then turn off automatic builds in Netlify settings.
Add these CI secrets: PYPI_API_TOKEN
, NETLIFY_AUTH_TOKEN
(Netlify user settings - personal access tokens), DEV_NETLIFY_SITE_ID
, PROD_NETLIFY_SITE_ID
(API ID from Netlify site settings)
Set up Codecov at TODO
Overview
Installation
pip install crosseval
Usage
Development
Submit PRs against develop
branch, then make a release pull request to master
.
# Optional: set up a pyenv virtualenv
pyenv virtualenv 3.9 crosseval-3.9
echo "crosseval-3.9" > .python-version
pyenv version
# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.txt
# Install local package
pip install -e .
# Install pre-commit
pre-commit install
# Run tests
make test
# Run lint
make lint
# bump version before submitting a PR against master (all master commits are deployed)
bump2version patch # possible: major / minor / patch
# also ensure CHANGELOG.md updated
Changelog
0.0.1
- First release on PyPI.
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
crosseval-0.0.2.tar.gz
(39.8 kB
view details)
Built Distribution
File details
Details for the file crosseval-0.0.2.tar.gz
.
File metadata
- Download URL: crosseval-0.0.2.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adba9c2a2e3794ade5dc0a64025998eed168d089e3c27d4978d6557070d66fd1 |
|
MD5 | dcb7acc5668368f2f7fda72bb2c9ac71 |
|
BLAKE2b-256 | c53623950276bbb1358e2c99d26add7956c264b22981eb2d668d0751d517d9a0 |
File details
Details for the file crosseval-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: crosseval-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cec0f61dd49920aee64110b04fbfd862b16b0e34a191977932e121c9d17fdbd |
|
MD5 | 4646d584f21cf2315f54d4d339aa2745 |
|
BLAKE2b-256 | 01394606b536f659056a9c8aeffd9cd28d2a55de0a134f2aeb0f81650723a693 |