Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megasanjay/evenoddsjy
test pypi package
https://github.com/megasanjay/evenoddsjy
Last synced: about 2 months ago
JSON representation
test pypi package
- Host: GitHub
- URL: https://github.com/megasanjay/evenoddsjy
- Owner: megasanjay
- License: mit
- Created: 2023-04-21T17:50:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:38:23.000Z (about 1 year ago)
- Last Synced: 2024-05-01T18:25:12.305Z (8 months ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
test desc
This project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).
[![Unix Build Status](https://img.shields.io/github/actions/workflow/status/megasanjay/evenoddsjy/main.yml?branch=main&label=linux)](https://github.com/megasanjay/evenoddsjy/actions)
[![Windows Build Status](https://img.shields.io/appveyor/ci/megasanjay/evenoddsjy.svg?label=windows)](https://ci.appveyor.com/project/megasanjay/evenoddsjy)
[![Coverage Status](https://img.shields.io/codecov/c/gh/megasanjay/evenoddsjy)](https://codecov.io/gh/megasanjay/evenoddsjy)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/megasanjay/evenoddsjy.svg)](https://scrutinizer-ci.com/g/megasanjay/evenoddsjy)
[![PyPI License](https://img.shields.io/pypi/l/evenoddsjy.svg)](https://pypi.org/project/evenoddsjy)
[![PyPI Version](https://img.shields.io/pypi/v/evenoddsjy.svg)](https://pypi.org/project/evenoddsjy)
[![PyPI Downloads](https://img.shields.io/pypi/dm/evenoddsjy.svg?color=orange)](https://pypistats.org/packages/evenoddsjy)## Setup
### Requirements
* Python 3.11+
### Installation
Install it directly into an activated virtual environment:
```text
$ pip install evenoddsjy
```or add it to your [Poetry](https://poetry.eustace.io/) project:
```text
$ poetry add evenoddsjy
```## Usage
After installation, the package can be imported:
```text
$ python
>>> import evenoddsjy
>>> evenoddsjy.__version__
```