financial-security-classes

View on PyPIReverse Dependencies (0)

0.4.0 financial_security_classes-0.4.0-py3-none-any.whl

Wheel Details

Project: financial-security-classes
Version: 0.4.0
Filename: financial_security_classes-0.4.0-py3-none-any.whl
Download: [link]
Size: 21343
MD5: 933ca8f619a0e1321b5718eb9c370824
SHA256: 4decdaef9d96c971aeb87f3a9c15a68589d277ed021a250af9c042ba2cac55fd
Uploaded: 2023-02-05 14:43:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: financial-security-classes
Version: 0.4.0
Summary: Pure python financial securities dataclasses
Author: Brett Graves
Author-Email: alienbrett648[at]gmail.com
Home-Page: https://github.com/alienbrett/financial-security-classes
License: apache
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.5
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: tzdata
Requires-Dist: pytz; python_version < "3.9"
Requires-Dist: black (==22.10.0); extra == "all"
Requires-Dist: docutils (>=0.18.1); extra == "all"
Requires-Dist: identify (>=1.4.20); extra == "all"
Requires-Dist: myst-parser; extra == "all"
Requires-Dist: piccolo-theme; extra == "all"
Requires-Dist: pre-commit; extra == "all"
Requires-Dist: pypandoc (>=1.6.3); extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: pytest-flake8; extra == "all"
Requires-Dist: setuptools; extra == "all"
Requires-Dist: sphinx-autobuild; extra == "all"
Requires-Dist: sphinx (>=3); extra == "all"
Requires-Dist: sphinx-book-theme; extra == "all"
Requires-Dist: twine; extra == "all"
Requires-Dist: wheel; extra == "all"
Requires-Dist: watchdog (<1.0.0); python_version < "3.6" and extra == "all"
Requires-Dist: readthedocs-sphinx-search; python_version >= "3.6" and extra == "all"
Requires-Dist: black (==22.10.0); extra == "dev"
Requires-Dist: identify (>=1.4.20); extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: docutils (>=0.18.1); extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: piccolo-theme; extra == "docs"
Requires-Dist: pypandoc (>=1.6.3); extra == "docs"
Requires-Dist: sphinx (>=3); extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: watchdog (<1.0.0); python_version < "3.6" and extra == "docs"
Requires-Dist: readthedocs-sphinx-search; python_version >= "3.6" and extra == "docs"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-flake8; extra == "test"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4297 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
finsec/__init__.py sha256=AHkH6_FufxOyr8eFHIgUQKnuvh5n10l8fskZSVQ0PpA 1529
finsec/__meta__.py sha256=WWapb-Fv8cgVDMru3jQfbinZ3Ja--UTDm2RDICpvdYQ 599
finsec/base.py sha256=x6FLmgQLM9uuOYm5yicV2pNh_vUEX1luPAi2b2Qp3IE 4664
finsec/config.py sha256=XExqEPbBSilakn6wRGELVVzz39Bgh8HRDfOBh9XQD3w 895
finsec/constructors.py sha256=iPvr8QAFSVgL5REaG5xqE6tyIljHVb8oTbOC_TSm4xY 4353
finsec/enums.py sha256=QR-53CRXDyb57SxvgNaKFfyEaiCBRdtQVZY8WijIcXQ 1996
finsec/exceptions.py sha256=Z2lrREA28dNLaOxl5zj3DesODo8j5m302VTwa-UdUPk 191
finsec/exchanges.py sha256=CUqOTA3uR9cb1DxDvue-TJMTexjgFKcS2B_hFYnFn1U 266
finsec/futures.py sha256=EK9sCmXolocKms3KSw_yVcbvwuBuzk0zfByupGRAClk 2031
finsec/misc.py sha256=fvCGiQDFpFKr3Hqez2dhYr-vk8OszyoXDjiHb1fH54M 5626
finsec/occ_symbology.py sha256=1d1FUMB-ftGWI9M141a3IqLy5IuDiyJr2dlXyDr_Zxk 2187
finsec/options.py sha256=e-aIZUAkwJEAoxxR2XQIGq8QqV-lTwmsmS_MsgNIRMA 3001
finsec/quote_grid.py sha256=8NnmtzajxNPKbelUF0c_-_mMx4cBUA4otH4S5yDaYRk 4758
finsec/quotes.py sha256=x72DW1_KOeAPhTU4nEasEARAiesdbitR2ZzvJGKPUsI 3936
finsec/serializer.py sha256=Qdkg1rsow3MQX1ATLZv_KMNl_UA0qL2TfnkcT3cZBXc 2191
finsec/utils.py sha256=pYqmV-hQdSVDoJdLPkFArCen896mi6iM_9QTKmAEoeU 241
financial_security_classes-0.4.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
financial_security_classes-0.4.0.dist-info/METADATA sha256=Ru3Xl3VPYCheoazlbbRWvnq2FY00sNh-jguvsDfLI5U 7082
financial_security_classes-0.4.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
financial_security_classes-0.4.0.dist-info/top_level.txt sha256=3yXm-cdYlVyQLZdjLHMbWDxBPG77ZJ04TJ_B1l9OMCw 7
financial_security_classes-0.4.0.dist-info/RECORD

top_level.txt

finsec