Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Utility for parsing and manipulating PBN - Portable Bridge Notation

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE
NotificationsYou must be signed in to change notification settings

zdenecek/pbn

Repository files navigation

PBN is a command line tool for working withPortable Bridge Notation (.pbn) files.

Some of the supported features include:

  • parse a file and validate it
  • printing overview information about a file
  • stripping a file of unnecessary parts
  • add analysis to a file

Purpose

If bridge is to stay, a lot of new software will be created, it will be necessary.

So far, there is little standardization, most software is proprietary, paid, closed-source.

This is the first step in making bridge open source tooling, so that noone has to reinvent the wheel. This package is very far apart frombeing perfect or even good, but I hope it will evolve in time to be - good, reliable, adhering to standards, community-driven.

My vision for open source bridge:

  • pbn tool (this repository)
  • tournament representation, results, including tools build on BridgeMate standard interface (MS Access) and beyond
  • (epic and far) open source tournament directing

Join me, make bridge programs great and free!

Features plan

  • exports to pdf, html
  • stricter adherence to PBN standard (currently it is not fully compliant)
    • validate
    • support more obscure import variant
    • check used features against declared version
  • pbn generation using external tools (e.g. Bigdeal)

User manual

User manual can be found inguide.md.

Use--help flag to see the options.

Building

PBN is written in .NET Core 7 and C#.

To build on Windows x86, you can use the provided prebuilddds.dll file.

dotnet build

Otherwise, you need to compiledds from sources. Luckily, this project provides a CMake build script to make it simple for you.

mkdir buildcd buildcmake ..make DotnetPublish

The executable will be in thepublish directory.

Should you run into any issues, good luck in CMake hell.

Documentation

This project uses docfx to create documentation.You need to have it installed to build the docs.

To build the documentation, run

docfx docs/docfx.json

Documentation will be generated in thedocs/_site directory.

If you want to serve the documentation locally, run

docfx docs/docfx.json --serve

Testing

To run the tests, run

dotnettest

License

This project is licensed under the MIT License - see theLICENSE file for details.

Third-Party Libraries

This project uses thedds library, which is licensed under the Apache License 2.0. For more details, see theLICENSE-APACHE file included in this repository.

For modifications to thedds library, see mydds fork repository.

Authors

Zdeněk Tomis

About

Utility for parsing and manipulating PBN - Portable Bridge Notation

Topics

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp