Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
2f4392d3
Commit
2f4392d3
authored
2 years ago
by
dilawar
Browse files
Options
Downloads
Patches
Plain Diff
fix: to tests.
parent
4aca830a
No related branches found
No related tags found
No related merge requests found
Pipeline
#3586
failed with stages
Stage:
Stage:
Stage:
in 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bitia/__main__.py
+1
-1
1 addition, 1 deletion
bitia/__main__.py
poetry.lock
+125
-1
125 additions, 1 deletion
poetry.lock
pyproject.toml
+3
-0
3 additions, 0 deletions
pyproject.toml
with
129 additions
and
2 deletions
bitia/__main__.py
+
1
−
1
View file @
2f4392d3
...
@@ -119,7 +119,7 @@ def submit(user_input: str, server: str = "https://public.bitia.link"):
...
@@ -119,7 +119,7 @@ def submit(user_input: str, server: str = "https://public.bitia.link"):
@app.command
()
@app.command
()
def
version
()
->
str
:
def
version
():
"""
version information
"""
"""
version information
"""
print
(
bitia
.
version
())
print
(
bitia
.
version
())
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
125
−
1
View file @
2f4392d3
[[package]]
name
=
"attrs"
version
=
"22.1.0"
description
=
"Classes Without Boilerplate"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.5
"
[package.extras]
dev
=
[
"cloudpickle"
,
"coverage[toml] (>=5.0.2)"
,
"furo"
,
"hypothesis"
,
"mypy (>=0.900,!=0.940)"
,
"pre-commit"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
,
"sphinx"
,
"sphinx-notfound-page"
,
"zope.interface"
]
docs
=
[
"furo"
,
"sphinx"
,
"sphinx-notfound-page"
,
"zope.interface"
]
tests
=
[
"cloudpickle"
,
"coverage[toml] (>=5.0.2)"
,
"hypothesis"
,
"mypy (>=0.900,!=0.940)"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
,
"zope.interface"
]
tests_no_zope
=
[
"cloudpickle"
,
"coverage[toml] (>=5.0.2)"
,
"hypothesis"
,
"mypy (>=0.900,!=0.940)"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
]
[[package]]
[[package]]
name
=
"certifi"
name
=
"certifi"
version
=
"2022.9.24"
version
=
"2022.9.24"
...
@@ -55,6 +69,45 @@ category = "main"
...
@@ -55,6 +69,45 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.5
"
python-versions
=
">
=
3.5
"
[[
package
]]
name
=
"iniconfig"
version
=
"1.1.1"
description
=
"iniconfig: brain-dead simple config-ini parsing"
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[
package
]]
name
=
"packaging"
version
=
"21.3"
description
=
"Core utilities for Python packages"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[
package.dependencies
]
pyparsing
=
">
=
2.0
.
2
,
<
3.0
.
5
||
>
3.0
.
5
"
[[
package
]]
name
=
"pluggy"
version
=
"1.0.0"
description
=
"plugin and hook calling mechanisms for python"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[
package.extras
]
dev
=
[
"pre-commit"
,
"tox"
]
testing
=
[
"pytest"
,
"pytest-benchmark"
]
[[
package
]]
name
=
"py"
version
=
"1.11.0"
description
=
"library with cross-python path, ini-parsing, io, code, log facilities"
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
[[
package
]]
[[
package
]]
name
=
"Pygments"
name
=
"Pygments"
version
=
"2.13.0"
version
=
"2.13.0"
...
@@ -66,6 +119,37 @@ python-versions = ">=3.6"
...
@@ -66,6 +119,37 @@ python-versions = ">=3.6"
[
package.extras
]
[
package.extras
]
plugins
=
[
"importlib-metadata"
]
plugins
=
[
"importlib-metadata"
]
[[
package
]]
name
=
"pyparsing"
version
=
"3.0.9"
description
=
"pyparsing module - Classes and methods to define and execute parsing grammars"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
.
8
"
[
package.extras
]
diagrams
=
[
"jinja2"
,
"railroad-diagrams"
]
[[
package
]]
name
=
"pytest"
version
=
"7.1.3"
description
=
"pytest: simple powerful testing with Python"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.7
"
[
package.dependencies
]
attrs
=
">
=
19.2
.
0
"
colorama
=
{
version
=
"*"
,
markers
=
"sys_platform
=
=
\"
win
32
\"
"}
iniconfig
=
"*"
packaging
=
"*"
pluggy
=
">
=
0.12
,
<
2.0
"
py
=
">
=
1.8
.
2
"
tomli
=
">
=
1.0
.
0
"
[
package.extras
]
testing
=
[
"argcomplete"
,
"hypothesis (>=3.56)"
,
"mock"
,
"nose"
,
"pygments (>=2.7.2)"
,
"requests"
,
"xmlschema"
]
[[
package
]]
[[
package
]]
name
=
"requests"
name
=
"requests"
version
=
"2.28.1"
version
=
"2.28.1"
...
@@ -100,6 +184,14 @@ typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9
...
@@ -100,6 +184,14 @@ typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9
[
package.extras
]
[
package.extras
]
jupyter
=
[
"ipywidgets (>=7.5.1,<8.0.0)"
]
jupyter
=
[
"ipywidgets (>=7.5.1,<8.0.0)"
]
[[
package
]]
name
=
"tomli"
version
=
"2.0.1"
description
=
"A lil' TOML parser"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.7
"
[[
package
]]
[[
package
]]
name
=
"typer"
name
=
"typer"
version
=
"0.6.1"
version
=
"0.6.1"
...
@@ -141,9 +233,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
...
@@ -141,9 +233,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[
metadata
]
[
metadata
]
lock-version
=
"1.1"
lock-version
=
"1.1"
python-versions
=
"^3.8"
python-versions
=
"^3.8"
content-hash
=
"
876b8c11170f017ce20e5b481e80612ab81476f22aa411f669ad5edcc0fdd327
"
content-hash
=
"
303fc4b3cd834e213e6e5175373dc6753642748fd988726ade961b9add23f1d2
"
[
metadata.files
]
[
metadata.files
]
attrs
=
[
{file
=
"attrs-22.1.0-py2.py3-none-any.whl"
,
hash
=
"sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"
}
,
{file
=
"attrs-22.1.0.tar.gz"
,
hash
=
"sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"
}
,
]
certifi
=
[
certifi
=
[
{file
=
"certifi-2022.9.24-py3-none-any.whl"
,
hash
=
"sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"
}
,
{file
=
"certifi-2022.9.24-py3-none-any.whl"
,
hash
=
"sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"
}
,
{file
=
"certifi-2022.9.24.tar.gz"
,
hash
=
"sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"
}
,
{file
=
"certifi-2022.9.24.tar.gz"
,
hash
=
"sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"
}
,
...
@@ -168,10 +264,34 @@ idna = [
...
@@ -168,10 +264,34 @@ idna = [
{file
=
"idna-3.4-py3-none-any.whl"
,
hash
=
"sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"
}
,
{file
=
"idna-3.4-py3-none-any.whl"
,
hash
=
"sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"
}
,
{file
=
"idna-3.4.tar.gz"
,
hash
=
"sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
}
,
{file
=
"idna-3.4.tar.gz"
,
hash
=
"sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
}
,
]
]
iniconfig
=
[
{file
=
"iniconfig-1.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"
}
,
{file
=
"iniconfig-1.1.1.tar.gz"
,
hash
=
"sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"
}
,
]
packaging
=
[
{file
=
"packaging-21.3-py3-none-any.whl"
,
hash
=
"sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"
}
,
{file
=
"packaging-21.3.tar.gz"
,
hash
=
"sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
}
,
]
pluggy
=
[
{file
=
"pluggy-1.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"
}
,
{file
=
"pluggy-1.0.0.tar.gz"
,
hash
=
"sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"
}
,
]
py
=
[
{file
=
"py-1.11.0-py2.py3-none-any.whl"
,
hash
=
"sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"
}
,
{file
=
"py-1.11.0.tar.gz"
,
hash
=
"sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"
}
,
]
Pygments
=
[
Pygments
=
[
{file
=
"Pygments-2.13.0-py3-none-any.whl"
,
hash
=
"sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"
}
,
{file
=
"Pygments-2.13.0-py3-none-any.whl"
,
hash
=
"sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"
}
,
{file
=
"Pygments-2.13.0.tar.gz"
,
hash
=
"sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
}
,
{file
=
"Pygments-2.13.0.tar.gz"
,
hash
=
"sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
}
,
]
]
pyparsing
=
[
{file
=
"pyparsing-3.0.9-py3-none-any.whl"
,
hash
=
"sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"
}
,
{file
=
"pyparsing-3.0.9.tar.gz"
,
hash
=
"sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"
}
,
]
pytest
=
[
{file
=
"pytest-7.1.3-py3-none-any.whl"
,
hash
=
"sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"
}
,
{file
=
"pytest-7.1.3.tar.gz"
,
hash
=
"sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"
}
,
]
requests
=
[
requests
=
[
{file
=
"requests-2.28.1-py3-none-any.whl"
,
hash
=
"sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"
}
,
{file
=
"requests-2.28.1-py3-none-any.whl"
,
hash
=
"sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"
}
,
{file
=
"requests-2.28.1.tar.gz"
,
hash
=
"sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"
}
,
{file
=
"requests-2.28.1.tar.gz"
,
hash
=
"sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"
}
,
...
@@ -180,6 +300,10 @@ rich = [
...
@@ -180,6 +300,10 @@ rich = [
{file
=
"rich-12.5.1-py3-none-any.whl"
,
hash
=
"sha256:2eb4e6894cde1e017976d2975ac210ef515d7548bc595ba20e195fb9628acdeb"
}
,
{file
=
"rich-12.5.1-py3-none-any.whl"
,
hash
=
"sha256:2eb4e6894cde1e017976d2975ac210ef515d7548bc595ba20e195fb9628acdeb"
}
,
{file
=
"rich-12.5.1.tar.gz"
,
hash
=
"sha256:63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca"
}
,
{file
=
"rich-12.5.1.tar.gz"
,
hash
=
"sha256:63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca"
}
,
]
]
tomli
=
[
{file
=
"tomli-2.0.1-py3-none-any.whl"
,
hash
=
"sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"
}
,
{file
=
"tomli-2.0.1.tar.gz"
,
hash
=
"sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
}
,
]
typer
=
[
typer
=
[
{file
=
"typer-0.6.1-py3-none-any.whl"
,
hash
=
"sha256:54b19e5df18654070a82f8c2aa1da456a4ac16a2a83e6dcd9f170e291c56338e"
}
,
{file
=
"typer-0.6.1-py3-none-any.whl"
,
hash
=
"sha256:54b19e5df18654070a82f8c2aa1da456a4ac16a2a83e6dcd9f170e291c56338e"
}
,
{file
=
"typer-0.6.1.tar.gz"
,
hash
=
"sha256:2d5720a5e63f73eaf31edaa15f6ab87f35f0690f8ca233017d7d23d743a91d73"
}
,
{file
=
"typer-0.6.1.tar.gz"
,
hash
=
"sha256:2d5720a5e63f73eaf31edaa15f6ab87f35f0690f8ca233017d7d23d743a91d73"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
0
View file @
2f4392d3
...
@@ -14,6 +14,9 @@ rich = "^12.5.1"
...
@@ -14,6 +14,9 @@ rich = "^12.5.1"
[tool.poetry.scripts]
[tool.poetry.scripts]
bitia
=
"bitia.__main__:app"
bitia
=
"bitia.__main__:app"
[tool.poetry.group.dev.dependencies]
pytest
=
"^7.1.3"
[build-system]
[build-system]
requires
=
[
"poetry-core"
]
requires
=
[
"poetry-core"
]
build-backend
=
"poetry.core.masonry.api"
build-backend
=
"poetry.core.masonry.api"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment