Metadata-Version: 2.1
Name: pfstools
Version: 0.2.0
Summary: Tools for my regular use. Particular to my work environment: SQL Server with Windows authentication
Project-URL: Homepage, https://github.com/jakeb/pfs-data-tools
Project-URL: Bug Tracker, https://github.com/jakeb/pfs-data-tools/issues
Author-email: Jake Bridge <bridge.jake@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pfs-data-tools
Helper functions for using Python &amp; Pandas. fairly specific to our work environment: Windows network, data on multiple SQL Server instances.


# Using dotenv
Placing a .env file in your project folder will let you specify environment variables.
This module looks specifically for "sql_server" and "sql_db" to specify default values for server & db


# examples

TODO: code examples.

# running tests
TODO: tests