Metadata-Version: 2.1
Name: DirectoryFormulas
Version: 0.0.3
Summary: Module for Directory Value and other formulas
Home-page: UNKNOWN
Author: FrankieOliverTrading
Author-email: ceruttifra@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

python3 setup.py sdist
ls -lah dist
pip3 install /Users/frankie/PycharmProjects/PycharmProjectsShared/TradingProject/Directory_Library/dist/DirectoryFormulas-0.0.1.tar.gz

twine upload dist/DirectoryFormulas-0.0.2.tar.gz

# Directory Formula
A small demo library for a Medium publication about publishing libraries.

### Installation
```
pip install DirectoryFormula
```

### Get started
Get your Directory:

```Python
from DirectoryFormula import DirX

# Instantiate a Multiplication object
DirX.Directory()

# Call the multiply method
DirX.DirectoryLocal()

DirX.DirectoryCloud()

DirX.FileOrder(Mininbars) # integer needed
# Fldict = {1:'-A-',5:'-B-',10:'-C-',15:'-D-',30:'-E-'}
# FileOrder = (Fldict.get(Mininbars))
DirX.DivByZero_int(a,b)
DirX.DivByZero_float(a,b)

DirX.RunCSV_Saver(fromdate, DirectoryTrigger)
```


