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.4.tar.gz
(39.8 kB
view details)
Built Distribution
File details
Details for the file crosseval-0.0.4.tar.gz
.
File metadata
- Download URL: crosseval-0.0.4.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14095ae0c203c48777e3ac12a131346fc312281ee7be89b880689c06b804dc10 |
|
MD5 | 8513d2a624605de34c8853cf52dd7fda |
|
BLAKE2b-256 | de3b49f4c78f73350bb31e4e9fffaebd57839d359155cde96b1b32fe3428e5a8 |
File details
Details for the file crosseval-0.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: crosseval-0.0.4-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.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02debe79ae06f406bcc0c28b7cdf9c241fa57c2418d155262258264092592ef2 |
|
MD5 | 6cb9eb6d37cb5f20a276089bbc0a0710 |
|
BLAKE2b-256 | b2e40d0162a90e866b16f8db7cfb3f4eed8a7139de049af429105d2fe77e4509 |