Skip to content

Commit 1a48ebe

Browse files
author
Gavin Carothers
committed
First commit
0 parents  commit 1a48ebe

File tree

15 files changed

+863
-0
lines changed

15 files changed

+863
-0
lines changed

.hgignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
syntax: glob
2+
*.pyc
3+
*~
4+
*.wpu
5+
build
6+
include
7+
data
8+
dist
9+
lib
10+
bin
11+
*.swp
12+
*.db
13+
.DS_Store

pymantic.egg-info/PKG-INFO

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Metadata-Version: 1.0
2+
Name: pymantic
3+
Version: 0.1dev
4+
Summary: Semantic Web and RDF library for Python
5+
Home-page: UNKNOWN
6+
Author: Gavin Carothers
7+
Author-email: [email protected]
8+
License: APL
9+
Description: UNKNOWN
10+
Keywords: RDF N3 Turtle Semantics Web3.0
11+
Platform: UNKNOWN

pymantic.egg-info/SOURCES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
setup.cfg
2+
setup.py
3+
pymantic/__init__.py
4+
pymantic.egg-info/PKG-INFO
5+
pymantic.egg-info/SOURCES.txt
6+
pymantic.egg-info/dependency_links.txt
7+
pymantic.egg-info/entry_points.txt
8+
pymantic.egg-info/not-zip-safe
9+
pymantic.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pymantic.egg-info/entry_points.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# -*- Entry points: -*-
3+

pymantic.egg-info/not-zip-safe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pymantic.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pymantic

pymantic.wpr

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!wing
2+
#!version=3.0
3+
##################################################################
4+
# Wing IDE project file #
5+
##################################################################
6+
[project attributes]
7+
proj.directory-list = [{'dirloc': loc('.'),
8+
'excludes': (),
9+
'filter': '*',
10+
'include_hidden': False,
11+
'recursive': True,
12+
'watch_for_changes': True}]
13+
proj.file-type = 'shared'

0 commit comments

Comments
 (0)