Skip to main content

A small function that gets the expiration date of a certificate of a domain

Project description

Cert Validate

A tool library that helps you get the validate date of a domain's certification.

Development

Development dependence tools

Tool you need to build package

python3 -m pip install setuptools

Tool you need to publish your package to PyPI

python3 -m pip install --upgrade twine

Build the package

Run this command at the root folder of this project.

python3 -m build

Development accounts

You will need account in PyPI to publish your packages.

Registe a test account for your test use

You definitely would like to avoid situation where your first published version is not usable, use this test PyPI is a good way.

https://test.pypi.org/account/register/

Registe a offical PyPI account

When it comes to the time when you need to offically release your package, you will need an PyPI account.

https://pypi.org/account/register/

Create token of testpypi to publish your package

Goto https://test.pypi.org/manage/account/token/ generate a token

Create a $HOME/.pypirc file with this content

[testpypi]
username = __token__
password = [token generated]

Publish your package to test

python3 -m twine upload --repository testpypi dist/*

Create token of pypi to publish your package for publish release

Goto https://pypi.org/manage/account/token/ generate a token

Create/Insert into $HOME/.pypirc file with this content

[pypi]
username = __token__
password = [token generated]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cert_validate-0.0.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

cert_validate-0.0.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file cert_validate-0.0.1.tar.gz.

File metadata

  • Download URL: cert_validate-0.0.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for cert_validate-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2d7cadfab1ea4a163ea25a75fbc9986732f48eaddf848c158af7cd69057afcc7
MD5 630e78803de4aea289f7d741bff2485c
BLAKE2b-256 a57899fe8e6f90407aae12521d546238c4b1dc5feb37faa2d14907eb46d20814

See more details on using hashes here.

File details

Details for the file cert_validate-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: cert_validate-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for cert_validate-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e6337f2c553f7ad020a925b7b4ee2f261715b9ae2bddfe8b550d9cb5cd7f1cbf
MD5 1b4ad47fa52733a1b4511eda6c8af4fc
BLAKE2b-256 e1db6e6f3ce7f6089997d31f13fa611bf3c956f4bf265f505a2f731f9b68277b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page