This is a causal inference method
Project description
import os from setuptools import setup, find_packages
path = os.path.abspath(os.path.dirname(file))
try: with open(os.path.join(path, 'README.md')) as f: long_description = f.read() except Exception as e: long_description = "customize okta cli"
setup( name = "okta-cmd", version = "0.1.0", keywords = ("pip", "okta", "cli", "cmd", "steven"), description = "okta cli", long_description = long_description, long_description_content_type='text/markdown', python_requires=">=3.5.0", license = "MIT Licence",
url = "https://github.com/stevenQiang/okta-cmd",
author = "steven",
author_email = "qianggao7@gmail.com",
packages = find_packages(),
include_package_data = True,
install_requires = ["requests", "click"],
platforms = "any",
scripts = [],
entry_points = {
'console_scripts': [
'okta-cmd=oktacmd:main_cli'
]
}
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file myccm-5.0-py3-none-any.whl.
File metadata
- Download URL: myccm-5.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
552863be9699690d411e4ba17b02cd63128fc963118dd3c3c41be62175a77ba5
|
|
| MD5 |
b651b09f0200ef701efdb8c5b53aeccd
|
|
| BLAKE2b-256 |
40575e9f56362a1048056c4658c4013f0f96daae50fe4208ce53e38f961db5ce
|