sequentinel 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: sequentinel
3
+ Version: 0.1.0
4
+ Summary: Sequentinel
5
+ Author: Peter Vegh
6
+ Keywords: biology,sequence
7
+ Description-Content-Type: text/x-rst
8
+
9
+ Sequentinel
10
+ ===========
11
+
12
+ This stub package contains no usable code -- code will soon follow, in the next release.
13
+
14
+ Expected release in 2026.
15
+
16
+ **Contact:** `<https://github.com/Edinburgh-Genome-Foundry/>`_
17
+
18
+ Sequentinel is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ engineering biology software suite for sequence design, manufacturing and validation.
@@ -0,0 +1,7 @@
1
+ # Sequentinel
2
+
3
+ This stub package contains no usable code -- code will soon follow, in the next release.
4
+
5
+ Expected release in 2026.
6
+
7
+ https://github.com/Edinburgh-Genome-Foundry/
@@ -0,0 +1,10 @@
1
+ Sequentinel
2
+ ===========
3
+
4
+ This stub package contains no usable code -- code will soon follow, in the next release.
5
+
6
+ Expected release in 2026.
7
+
8
+ **Contact:** `<https://github.com/Edinburgh-Genome-Foundry/>`_
9
+
10
+ Sequentinel is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ engineering biology software suite for sequence design, manufacturing and validation.
@@ -0,0 +1,17 @@
1
+ [project]
2
+ name = "sequentinel"
3
+ version = "0.1.0"
4
+ authors = [{ name = "Peter Vegh" }]
5
+ description = "Sequentinel"
6
+ readme = "pypi-readme.rst"
7
+ keywords = ["biology", "sequence"]
8
+
9
+ # [project.urls]
10
+ # Homepage = "https://github.com/Edinburgh-Genome-Foundry/"
11
+
12
+ [build-system]
13
+ requires = ["setuptools"]
14
+ build-backend = "setuptools.build_meta"
15
+
16
+ [tool.setuptools.packages.find]
17
+ exclude = ["docs*", "images*", "tests*"]
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: sequentinel
3
+ Version: 0.1.0
4
+ Summary: Sequentinel
5
+ Author: Peter Vegh
6
+ Keywords: biology,sequence
7
+ Description-Content-Type: text/x-rst
8
+
9
+ Sequentinel
10
+ ===========
11
+
12
+ This stub package contains no usable code -- code will soon follow, in the next release.
13
+
14
+ Expected release in 2026.
15
+
16
+ **Contact:** `<https://github.com/Edinburgh-Genome-Foundry/>`_
17
+
18
+ Sequentinel is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ engineering biology software suite for sequence design, manufacturing and validation.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pypi-readme.rst
3
+ pyproject.toml
4
+ sequentinel.egg-info/PKG-INFO
5
+ sequentinel.egg-info/SOURCES.txt
6
+ sequentinel.egg-info/dependency_links.txt
7
+ sequentinel.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ dist
2
+ sequentinel
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+