added a flask venv

This commit is contained in:
d3m1g0d
2019-01-19 13:23:37 +01:00
parent cbd3a55746
commit a1a8bca34b
961 changed files with 129021 additions and 0 deletions
@@ -0,0 +1,25 @@
Metadata-Version: 1.1
Name: pathtools
Version: 0.1.2
Summary: File system general utilities
Home-page: http://github.com/gorakhargosh/pathtools
Author: Yesudeep Mangalapilly
Author-email: yesudeep@gmail.com
License: MIT License
Description: pathtools
=========
Pattern matching and various utilities for file systems paths.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
@@ -0,0 +1,20 @@
AUTHORS
LICENSE
MANIFEST.in
README
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/global.rst.inc
docs/source/index.rst
pathtools/__init__.py
pathtools/path.py
pathtools/patterns.py
pathtools/version.py
pathtools.egg-info/PKG-INFO
pathtools.egg-info/SOURCES.txt
pathtools.egg-info/dependency_links.txt
pathtools.egg-info/top_level.txt
@@ -0,0 +1,12 @@
../pathtools/__init__.py
../pathtools/__pycache__/__init__.cpython-36.pyc
../pathtools/__pycache__/path.cpython-36.pyc
../pathtools/__pycache__/patterns.cpython-36.pyc
../pathtools/__pycache__/version.cpython-36.pyc
../pathtools/path.py
../pathtools/patterns.py
../pathtools/version.py
PKG-INFO
SOURCES.txt
dependency_links.txt
top_level.txt