summaryrefslogtreecommitdiff
path: root/fswrap.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'fswrap.egg-info')
-rw-r--r--fswrap.egg-info/PKG-INFO26
-rw-r--r--fswrap.egg-info/SOURCES.txt16
-rw-r--r--fswrap.egg-info/dependency_links.txt1
-rw-r--r--fswrap.egg-info/top_level.txt1
4 files changed, 0 insertions, 44 deletions
diff --git a/fswrap.egg-info/PKG-INFO b/fswrap.egg-info/PKG-INFO
deleted file mode 100644
index 5902203..0000000
--- a/fswrap.egg-info/PKG-INFO
+++ /dev/null
@@ -1,26 +0,0 @@
-Metadata-Version: 1.1
-Name: fswrap
-Version: 0.1.1
-Summary: An opinionated wrapper on file system and path functions
-Home-page: http://github.com/lakshmivyas/fswrap
-Author: Lakshmi Vyas
-Author-email: lakshmi.vyas@gmail.com
-License: MIT
-Description: Version 0.1.1
-
- Unified object oriented interface for interacting with file system objects.
- File system operations in python are distributed across modules: os, os.path,
- fnmatch, shutil and distutils. This module attempts to make the right choices
- for common operations to provide a single interface.
-
- This was extracted from the `hyde project`_ with minor changes.
-
-
- .. _hyde project: http://github.com/hyde/hyde
-Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development
diff --git a/fswrap.egg-info/SOURCES.txt b/fswrap.egg-info/SOURCES.txt
deleted file mode 100644
index 3fafc43..0000000
--- a/fswrap.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE
-MANIFEST.in
-distribute_setup.py
-fswrap.py
-setup.py
-fswrap.egg-info/PKG-INFO
-fswrap.egg-info/SOURCES.txt
-fswrap.egg-info/dependency_links.txt
-fswrap.egg-info/top_level.txt
-tests/atextfile.xml
-tests/logo.png
-tests/test_fswrap.py
-tests/arootfolder/afolder/helpers.html
-tests/arootfolder/afolder/index.html
-tests/arootfolder/afolder/index_expected.html
-tests/arootfolder/afolder/layout.html \ No newline at end of file
diff --git a/fswrap.egg-info/dependency_links.txt b/fswrap.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/fswrap.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/fswrap.egg-info/top_level.txt b/fswrap.egg-info/top_level.txt
deleted file mode 100644
index e007457..0000000
--- a/fswrap.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-fswrap