Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocordeiro/eralegis
https://github.com/tiagocordeiro/eralegis
hacktoberfest hacktoberfest-accepted
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiagocordeiro/eralegis
- Owner: tiagocordeiro
- License: mit
- Created: 2018-04-24T06:09:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T13:40:51.000Z (about 2 months ago)
- Last Synced: 2024-11-15T14:32:53.200Z (about 2 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EraLegis
[![Python application](https://github.com/tiagocordeiro/eralegis/actions/workflows/python-app.yml/badge.svg)](https://github.com/tiagocordeiro/eralegis/actions/workflows/python-app.yml)
[![Updates](https://pyup.io/repos/github/tiagocordeiro/eralegis/shield.svg)](https://pyup.io/repos/github/tiagocordeiro/eralegis/)
[![Python 3](https://pyup.io/repos/github/tiagocordeiro/eralegis/python-3-shield.svg)](https://pyup.io/repos/github/tiagocordeiro/eralegis/)
[![codecov](https://codecov.io/gh/tiagocordeiro/eralegis/branch/master/graph/badge.svg)](https://codecov.io/gh/tiagocordeiro/eralegis)
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tiagocordeiro/eralegis/blob/master/LICENSE)### Configurando o ambiente
```shell
$ python3 -m venv venv
$ source venv/bin/activate
(venv)$
```### Instalando via git
```shell
git clone https://github.com/tiagocordeiro/eralegis.git
```### Instalando via pip
```shell
pip install eralegis
```### Importando o módulo
```shell
$ python
>>> from eralegis import thelemicdate
>>> thelemicdate.now()
'☉ in ... ☽ in ... Dies ... Anno ... æræ novæ'>>> thelemicdate.in_day(1905, 4, 8, 12, 30)
'☉ in 18º ♈ ☽ in 28º ♉ Dies Saturnii Anno I:0 æræ novæ'```