Librería demo
Project description
import unittest
from calcFaseLunar.faselunar import FaseLunar
class FaseLunarTestCase(unittest.TestCase):
def setUp(self):
self.f = FaseLunar(19, 5, 1995)
def test_fase_lunar(self):
self.f.calcular_fase()
def test_luz(self):
self.f.obtener_luz()
def test_emoji(self):
self.f.emoji_luna()
if name == 'main':
unittest.main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
calcfaselunar-0.1.1.tar.gz
(3.4 kB
view details)
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 calcfaselunar-0.1.1.tar.gz.
File metadata
- Download URL: calcfaselunar-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f31d406991a1eabbeab35adeffd3ecd1b9102f241f8b4ad9e7917f7bafd0539
|
|
| MD5 |
111932c9dc44e0e1b7a605820667e645
|
|
| BLAKE2b-256 |
55addf1f3b8bec15a2a5aa4ce24087be36f57906054f9fa65f074338a1566b3c
|
File details
Details for the file calcfaselunar-0.1.1-py3-none-any.whl.
File metadata
- Download URL: calcfaselunar-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca8306d4989bef6e15c0bc5825461bf42192a3d1638a9c641c055e1f3f8bf4c7
|
|
| MD5 |
572896ba8b387695da6e9b8c09c22a7b
|
|
| BLAKE2b-256 |
f134355a6370aebd87a00f8c8558801d83f460b0a2b20569e864dd9ef9c52722
|