Opening Databases for the Board Game Connect-4
Project description
bitbully-databases
Opening Databases for the Board Game Connect-4.
Development (Debian-based Systems)
Install & Activate virtualenv
python3 -m venv venv
source venv/bin/activate
Install Dependencies
pip install -e .[dev,ci]
pre-commit install
You can run pre-commit before a commit with:
pre-commit run
Commitizen
Bump Version
cz bump --dry-run # first perform a dry run
cz bump
git push origin tag x.x.x
Push commit and tag atomically
git push --atomic origin master v0.0.14
Commit types
| Commit Type | Title | Description | Emoji |
|---|---|---|---|
feat |
Features | A new feature | ✨ |
fix |
Bug Fixes | A bug Fix | 🐛 |
docs |
Documentation | Documentation only changes | 📚 |
style |
Styles | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | 💎 |
refactor |
Code Refactoring | A code change that neither fixes a bug nor adds a feature | 📦 |
perf |
Performance Improvements | A code change that improves performance | 🚀 |
test |
Tests | Adding missing tests or correcting existing tests | 🚨 |
build |
Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) | 🛠 |
ci |
Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) | ⚙️ |
chore |
Chores | Other changes that don't modify src or test files | ♻️ |
revert |
Reverts | Reverts a previous commit | 🗑 |
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 bitbully_databases-0.0.1a3.tar.gz.
File metadata
- Download URL: bitbully_databases-0.0.1a3.tar.gz
- Upload date:
- Size: 17.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b76989c299e2ad7c93cf08fb14fb920f1e504a13c5d8dcc736890a30e70c331
|
|
| MD5 |
f89e154b276a719aebe0046ddfd1cc3e
|
|
| BLAKE2b-256 |
320b3ac1f8e955c0f1462d3c72a746dafa6c5d9e5d9b169f0e04957d8f1603bd
|
File details
Details for the file bitbully_databases-0.0.1a3-py3-none-any.whl.
File metadata
- Download URL: bitbully_databases-0.0.1a3-py3-none-any.whl
- Upload date:
- Size: 17.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
883b62d7eff631e29666f878e94f9308df67bca19eca127c69ca0b0c4ebfb244
|
|
| MD5 |
81a599fd7aea5227405b4353dedaf7ce
|
|
| BLAKE2b-256 |
4ce6ea82b652cced9f6e567bd31761bf8b11f52737c6e81afaf379388b06a249
|