-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2c8466
commit 2e138ed
Showing
15 changed files
with
74 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 27126caf861b581f5cca4ac102e36093 | ||
config: ef1c6e478917fc3c6a0743e118ceb0c3 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.wy-side-nav-search { | ||
background: #01152F; | ||
} | ||
.wy-side-nav-search > div.version { | ||
color: #CF000F; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,11 @@ | |
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Datatractor Beam — datatractor-beam main documentation</title> | ||
<title>Datatractor Beam: Reference implementation of the Datatractor API — Datatractor Beam main documentation</title> | ||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> | ||
<link rel="stylesheet" href="_static/custom_theme.css" type="text/css" /> | ||
<link rel="shortcut icon" href="https://datatractor.github.io/schema/main/_images/166528759-32x32.png"/> | ||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
@@ -32,7 +33,8 @@ | |
|
||
|
||
<a href="#" class="icon icon-home"> | ||
datatractor-beam | ||
Datatractor Beam | ||
<img src="https://avatars.githubusercontent.com/u/166528759" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
main | ||
|
@@ -56,34 +58,36 @@ | |
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="#">datatractor-beam</a> | ||
<a href="#">Datatractor Beam</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="#" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Datatractor Beam</li> | ||
<li class="breadcrumb-item active">Datatractor Beam: Reference implementation of the Datatractor API</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="_sources/index.rst.txt" rel="nofollow"> View page source</a> | ||
<a href="https://github.com/datatractor/beam/blob/main/docs/source/index.rst" class="fa fa-github"> Edit on GitHub</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="datatractor-beam"> | ||
<h1>Datatractor Beam<a class="headerlink" href="#datatractor-beam" title="Link to this heading"></a></h1> | ||
<section id="datatractor-beam-reference-implementation-of-the-datatractor-api"> | ||
<h1>Datatractor Beam: Reference implementation of the Datatractor API<a class="headerlink" href="#datatractor-beam-reference-implementation-of-the-datatractor-api" title="Link to this heading"></a></h1> | ||
<div class="toctree-wrapper compound"> | ||
</div> | ||
<p>Documentation of Datatractor Beam, the reference implementation of the Datatractor API, | ||
published at <a class="reference external" href="https://yard.datatractors.org/">Datatractor Yard</a>.</p> | ||
<p>Datatractor <a class="reference internal" href="apidoc/beam.html#module-beam" title="beam"><code class="xref py py-mod docutils literal notranslate"><span class="pre">beam</span></code></a> is a draft Python 3.10 package, which can be used to: | ||
- query the registry of <a class="reference external" href="https://yard.datatractor.org/extractors/">Extractors</a> for extractors that support a given file type, | ||
- install those extractors in a fresh Python virtual environment environment via <cite>pip</cite>, | ||
- invoke the extractor either in Python or at the CLI, producing Python objects or files on disk.</p> | ||
<p>Documentation of <a class="reference external" href="https://github.com/datatractor/beam/"><img alt="beamrepo" src="https://badgen.net/static/datatractor/beam/?icon=github" /></a>, the reference implementation of the Datatractor API, | ||
available at <a class="reference external" href="https://yard.datatractor.org/"><img alt="yardsite" src="https://badgen.net/static/%F0%9F%9A%9C%20datatractor/yard" /></a>.</p> | ||
<p>Datatractor Beam contains <a class="reference internal" href="apidoc/beam.html#module-beam" title="beam"><code class="xref py py-mod docutils literal notranslate"><span class="pre">beam</span></code></a>, a draft Python 3.10 package, which can be used to:</p> | ||
<ul class="simple"> | ||
<li><p>query the registry of <a class="reference external" href="https://yard.datatractor.org/extractors/">Extractors</a> for extractors that support a given file type,</p></li> | ||
<li><p>install those extractors in a fresh Python virtual environment environment via <cite>pip</cite>,</p></li> | ||
<li><p>invoke the extractor either in Python or at the CLI, producing Python objects or files on disk.</p></li> | ||
</ul> | ||
<section id="installation"> | ||
<h2>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h2> | ||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>[email protected]:datatractor/beam.git | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.