[feat] Structure

This commit is contained in:
2020-09-28 15:18:12 -04:00
commit 190b54b426
9 changed files with 267 additions and 0 deletions

19
Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[source]]
name = "bigeon.net-pypi"
url = "https://nexus.code.bigeon.net/repository/python/simple"
verify_ssl = true
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi-source"
[dev-packages]
pylint = "*"
coverage = "*"
toml = "*"
[packages]
[requires]
python_version = "3.8"