|PyPI version| |randdate| |Total alerts| |Language grade: Python| |deepcode|
randdate
Generate a list of random dates (datetime objects).
Installation
The randdate git repo <http://github.com/kmedian/randdate>__ is
available as PyPi package <https://pypi.org/project/randdate>__
::
pip install randdate
Usage
Check the examples <examples>__ folder for notebooks.
Commands
- Check syntax:
flake8 --ignore=F401 - Remove
.pycfiles:find . -type f -name "*.pyc" | xargs rm - Remove
__pycache__folders:find . -type d -name "__pycache__" | xargs rm -rf
Publish
.. code:: sh
pandoc README.md --from markdown --to rst -s -o README.rst python setup.py sdist twine upload -r pypi dist/*
Support
Please open an issue <https://github.com/kmedian/randdate/issues/new>__ for support.
Contributing
Please contribute using Github Flow <https://guides.github.com/introduction/flow/>. Create a branch,
add commits, and open a pull request <https://github.com/kmedian/randdate/compare/>.
.. |PyPI version| image:: https://badge.fury.io/py/randdate.svg :target: https://badge.fury.io/py/randdate .. |randdate| image:: https://snyk.io/advisor/python/randdate/badge.svg :target: https://snyk.io/advisor/python/randdate .. |Total alerts| image:: https://img.shields.io/lgtm/alerts/g/kmedian/randdate.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/kmedian/randdate/alerts/ .. |Language grade: Python| image:: https://img.shields.io/lgtm/grade/python/g/kmedian/randdate.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/kmedian/randdate/context:python .. |deepcode| image:: https://www.deepcode.ai/api/gh/badge?key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwbGF0Zm9ybTEiOiJnaCIsIm93bmVyMSI6ImttZWRpYW4iLCJyZXBvMSI6InJhbmRkYXRlIiwiaW5jbHVkZUxpbnQiOmZhbHNlLCJhdXRob3JJZCI6Mjk0NTIsImlhdCI6MTYxOTU0MDM0N30.mqU-JDLOg9XOiZ0xoxHVsWFmm9sPiYnBGg49okrZzi8 :target: https://www.deepcode.ai/app/gh/kmedian/randdate/_/dashboard?utm_content=gh%2Fkmedian%2Franddate
Release files for randdate 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| randdate-0.1.1.tar.gz | 3.4 kB | Details |
Release files / randdate-0.1.1.tar.gz
| Download URL | randdate-0.1.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b086392276723b12f1fbf7f9ea9b0b397e91e7a09210275e92b9a67b72360550
|
|
BLAKE2b-256 checksum How to use checksums |
c84c909e68e400d1fc5d80ed307cb588e348a2f85c3bccff8b4ddf99a3907461
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9
|