-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- .editorconfig 148 additions, 0 deletions.editorconfig
- .gitignore 14 additions, 0 deletions.gitignore
- .gitlab-ci.yml 156 additions, 0 deletions.gitlab-ci.yml
- Attribute_wrapper/__init__.py 8 additions, 0 deletionsAttribute_wrapper/__init__.py
- Attribute_wrapper/attribute_wrapper.py 294 additions, 0 deletionsAttribute_wrapper/attribute_wrapper.py
- Attribute_wrapper/cool_module.py 6 additions, 0 deletionsAttribute_wrapper/cool_module.py
- LICENSE 201 additions, 0 deletionsLICENSE
- MANIFEST.in 5 additions, 0 deletionsMANIFEST.in
- README.md 43 additions, 0 deletionsREADME.md
- docs/.gitkeep 0 additions, 0 deletionsdocs/.gitkeep
- pyproject.toml 13 additions, 0 deletionspyproject.toml
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.cfg 37 additions, 0 deletionssetup.cfg
- setup.py 3 additions, 0 deletionssetup.py
- tests/.gitkeep 0 additions, 0 deletionstests/.gitkeep
- tests/requirements.txt 7 additions, 0 deletionstests/requirements.txt
- tests/test_attr_wrapper.py 0 additions, 0 deletionstests/test_attr_wrapper.py
- tox.ini 45 additions, 0 deletionstox.ini
.editorconfig
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Attribute_wrapper/__init__.py
0 → 100644
Attribute_wrapper/attribute_wrapper.py
0 → 100644
Attribute_wrapper/cool_module.py
0 → 100644
LICENSE
0 → 100644
MANIFEST.in
0 → 100644
README.md
0 → 100644
docs/.gitkeep
0 → 100644
pyproject.toml
0 → 100644
requirements.txt
0 → 100644
numpy >= 1.20.0 # BSD |
setup.cfg
0 → 100644
setup.py
0 → 100644
tests/.gitkeep
0 → 100644
tests/requirements.txt
0 → 100644
tests/test_attr_wrapper.py
0 → 100644
This diff is collapsed.
tox.ini
0 → 100644
Please register or sign in to comment