Skip to content

Commit 967b180

Browse files
Removed cache
1 parent b028bbe commit 967b180

33 files changed

+18
-192
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build
2+
dist
3+
.pytest_cache
4+
**/__pycache__/**

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/home/ellite/.local/share/virtualenvs/framework-Cg80IFxn/bin/python"
3+
}

Chamak.egg-info/PKG-INFO

Lines changed: 0 additions & 42 deletions
This file was deleted.

Chamak.egg-info/SOURCES.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

Chamak.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

Chamak.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
-667 Bytes
Binary file not shown.
Binary file not shown.
-658 Bytes
Binary file not shown.
-148 Bytes
Binary file not shown.

Pipfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
[dev-packages]
9+
10+
[requires]
11+
python_version = "3.7"

build/lib/Chamak/Foundation/FileReponse.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

build/lib/Chamak/Foundation/Request.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/lib/Chamak/Foundation/Response.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

build/lib/Chamak/Foundation/Router.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

build/lib/Chamak/Foundation/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/Chamak/Foundation/app.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

build/lib/Chamak/Foundation/bootstrap.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

build/lib/Chamak/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/Chamak/view/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/Chamak/view/view.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

dist/Chamak-0.0.6-py3-none-any.whl

-4.89 KB
Binary file not shown.

dist/Chamak-0.0.6.tar.gz

-2.83 KB
Binary file not shown.
Binary file not shown.
-621 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)