Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__
dist
build
aiopath.egg-info
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aiopath-3.11
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include requirements.txt
include README.md
include LICENSE
include CREDIT.md
include aiopath/py.typed
Binary file removed aiopath/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/flavours.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/handle.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/path.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/scandir.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/selectors.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/types.cpython-311.pyc
Binary file not shown.
Binary file removed aiopath/__pycache__/wrap.cpython-311.pyc
Binary file not shown.
Empty file added aiopath/py.typed
Empty file.