Metadata-Version: 2.1
Name: SecuMas
Version: 0.0.1.3
Summary: An application build for Securities Master platform
Home-page: https://secumas.dev
Author: A Deolekar
Author-email: sher.buk@gmail.com
License: MIT License
Project-URL: Documentation, https://secumas.dev/
Project-URL: Source, https://github.com/deolekar/SecuMas
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 2 - Pre-Alpha
Description-Content-Type: text/markdown
License-File: LICENSE

# Introduction

This Repo is for Securities Master Python custom package built.

```batch
pip install SecuMas
```

Examples:

```python
import SecuMas

''' Validate (ISIN)'''
print (SecuMas.isin.validate('IN8081309367'))

''' Generate Dummy ISINs (development usecase)'''
print (SecuMas.isin.dummy(5))

```

# Package documentation

> [Documentation](https://www.secumas.dev/)

# Code contributions

Improvements to SecuMas are most welcome. Integrating contributions will be done on a best-effort basis and can be made easier if the following are considered:

Contributions are made as GitHub pull requests.

Submitted contributions will often be reformatted and sometimes restructured for consistency with other parts.

Contributions will be acknowledged in the release notes.

Contributions should add or update a copyright statement if you feel the contribution is significant.

All contribution should be made with compatible applicable copyright.

It is not needed to modify the README.md, it will be updated on release.

All code should be well tested and achieve 100% code coverage.
