uscf_tools 1.1.0

dotnet add package uscf_tools --version 1.1.0
NuGet\Install-Package uscf_tools -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="uscf_tools" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uscf_tools --version 1.1.0
#r "nuget: uscf_tools, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install uscf_tools as a Cake Addin
#addin nuget:?package=uscf_tools&version=1.1.0

// Install uscf_tools as a Cake Tool
#tool nuget:?package=uscf_tools&version=1.1.0

US Chess Federation does not have a good way of exposing its data as a set of public APIs. All it has is a very outdated set of PHP forms that serve data as HTML. This set of tools parse that html and present data in a way that most of the applications can consume.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,348 2/6/2015
1.0.0 1,042 2/5/2015

This library heavily depends on the layout of USCF webpages return data. If they change it, then this whole thing won't work. I recomment not to use it for production projects.