setlr 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
setlr/__init__.py CHANGED
@@ -20,6 +20,8 @@ from .core import (
20
20
  main,
21
21
 
22
22
  # Utility functions that might be used by library users
23
+ FileLikeFromIter,
24
+ content_handlers,
23
25
  read_csv,
24
26
  read_excel,
25
27
  read_json,
@@ -61,6 +63,8 @@ __all__ = [
61
63
  'main',
62
64
  # Include commonly used utilities
63
65
  'logger',
66
+ 'FileLikeFromIter',
67
+ 'content_handlers',
64
68
  'read_csv',
65
69
  'read_excel',
66
70
  'read_json',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setlr
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: setlr is a tool for Semantic Extraction, Transformation, and Loading.
5
5
  Author-email: Jamie McCusker <mccusj@cs.rpi.edu>
6
6
  Project-URL: Homepage, http://packages.python.org/setlr
@@ -0,0 +1,10 @@
1
+ setlr/__init__.py,sha256=aMQz_kaz2RhmJTk3SQMgRavyTIsL2_SkPFb7p6zWGoA,1745
2
+ setlr/core.py,sha256=9p_EgNhGrpi2iyl7Y__jdCpNHabG2X7_6EDcrhvtSH8,39889
3
+ setlr/iterparse_filter.py,sha256=I7lx4DCF3jKIFdOSyls0EwrUhWcyxQPiec4oQuvBjoA,24371
4
+ setlr/trig_store.py,sha256=3xAodK-tIddD_0X3WAWpeiUbKXSrqGoWTLUkg4QobNk,4810
5
+ setlr-1.0.3.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
6
+ setlr-1.0.3.dist-info/METADATA,sha256=zq7V13j-tBa8JLCcGRtnuBC6H9WC8BxoJdBsRCDcLTE,6202
7
+ setlr-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
+ setlr-1.0.3.dist-info/entry_points.txt,sha256=qBRdeA-Gu1SMKniJptXGe2oo3IPOPABTQPMFwfux8fw,37
9
+ setlr-1.0.3.dist-info/top_level.txt,sha256=x23SyJAUjYkpfhcZIwivm0nYNx6TW3Zj7aiQMLQ3hWc,6
10
+ setlr-1.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- setlr/__init__.py,sha256=Q1qXaRi8kFYylbK484DSB4OBhtVHthnzOpyNz8B2g-U,1653
2
- setlr/core.py,sha256=9p_EgNhGrpi2iyl7Y__jdCpNHabG2X7_6EDcrhvtSH8,39889
3
- setlr/iterparse_filter.py,sha256=I7lx4DCF3jKIFdOSyls0EwrUhWcyxQPiec4oQuvBjoA,24371
4
- setlr/trig_store.py,sha256=3xAodK-tIddD_0X3WAWpeiUbKXSrqGoWTLUkg4QobNk,4810
5
- setlr-1.0.2.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
6
- setlr-1.0.2.dist-info/METADATA,sha256=X3bGWxxNHJXXVT2vrXCrvp2Eva4obyIvl06rpyRTN4Q,6202
7
- setlr-1.0.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
8
- setlr-1.0.2.dist-info/entry_points.txt,sha256=qBRdeA-Gu1SMKniJptXGe2oo3IPOPABTQPMFwfux8fw,37
9
- setlr-1.0.2.dist-info/top_level.txt,sha256=x23SyJAUjYkpfhcZIwivm0nYNx6TW3Zj7aiQMLQ3hWc,6
10
- setlr-1.0.2.dist-info/RECORD,,